Shades of Kelly Green #5DDE14
Tints of Kelly Green #5DDE14
RGB
CMYK
RGB Variations
Color information
#5DDE14 (or 0x5DDE14) is known color: Kelly Green. HEX triplet: 5D, DE and 14. RGB value is (93,222,20). Sum of RGB (Red+Green+Blue) = 93+222+20=335 (44% of max value = 765). Red value is 93 (36.72% from 255 or 27.76% from 335); Green value is 222 (87.11% from 255 or 66.27% from 335); Blue value is 20 (8.20% from 255 or 5.97% from 335); Max value from RGB is 222 - color contains mainly: green. Hex color #5DDE14 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5DDE14 is #A221EB. Grayscale: #A1A1A1. Windows color (decimal): -10625516 or 1367645. OLE color: 1367645.
HSL color Cylindrical-coordinate representation of color #5DDE14: hue angle of 98.32º 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 #5DDE14 is Cyan = 0.58, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 93 | 222 | 20 | - |
| CMYK | 0.58 | 0 | 0.91 | 0.13 |
| HSL | 98.32º | 0.83% | 0.47% | - |
| HSV(B) | 98.32º | 0.91% | 0.87% | - |
| XYZ | 30.76 | 54.62 | 9.58 | - |
| YUV | 160.4 | 48.76 | 79.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 222 | 20 | 0.58 | 0 | 0.91 | 0.13 | 98.32 | 0.83 | 0.47 |
| Hex | 5D | DE | 14 | 3A | 0 | 5B | D | 62 | 53 | 2F |
| Octal | 135 | 336 | 24 | 72 | 0 | 133 | 15 | 142 | 123 | 57 |
| Binary | 1011101 | 11011110 | 10100 | 111010 | 0 | 1011011 | 1101 | 1100010 | 1010011 | 101111 |
Color Harmonies of #5DDE14
Complementary color
Monochromatic Colors of #5DDE14
Black with #5DDE14
Text Example
Text Example
White with #5DDE14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DDE14; }
p { color: rgb(93,222,20); }
H1.HeaderClassName
{
color: #5DDE14;
}
.AnyTagClassName
{
color: #5DDE14;
}
</style>
background-color css
<style>
a { background-color: #5DDE14; }
a { background-color: rgb(93,222,20); }
div.DivClassName
{
background-color: #5DDE14;
}
.BgClassName
{
background-color: #5DDE14;
}
</style>
border-color css
<style>
span { border-color: #5DDE14; }
span { border-color: rgb(93,222,20); }
td.TdClassName
{
border-color: #5DDE14;
}
.TagClassName
{
border-color: #5DDE14;
}
</style>