Shades of Kelly Green #5FC808
Tints of Kelly Green #5FC808
RGB
CMYK
RGB Variations
Color information
#5FC808 (or 0x5FC808) is known color: Kelly Green. HEX triplet: 5F, C8 and 08. RGB value is (95,200,8). Sum of RGB (Red+Green+Blue) = 95+200+8=303 (40% of max value = 765). Red value is 95 (37.5% from 255 or 31.35% from 303); Green value is 200 (78.52% from 255 or 66.01% from 303); Blue value is 8 (3.52% from 255 or 2.64% from 303); Max value from RGB is 200 - color contains mainly: green. Hex color #5FC808 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5FC808 is #A037F7. Grayscale: #939393. Windows color (decimal): -10500088 or 575583. OLE color: 575583.
HSL color Cylindrical-coordinate representation of color #5FC808: hue angle of 92.81º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5FC808 is Cyan = 0.52, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 95 | 200 | 8 | - |
| CMYK | 0.52 | 0 | 0.96 | 0.22 |
| HSL | 92.81º | 0.92% | 0.41% | - |
| HSV(B) | 92.81º | 0.96% | 0.78% | - |
| XYZ | 25.42 | 43.76 | 7.34 | - |
| YUV | 146.72 | 49.71 | 91.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 200 | 8 | 0.52 | 0 | 0.96 | 0.22 | 92.81 | 0.92 | 0.41 |
| Hex | 5F | C8 | 8 | 34 | 0 | 60 | 16 | 5D | 5C | 29 |
| Octal | 137 | 310 | 10 | 64 | 0 | 140 | 26 | 135 | 134 | 51 |
| Binary | 1011111 | 11001000 | 1000 | 110100 | 0 | 1100000 | 10110 | 1011101 | 1011100 | 101001 |
Color Harmonies of #5FC808
Complementary color
Monochromatic Colors of #5FC808
Black with #5FC808
Text Example
Text Example
White with #5FC808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FC808; }
p { color: rgb(95,200,8); }
H1.HeaderClassName
{
color: #5FC808;
}
.AnyTagClassName
{
color: #5FC808;
}
</style>
background-color css
<style>
a { background-color: #5FC808; }
a { background-color: rgb(95,200,8); }
div.DivClassName
{
background-color: #5FC808;
}
.BgClassName
{
background-color: #5FC808;
}
</style>
border-color css
<style>
span { border-color: #5FC808; }
span { border-color: rgb(95,200,8); }
td.TdClassName
{
border-color: #5FC808;
}
.TagClassName
{
border-color: #5FC808;
}
</style>