Shades of Kelly Green #5FCD18
Tints of Kelly Green #5FCD18
RGB
CMYK
RGB Variations
Color information
#5FCD18 (or 0x5FCD18) is known color: Kelly Green. HEX triplet: 5F, CD and 18. RGB value is (95,205,24). Sum of RGB (Red+Green+Blue) = 95+205+24=324 (42% of max value = 765). Red value is 95 (37.5% from 255 or 29.32% from 324); Green value is 205 (80.47% from 255 or 63.27% from 324); Blue value is 24 (9.77% from 255 or 7.41% from 324); Max value from RGB is 205 - color contains mainly: green. Hex color #5FCD18 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5FCD18 is #A032E7. Grayscale: #989898. Windows color (decimal): -10498792 or 1625439. OLE color: 1625439.
HSL color Cylindrical-coordinate representation of color #5FCD18: hue angle of 96.46º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5FCD18 is Cyan = 0.54, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 95 | 205 | 24 | - |
| CMYK | 0.54 | 0 | 0.88 | 0.20 |
| HSL | 96.46º | 0.79% | 0.45% | - |
| HSV(B) | 96.46º | 0.88% | 0.8% | - |
| XYZ | 26.72 | 46.16 | 8.37 | - |
| YUV | 151.48 | 56.06 | 87.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 205 | 24 | 0.54 | 0 | 0.88 | 0.20 | 96.46 | 0.79 | 0.45 |
| Hex | 5F | CD | 18 | 36 | 0 | 58 | 14 | 60 | 4F | 2D |
| Octal | 137 | 315 | 30 | 66 | 0 | 130 | 24 | 140 | 117 | 55 |
| Binary | 1011111 | 11001101 | 11000 | 110110 | 0 | 1011000 | 10100 | 1100000 | 1001111 | 101101 |
Color Harmonies of #5FCD18
Complementary color
Monochromatic Colors of #5FCD18
Black with #5FCD18
Text Example
Text Example
White with #5FCD18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FCD18; }
p { color: rgb(95,205,24); }
H1.HeaderClassName
{
color: #5FCD18;
}
.AnyTagClassName
{
color: #5FCD18;
}
</style>
background-color css
<style>
a { background-color: #5FCD18; }
a { background-color: rgb(95,205,24); }
div.DivClassName
{
background-color: #5FCD18;
}
.BgClassName
{
background-color: #5FCD18;
}
</style>
border-color css
<style>
span { border-color: #5FCD18; }
span { border-color: rgb(95,205,24); }
td.TdClassName
{
border-color: #5FCD18;
}
.TagClassName
{
border-color: #5FCD18;
}
</style>