Shades of Kelly Green #5DDE21
Tints of Kelly Green #5DDE21
RGB
CMYK
RGB Variations
Color information
#5DDE21 (or 0x5DDE21) is known color: Kelly Green. HEX triplet: 5D, DE and 21. RGB value is (93,222,33). Sum of RGB (Red+Green+Blue) = 93+222+33=348 (46% of max value = 765). Red value is 93 (36.72% from 255 or 26.72% from 348); Green value is 222 (87.11% from 255 or 63.79% from 348); Blue value is 33 (13.28% from 255 or 9.48% from 348); Max value from RGB is 222 - color contains mainly: green. Hex color #5DDE21 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DDE21 is #A221DE. Grayscale: #A2A2A2. Windows color (decimal): -10625503 or 2219613. OLE color: 2219613.
HSL color Cylindrical-coordinate representation of color #5DDE21: hue angle of 100.95º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5DDE21 is Cyan = 0.58, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 93 | 222 | 33 | - |
| CMYK | 0.58 | 0 | 0.85 | 0.13 |
| HSL | 100.95º | 0.74% | 0.5% | - |
| HSV(B) | 100.95º | 0.85% | 0.87% | - |
| XYZ | 30.91 | 54.68 | 10.36 | - |
| YUV | 161.88 | 55.26 | 78.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 222 | 33 | 0.58 | 0 | 0.85 | 0.13 | 100.95 | 0.74 | 0.5 |
| Hex | 5D | DE | 21 | 3A | 0 | 55 | D | 65 | 4A | 32 |
| Octal | 135 | 336 | 41 | 72 | 0 | 125 | 15 | 145 | 112 | 62 |
| Binary | 1011101 | 11011110 | 100001 | 111010 | 0 | 1010101 | 1101 | 1100101 | 1001010 | 110010 |
Color Harmonies of #5DDE21
Complementary color
Monochromatic Colors of #5DDE21
Black with #5DDE21
Text Example
Text Example
White with #5DDE21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DDE21; }
p { color: rgb(93,222,33); }
H1.HeaderClassName
{
color: #5DDE21;
}
.AnyTagClassName
{
color: #5DDE21;
}
</style>
background-color css
<style>
a { background-color: #5DDE21; }
a { background-color: rgb(93,222,33); }
div.DivClassName
{
background-color: #5DDE21;
}
.BgClassName
{
background-color: #5DDE21;
}
</style>
border-color css
<style>
span { border-color: #5DDE21; }
span { border-color: rgb(93,222,33); }
td.TdClassName
{
border-color: #5DDE21;
}
.TagClassName
{
border-color: #5DDE21;
}
</style>