Shades of Kelly Green #5DDD12
Tints of Kelly Green #5DDD12
RGB
CMYK
RGB Variations
Color information
#5DDD12 (or 0x5DDD12) is known color: Kelly Green. HEX triplet: 5D, DD and 12. RGB value is (93,221,18). Sum of RGB (Red+Green+Blue) = 93+221+18=332 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.01% from 332); Green value is 221 (86.72% from 255 or 66.57% from 332); Blue value is 18 (7.42% from 255 or 5.42% from 332); Max value from RGB is 221 - color contains mainly: green. Hex color #5DDD12 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5DDD12 is #A222ED. Grayscale: #A0A0A0. Windows color (decimal): -10625774 or 1236317. OLE color: 1236317.
HSL color Cylindrical-coordinate representation of color #5DDD12: hue angle of 97.83º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5DDD12 is Cyan = 0.58, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 93 | 221 | 18 | - |
| CMYK | 0.58 | 0 | 0.92 | 0.13 |
| HSL | 97.83º | 0.85% | 0.47% | - |
| HSV(B) | 97.83º | 0.92% | 0.87% | - |
| XYZ | 30.48 | 54.08 | 9.41 | - |
| YUV | 159.59 | 48.09 | 80.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 221 | 18 | 0.58 | 0 | 0.92 | 0.13 | 97.83 | 0.85 | 0.47 |
| Hex | 5D | DD | 12 | 3A | 0 | 5C | D | 62 | 55 | 2F |
| Octal | 135 | 335 | 22 | 72 | 0 | 134 | 15 | 142 | 125 | 57 |
| Binary | 1011101 | 11011101 | 10010 | 111010 | 0 | 1011100 | 1101 | 1100010 | 1010101 | 101111 |
Color Harmonies of #5DDD12
Complementary color
Monochromatic Colors of #5DDD12
Black with #5DDD12
Text Example
Text Example
White with #5DDD12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DDD12; }
p { color: rgb(93,221,18); }
H1.HeaderClassName
{
color: #5DDD12;
}
.AnyTagClassName
{
color: #5DDD12;
}
</style>
background-color css
<style>
a { background-color: #5DDD12; }
a { background-color: rgb(93,221,18); }
div.DivClassName
{
background-color: #5DDD12;
}
.BgClassName
{
background-color: #5DDD12;
}
</style>
border-color css
<style>
span { border-color: #5DDD12; }
span { border-color: rgb(93,221,18); }
td.TdClassName
{
border-color: #5DDD12;
}
.TagClassName
{
border-color: #5DDD12;
}
</style>