Shades of Kelly Green #5FC414
Tints of Kelly Green #5FC414
RGB
CMYK
RGB Variations
Color information
#5FC414 (or 0x5FC414) is known color: Kelly Green. HEX triplet: 5F, C4 and 14. RGB value is (95,196,20). Sum of RGB (Red+Green+Blue) = 95+196+20=311 (41% of max value = 765). Red value is 95 (37.5% from 255 or 30.55% from 311); Green value is 196 (76.95% from 255 or 63.02% from 311); Blue value is 20 (8.20% from 255 or 6.43% from 311); Max value from RGB is 196 - color contains mainly: green. Hex color #5FC414 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5FC414 is #A03BEB. Grayscale: #929292. Windows color (decimal): -10501100 or 1360991. OLE color: 1360991.
HSL color Cylindrical-coordinate representation of color #5FC414: hue angle of 94.43º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5FC414 is Cyan = 0.52, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 95 | 196 | 20 | - |
| CMYK | 0.52 | 0 | 0.90 | 0.23 |
| HSL | 94.43º | 0.81% | 0.42% | - |
| HSV(B) | 94.43º | 0.9% | 0.77% | - |
| XYZ | 24.59 | 41.96 | 7.47 | - |
| YUV | 145.74 | 57.04 | 91.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 196 | 20 | 0.52 | 0 | 0.90 | 0.23 | 94.43 | 0.81 | 0.42 |
| Hex | 5F | C4 | 14 | 34 | 0 | 5A | 17 | 5E | 51 | 2A |
| Octal | 137 | 304 | 24 | 64 | 0 | 132 | 27 | 136 | 121 | 52 |
| Binary | 1011111 | 11000100 | 10100 | 110100 | 0 | 1011010 | 10111 | 1011110 | 1010001 | 101010 |
Color Harmonies of #5FC414
Complementary color
Monochromatic Colors of #5FC414
Black with #5FC414
Text Example
Text Example
White with #5FC414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FC414; }
p { color: rgb(95,196,20); }
H1.HeaderClassName
{
color: #5FC414;
}
.AnyTagClassName
{
color: #5FC414;
}
</style>
background-color css
<style>
a { background-color: #5FC414; }
a { background-color: rgb(95,196,20); }
div.DivClassName
{
background-color: #5FC414;
}
.BgClassName
{
background-color: #5FC414;
}
</style>
border-color css
<style>
span { border-color: #5FC414; }
span { border-color: rgb(95,196,20); }
td.TdClassName
{
border-color: #5FC414;
}
.TagClassName
{
border-color: #5FC414;
}
</style>