#5FCC00

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

Shades of Kelly Green #5FCC00

Tints of Kelly Green #5FCC00

Color information

#5FCC00 (or 0x5FCC00) is unknown color: approx Kelly Green. HEX triplet: 5F, CC and 00. RGB value is (95,204,0). Sum of RGB (Red+Green+Blue) = 95+204+0=299 (39% of max value = 765). Red value is 95 (37.5% from 255 or 31.77% from 299); Green value is 204 (80.08% from 255 or 68.23% from 299); Blue value is 0 (0.39% from 255 or 0% from 299); Max value from RGB is 204 - color contains mainly: green. Hex color #5FCC00 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5FCC00 is #A033FF. Grayscale: #949494. Windows color (decimal): -10499072 or 52319. OLE color: 52319.

HSL color Cylindrical-coordinate representation of color #5FCC00: hue angle of 92.06º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5FCC00 is Cyan = 0.53, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.2.

Color convert

RGB952040-
CMYK0.53010.2
HSL92.06º100%40%-
HSV(B)92.06º100%80%-
XYZ26.3145.627.42-
YUV148.1544.3990.09-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 31.77%
GREEN value IS 204 (80.08% from 255) = 68.23%
BLUE value IS 0 (0.39% from 255) = 0%
R=31.77%
G=68.23%
B=0%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal9520400.53010.292.0610040
Hex5FCC035064145c6428
Octal13731406501442413414450
Binary1011111110011000110101011001001010010111001100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FCC00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,204,0); }

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

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

 a { background-color: rgb(95,204,0); }

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

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

 span { border-color: rgb(95,204,0); }

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