Shades of Kelly Green #5FDD14
Tints of Kelly Green #5FDD14
RGB
CMYK
RGB Variations
Color information
#5FDD14 (or 0x5FDD14) is known color: Kelly Green. HEX triplet: 5F, DD and 14. RGB value is (95,221,20). Sum of RGB (Red+Green+Blue) = 95+221+20=336 (44% of max value = 765). Red value is 95 (37.5% from 255 or 28.27% from 336); Green value is 221 (86.72% from 255 or 65.77% from 336); Blue value is 20 (8.20% from 255 or 5.95% from 336); Max value from RGB is 221 - color contains mainly: green. Hex color #5FDD14 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5FDD14 is #A022EB. Grayscale: #A1A1A1. Windows color (decimal): -10494700 or 1367391. OLE color: 1367391.
HSL color Cylindrical-coordinate representation of color #5FDD14: hue angle of 97.61º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5FDD14 is Cyan = 0.57, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 95 | 221 | 20 | - |
| CMYK | 0.57 | 0 | 0.91 | 0.13 |
| HSL | 97.61º | 0.83% | 0.47% | - |
| HSV(B) | 97.61º | 0.91% | 0.87% | - |
| XYZ | 30.7 | 54.2 | 9.5 | - |
| YUV | 160.41 | 48.76 | 81.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 221 | 20 | 0.57 | 0 | 0.91 | 0.13 | 97.61 | 0.83 | 0.47 |
| Hex | 5F | DD | 14 | 39 | 0 | 5B | D | 62 | 53 | 2F |
| Octal | 137 | 335 | 24 | 71 | 0 | 133 | 15 | 142 | 123 | 57 |
| Binary | 1011111 | 11011101 | 10100 | 111001 | 0 | 1011011 | 1101 | 1100010 | 1010011 | 101111 |
Color Harmonies of #5FDD14
Complementary color
Monochromatic Colors of #5FDD14
Black with #5FDD14
Text Example
Text Example
White with #5FDD14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FDD14; }
p { color: rgb(95,221,20); }
H1.HeaderClassName
{
color: #5FDD14;
}
.AnyTagClassName
{
color: #5FDD14;
}
</style>
background-color css
<style>
a { background-color: #5FDD14; }
a { background-color: rgb(95,221,20); }
div.DivClassName
{
background-color: #5FDD14;
}
.BgClassName
{
background-color: #5FDD14;
}
</style>
border-color css
<style>
span { border-color: #5FDD14; }
span { border-color: rgb(95,221,20); }
td.TdClassName
{
border-color: #5FDD14;
}
.TagClassName
{
border-color: #5FDD14;
}
</style>