Shades of Kelly Green #5DD712
Tints of Kelly Green #5DD712
RGB
CMYK
RGB Variations
Color information
#5DD712 (or 0x5DD712) is known color: Kelly Green. HEX triplet: 5D, D7 and 12. RGB value is (93,215,18). Sum of RGB (Red+Green+Blue) = 93+215+18=326 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.53% from 326); Green value is 215 (84.38% from 255 or 65.95% from 326); Blue value is 18 (7.42% from 255 or 5.52% from 326); Max value from RGB is 215 - color contains mainly: green. Hex color #5DD712 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5DD712 is #A228ED. Grayscale: #9C9C9C. Windows color (decimal): -10627310 or 1234781. OLE color: 1234781.
HSL color Cylindrical-coordinate representation of color #5DD712: hue angle of 97.16º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5DD712 is Cyan = 0.57, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 93 | 215 | 18 | - |
| CMYK | 0.57 | 0 | 0.92 | 0.16 |
| HSL | 97.16º | 0.85% | 0.46% | - |
| HSV(B) | 97.16º | 0.92% | 0.84% | - |
| XYZ | 28.92 | 50.97 | 8.89 | - |
| YUV | 156.06 | 50.08 | 83.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 215 | 18 | 0.57 | 0 | 0.92 | 0.16 | 97.16 | 0.85 | 0.46 |
| Hex | 5D | D7 | 12 | 39 | 0 | 5C | 10 | 61 | 55 | 2E |
| Octal | 135 | 327 | 22 | 71 | 0 | 134 | 20 | 141 | 125 | 56 |
| Binary | 1011101 | 11010111 | 10010 | 111001 | 0 | 1011100 | 10000 | 1100001 | 1010101 | 101110 |
Color Harmonies of #5DD712
Complementary color
Monochromatic Colors of #5DD712
Black with #5DD712
Text Example
Text Example
White with #5DD712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DD712; }
p { color: rgb(93,215,18); }
H1.HeaderClassName
{
color: #5DD712;
}
.AnyTagClassName
{
color: #5DD712;
}
</style>
background-color css
<style>
a { background-color: #5DD712; }
a { background-color: rgb(93,215,18); }
div.DivClassName
{
background-color: #5DD712;
}
.BgClassName
{
background-color: #5DD712;
}
</style>
border-color css
<style>
span { border-color: #5DD712; }
span { border-color: rgb(93,215,18); }
td.TdClassName
{
border-color: #5DD712;
}
.TagClassName
{
border-color: #5DD712;
}
</style>