Shades of Kelly Green #5DD112
Tints of Kelly Green #5DD112
RGB
CMYK
RGB Variations
Color information
#5DD112 (or 0x5DD112) is known color: Kelly Green. HEX triplet: 5D, D1 and 12. RGB value is (93,209,18). Sum of RGB (Red+Green+Blue) = 93+209+18=320 (42% of max value = 765). Red value is 93 (36.72% from 255 or 29.06% from 320); Green value is 209 (82.03% from 255 or 65.31% from 320); Blue value is 18 (7.42% from 255 or 5.62% from 320); Max value from RGB is 209 - color contains mainly: green. Hex color #5DD112 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5DD112 is #A22EED. Grayscale: #999999. Windows color (decimal): -10628846 or 1233245. OLE color: 1233245.
HSL color Cylindrical-coordinate representation of color #5DD112: hue angle of 96.44º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5DD112 is Cyan = 0.56, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 93 | 209 | 18 | - |
| CMYK | 0.56 | 0 | 0.91 | 0.18 |
| HSL | 96.44º | 0.84% | 0.45% | - |
| HSV(B) | 96.44º | 0.91% | 0.82% | - |
| XYZ | 27.42 | 47.97 | 8.39 | - |
| YUV | 152.54 | 52.07 | 85.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 209 | 18 | 0.56 | 0 | 0.91 | 0.18 | 96.44 | 0.84 | 0.45 |
| Hex | 5D | D1 | 12 | 38 | 0 | 5B | 12 | 60 | 54 | 2D |
| Octal | 135 | 321 | 22 | 70 | 0 | 133 | 22 | 140 | 124 | 55 |
| Binary | 1011101 | 11010001 | 10010 | 111000 | 0 | 1011011 | 10010 | 1100000 | 1010100 | 101101 |
Color Harmonies of #5DD112
Complementary color
Monochromatic Colors of #5DD112
Black with #5DD112
Text Example
Text Example
White with #5DD112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DD112; }
p { color: rgb(93,209,18); }
H1.HeaderClassName
{
color: #5DD112;
}
.AnyTagClassName
{
color: #5DD112;
}
</style>
background-color css
<style>
a { background-color: #5DD112; }
a { background-color: rgb(93,209,18); }
div.DivClassName
{
background-color: #5DD112;
}
.BgClassName
{
background-color: #5DD112;
}
</style>
border-color css
<style>
span { border-color: #5DD112; }
span { border-color: rgb(93,209,18); }
td.TdClassName
{
border-color: #5DD112;
}
.TagClassName
{
border-color: #5DD112;
}
</style>