Shades of Kelly Green #5FCA24
Tints of Kelly Green #5FCA24
RGB
CMYK
RGB Variations
Color information
#5FCA24 (or 0x5FCA24) is known color: Kelly Green. HEX triplet: 5F, CA and 24. RGB value is (95,202,36). Sum of RGB (Red+Green+Blue) = 95+202+36=333 (44% of max value = 765). Red value is 95 (37.5% from 255 or 28.53% from 333); Green value is 202 (79.30% from 255 or 60.66% from 333); Blue value is 36 (14.45% from 255 or 10.81% from 333); Max value from RGB is 202 - color contains mainly: green. Hex color #5FCA24 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FCA24 is #A035DB. Grayscale: #979797. Windows color (decimal): -10499548 or 2411103. OLE color: 2411103.
HSL color Cylindrical-coordinate representation of color #5FCA24: hue angle of 98.67º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5FCA24 is Cyan = 0.53, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 95 | 202 | 36 | - |
| CMYK | 0.53 | 0 | 0.82 | 0.21 |
| HSL | 98.67º | 0.7% | 0.47% | - |
| HSV(B) | 98.67º | 0.82% | 0.79% | - |
| XYZ | 26.16 | 44.8 | 8.94 | - |
| YUV | 151.08 | 63.05 | 88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 202 | 36 | 0.53 | 0 | 0.82 | 0.21 | 98.67 | 0.7 | 0.47 |
| Hex | 5F | CA | 24 | 35 | 0 | 52 | 15 | 63 | 46 | 2F |
| Octal | 137 | 312 | 44 | 65 | 0 | 122 | 25 | 143 | 106 | 57 |
| Binary | 1011111 | 11001010 | 100100 | 110101 | 0 | 1010010 | 10101 | 1100011 | 1000110 | 101111 |
Color Harmonies of #5FCA24
Complementary color
Monochromatic Colors of #5FCA24
Black with #5FCA24
Text Example
Text Example
White with #5FCA24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FCA24; }
p { color: rgb(95,202,36); }
H1.HeaderClassName
{
color: #5FCA24;
}
.AnyTagClassName
{
color: #5FCA24;
}
</style>
background-color css
<style>
a { background-color: #5FCA24; }
a { background-color: rgb(95,202,36); }
div.DivClassName
{
background-color: #5FCA24;
}
.BgClassName
{
background-color: #5FCA24;
}
</style>
border-color css
<style>
span { border-color: #5FCA24; }
span { border-color: rgb(95,202,36); }
td.TdClassName
{
border-color: #5FCA24;
}
.TagClassName
{
border-color: #5FCA24;
}
</style>