Shades of Kelly Green #5FDE20
Tints of Kelly Green #5FDE20
RGB
CMYK
RGB Variations
Color information
#5FDE20 (or 0x5FDE20) is known color: Kelly Green. HEX triplet: 5F, DE and 20. RGB value is (95,222,32). Sum of RGB (Red+Green+Blue) = 95+222+32=349 (46% of max value = 765). Red value is 95 (37.5% from 255 or 27.22% from 349); Green value is 222 (87.11% from 255 or 63.61% from 349); Blue value is 32 (12.89% from 255 or 9.17% from 349); Max value from RGB is 222 - color contains mainly: green. Hex color #5FDE20 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FDE20 is #A021DF. Grayscale: #A3A3A3. Windows color (decimal): -10494432 or 2154079. OLE color: 2154079.
HSL color Cylindrical-coordinate representation of color #5FDE20: hue angle of 100.11º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5FDE20 is Cyan = 0.57, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 95 | 222 | 32 | - |
| CMYK | 0.57 | 0 | 0.86 | 0.13 |
| HSL | 100.11º | 0.75% | 0.5% | - |
| HSV(B) | 100.11º | 0.86% | 0.87% | - |
| XYZ | 31.1 | 54.78 | 10.3 | - |
| YUV | 162.37 | 54.42 | 79.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 222 | 32 | 0.57 | 0 | 0.86 | 0.13 | 100.11 | 0.75 | 0.5 |
| Hex | 5F | DE | 20 | 39 | 0 | 56 | D | 64 | 4B | 32 |
| Octal | 137 | 336 | 40 | 71 | 0 | 126 | 15 | 144 | 113 | 62 |
| Binary | 1011111 | 11011110 | 100000 | 111001 | 0 | 1010110 | 1101 | 1100100 | 1001011 | 110010 |
Color Harmonies of #5FDE20
Complementary color
Monochromatic Colors of #5FDE20
Black with #5FDE20
Text Example
Text Example
White with #5FDE20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FDE20; }
p { color: rgb(95,222,32); }
H1.HeaderClassName
{
color: #5FDE20;
}
.AnyTagClassName
{
color: #5FDE20;
}
</style>
background-color css
<style>
a { background-color: #5FDE20; }
a { background-color: rgb(95,222,32); }
div.DivClassName
{
background-color: #5FDE20;
}
.BgClassName
{
background-color: #5FDE20;
}
</style>
border-color css
<style>
span { border-color: #5FDE20; }
span { border-color: rgb(95,222,32); }
td.TdClassName
{
border-color: #5FDE20;
}
.TagClassName
{
border-color: #5FDE20;
}
</style>