Shades of Kelly Green #5FCE14
Tints of Kelly Green #5FCE14
RGB
CMYK
RGB Variations
Color information
#5FCE14 (or 0x5FCE14) is known color: Kelly Green. HEX triplet: 5F, CE and 14. RGB value is (95,206,20). Sum of RGB (Red+Green+Blue) = 95+206+20=321 (42% of max value = 765). Red value is 95 (37.5% from 255 or 29.60% from 321); Green value is 206 (80.86% from 255 or 64.17% from 321); Blue value is 20 (8.20% from 255 or 6.23% from 321); Max value from RGB is 206 - color contains mainly: green. Hex color #5FCE14 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5FCE14 is #A031EB. Grayscale: #989898. Windows color (decimal): -10498540 or 1363551. OLE color: 1363551.
HSL color Cylindrical-coordinate representation of color #5FCE14: hue angle of 95.81º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5FCE14 is Cyan = 0.54, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 95 | 206 | 20 | - |
| CMYK | 0.54 | 0 | 0.90 | 0.19 |
| HSL | 95.81º | 0.82% | 0.44% | - |
| HSV(B) | 95.81º | 0.9% | 0.81% | - |
| XYZ | 26.92 | 46.63 | 8.24 | - |
| YUV | 151.61 | 53.73 | 87.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 206 | 20 | 0.54 | 0 | 0.90 | 0.19 | 95.81 | 0.82 | 0.44 |
| Hex | 5F | CE | 14 | 36 | 0 | 5A | 13 | 60 | 52 | 2C |
| Octal | 137 | 316 | 24 | 66 | 0 | 132 | 23 | 140 | 122 | 54 |
| Binary | 1011111 | 11001110 | 10100 | 110110 | 0 | 1011010 | 10011 | 1100000 | 1010010 | 101100 |
Color Harmonies of #5FCE14
Complementary color
Monochromatic Colors of #5FCE14
Black with #5FCE14
Text Example
Text Example
White with #5FCE14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FCE14; }
p { color: rgb(95,206,20); }
H1.HeaderClassName
{
color: #5FCE14;
}
.AnyTagClassName
{
color: #5FCE14;
}
</style>
background-color css
<style>
a { background-color: #5FCE14; }
a { background-color: rgb(95,206,20); }
div.DivClassName
{
background-color: #5FCE14;
}
.BgClassName
{
background-color: #5FCE14;
}
</style>
border-color css
<style>
span { border-color: #5FCE14; }
span { border-color: rgb(95,206,20); }
td.TdClassName
{
border-color: #5FCE14;
}
.TagClassName
{
border-color: #5FCE14;
}
</style>