Shades of Kelly Green #5FDE1E
Tints of Kelly Green #5FDE1E
RGB
CMYK
RGB Variations
Color information
#5FDE1E (or 0x5FDE1E) is known color: Kelly Green. HEX triplet: 5F, DE and 1E. RGB value is (95,222,30). Sum of RGB (Red+Green+Blue) = 95+222+30=347 (45% of max value = 765). Red value is 95 (37.5% from 255 or 27.38% from 347); Green value is 222 (87.11% from 255 or 63.98% from 347); Blue value is 30 (12.11% from 255 or 8.65% from 347); Max value from RGB is 222 - color contains mainly: green. Hex color #5FDE1E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FDE1E is #A021E1. Grayscale: #A2A2A2. Windows color (decimal): -10494434 or 2023007. OLE color: 2023007.
HSL color Cylindrical-coordinate representation of color #5FDE1E: hue angle of 99.69º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5FDE1E is Cyan = 0.57, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 95 | 222 | 30 | - |
| CMYK | 0.57 | 0 | 0.86 | 0.13 |
| HSL | 99.69º | 0.76% | 0.49% | - |
| HSV(B) | 99.69º | 0.86% | 0.87% | - |
| XYZ | 31.07 | 54.77 | 10.16 | - |
| YUV | 162.14 | 53.42 | 80.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 222 | 30 | 0.57 | 0 | 0.86 | 0.13 | 99.69 | 0.76 | 0.49 |
| Hex | 5F | DE | 1E | 39 | 0 | 56 | D | 64 | 4C | 31 |
| Octal | 137 | 336 | 36 | 71 | 0 | 126 | 15 | 144 | 114 | 61 |
| Binary | 1011111 | 11011110 | 11110 | 111001 | 0 | 1010110 | 1101 | 1100100 | 1001100 | 110001 |
Color Harmonies of #5FDE1E
Complementary color
Monochromatic Colors of #5FDE1E
Black with #5FDE1E
Text Example
Text Example
White with #5FDE1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FDE1E; }
p { color: rgb(95,222,30); }
H1.HeaderClassName
{
color: #5FDE1E;
}
.AnyTagClassName
{
color: #5FDE1E;
}
</style>
background-color css
<style>
a { background-color: #5FDE1E; }
a { background-color: rgb(95,222,30); }
div.DivClassName
{
background-color: #5FDE1E;
}
.BgClassName
{
background-color: #5FDE1E;
}
</style>
border-color css
<style>
span { border-color: #5FDE1E; }
span { border-color: rgb(95,222,30); }
td.TdClassName
{
border-color: #5FDE1E;
}
.TagClassName
{
border-color: #5FDE1E;
}
</style>