#5FC008

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

Shades of Kelly Green #5FC008

Tints of Kelly Green #5FC008

Color information

#5FC008 (or 0x5FC008) is unknown color: approx Kelly Green. HEX triplet: 5F, C0 and 08. RGB value is (95,192,8). Sum of RGB (Red+Green+Blue) = 95+192+8=295 (39% of max value = 765). Red value is 95 (37.5% from 255 or 32.20% from 295); Green value is 192 (75.39% from 255 or 65.08% from 295); Blue value is 8 (3.52% from 255 or 2.71% from 295); Max value from RGB is 192 - color contains mainly: green. Hex color #5FC008 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5FC008 is #A03FF7. Grayscale: #8E8E8E. Windows color (decimal): -10502136 or 573535. OLE color: 573535.

HSL color Cylindrical-coordinate representation of color #5FC008: hue angle of 91.63º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5FC008 is Cyan = 0.51, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.25.

Color convert

RGB951928-
CMYK0.5100.960.25
HSL91.63º92%39.22%-
HSV(B)91.63º95.83%75.29%-
XYZ23.6140.156.73-
YUV142.0252.3694.46-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 32.20%
GREEN value IS 192 (75.39% from 255) = 65.08%
BLUE value IS 8 (3.52% from 255) = 2.71%
R=32.20%
G=65.08%
B=2.71%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal9519280.5100.960.2591.639239.22
Hex5FC0833060195c5c27
Octal137300106301403113413447
Binary1011111110000001000110011011000001100110111001011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FC008

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,192,8); }

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

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

 a { background-color: rgb(95,192,8); }

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

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

 span { border-color: rgb(95,192,8); }

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