Shades of Kelly Green #5FCC24
Tints of Kelly Green #5FCC24
RGB
CMYK
RGB Variations
Color information
#5FCC24 (or 0x5FCC24) is known color: Kelly Green. HEX triplet: 5F, CC and 24. RGB value is (95,204,36). Sum of RGB (Red+Green+Blue) = 95+204+36=335 (44% of max value = 765). Red value is 95 (37.5% from 255 or 28.36% from 335); Green value is 204 (80.08% from 255 or 60.90% from 335); Blue value is 36 (14.45% from 255 or 10.75% from 335); Max value from RGB is 204 - color contains mainly: green. Hex color #5FCC24 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FCC24 is #A033DB. Grayscale: #989898. Windows color (decimal): -10499036 or 2411615. OLE color: 2411615.
HSL color Cylindrical-coordinate representation of color #5FCC24: hue angle of 98.93º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5FCC24 is Cyan = 0.53, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 95 | 204 | 36 | - |
| CMYK | 0.53 | 0 | 0.82 | 0.2 |
| HSL | 98.93º | 0.7% | 0.47% | - |
| HSV(B) | 98.93º | 0.82% | 0.8% | - |
| XYZ | 26.63 | 45.75 | 9.1 | - |
| YUV | 152.26 | 62.39 | 87.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 204 | 36 | 0.53 | 0 | 0.82 | 0.2 | 98.93 | 0.7 | 0.47 |
| Hex | 5F | CC | 24 | 35 | 0 | 52 | 14 | 63 | 46 | 2F |
| Octal | 137 | 314 | 44 | 65 | 0 | 122 | 24 | 143 | 106 | 57 |
| Binary | 1011111 | 11001100 | 100100 | 110101 | 0 | 1010010 | 10100 | 1100011 | 1000110 | 101111 |
Color Harmonies of #5FCC24
Complementary color
Monochromatic Colors of #5FCC24
Black with #5FCC24
Text Example
Text Example
White with #5FCC24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FCC24; }
p { color: rgb(95,204,36); }
H1.HeaderClassName
{
color: #5FCC24;
}
.AnyTagClassName
{
color: #5FCC24;
}
</style>
background-color css
<style>
a { background-color: #5FCC24; }
a { background-color: rgb(95,204,36); }
div.DivClassName
{
background-color: #5FCC24;
}
.BgClassName
{
background-color: #5FCC24;
}
</style>
border-color css
<style>
span { border-color: #5FCC24; }
span { border-color: rgb(95,204,36); }
td.TdClassName
{
border-color: #5FCC24;
}
.TagClassName
{
border-color: #5FCC24;
}
</style>