Shades of Kelly Green #5FCA26
Tints of Kelly Green #5FCA26
RGB
CMYK
RGB Variations
Color information
#5FCA26 (or 0x5FCA26) is known color: Kelly Green. HEX triplet: 5F, CA and 26. RGB value is (95,202,38). Sum of RGB (Red+Green+Blue) = 95+202+38=335 (44% of max value = 765). Red value is 95 (37.5% from 255 or 28.36% from 335); Green value is 202 (79.30% from 255 or 60.30% from 335); Blue value is 38 (15.23% from 255 or 11.34% from 335); Max value from RGB is 202 - color contains mainly: green. Hex color #5FCA26 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FCA26 is #A035D9. Grayscale: #979797. Windows color (decimal): -10499546 or 2542175. OLE color: 2542175.
HSL color Cylindrical-coordinate representation of color #5FCA26: hue angle of 99.15º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5FCA26 is Cyan = 0.53, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 95 | 202 | 38 | - |
| CMYK | 0.53 | 0 | 0.81 | 0.21 |
| HSL | 99.15º | 0.68% | 0.47% | - |
| HSV(B) | 99.15º | 0.81% | 0.79% | - |
| XYZ | 26.19 | 44.81 | 9.1 | - |
| YUV | 151.31 | 64.05 | 87.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 202 | 38 | 0.53 | 0 | 0.81 | 0.21 | 99.15 | 0.68 | 0.47 |
| Hex | 5F | CA | 26 | 35 | 0 | 51 | 15 | 63 | 44 | 2F |
| Octal | 137 | 312 | 46 | 65 | 0 | 121 | 25 | 143 | 104 | 57 |
| Binary | 1011111 | 11001010 | 100110 | 110101 | 0 | 1010001 | 10101 | 1100011 | 1000100 | 101111 |
Color Harmonies of #5FCA26
Complementary color
Monochromatic Colors of #5FCA26
Black with #5FCA26
Text Example
Text Example
White with #5FCA26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FCA26; }
p { color: rgb(95,202,38); }
H1.HeaderClassName
{
color: #5FCA26;
}
.AnyTagClassName
{
color: #5FCA26;
}
</style>
background-color css
<style>
a { background-color: #5FCA26; }
a { background-color: rgb(95,202,38); }
div.DivClassName
{
background-color: #5FCA26;
}
.BgClassName
{
background-color: #5FCA26;
}
</style>
border-color css
<style>
span { border-color: #5FCA26; }
span { border-color: rgb(95,202,38); }
td.TdClassName
{
border-color: #5FCA26;
}
.TagClassName
{
border-color: #5FCA26;
}
</style>