#5FBD01

Color #5FBD01 Kelly Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kelly Green #5FBD01

Tints of Kelly Green #5FBD01

Color information

#5FBD01 (or 0x5FBD01) is unknown color: approx Kelly Green. HEX triplet: 5F, BD and 01. RGB value is (95,189,1). Sum of RGB (Red+Green+Blue) = 95+189+1=285 (37% of max value = 765). Red value is 95 (37.5% from 255 or 33.33% from 285); Green value is 189 (74.22% from 255 or 66.32% from 285); Blue value is 1 (0.78% from 255 or 0.35% from 285); Max value from RGB is 189 - color contains mainly: green. Hex color #5FBD01 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5FBD01 is #A042FE. Grayscale: #8C8C8C. Windows color (decimal): -10502911 or 114015. OLE color: 114015.

HSL color Cylindrical-coordinate representation of color #5FBD01: hue angle of 90º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5FBD01 is Cyan = 0.50, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.26.

Color convert

RGB951891-
CMYK0.5000.990.26
HSL90º98.95%37.25%-
HSV(B)90º99.47%74.12%-
XYZ22.9238.836.32-
YUV139.4649.8696.29-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 95 (37.5% from 255) = 33.33%
GREEN value IS 189 (74.22% from 255) = 66.32%
BLUE value IS 1 (0.78% from 255) = 0.35%
R=33.33%
G=66.32%
B=0.35%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal9518910.5000.990.269098.9537.25
Hex5FBD1320631A5a6325
Octal13727516201433213214345
Binary1011111101111011110010011000111101010110101100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FBD01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5FBD01; }

 p { color: rgb(95,189,1); }

 H1.HeaderClassName
 {
   color: #5FBD01;
 }
 .AnyTagClassName
 {
   color: #5FBD01;
 }
</style>
background-color css

<style>
 a { background-color: #5FBD01; }

 a { background-color: rgb(95,189,1); }

 div.DivClassName
 {
   background-color: #5FBD01;
 }
 .BgClassName
 {
   background-color: #5FBD01;
 }
</style>
border-color css

<style>
 span { border-color: #5FBD01; }

 span { border-color: rgb(95,189,1); }

 td.TdClassName
 {
   border-color: #5FBD01;
 }
 .TagClassName
 {
   border-color: #5FBD01;
 }
</style>