Shades of Kelly Green #5DD412
Tints of Kelly Green #5DD412
RGB
CMYK
RGB Variations
Color information
#5DD412 (or 0x5DD412) is known color: Kelly Green. HEX triplet: 5D, D4 and 12. RGB value is (93,212,18). Sum of RGB (Red+Green+Blue) = 93+212+18=323 (42% of max value = 765). Red value is 93 (36.72% from 255 or 28.79% from 323); Green value is 212 (83.20% from 255 or 65.63% from 323); Blue value is 18 (7.42% from 255 or 5.57% from 323); Max value from RGB is 212 - color contains mainly: green. Hex color #5DD412 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5DD412 is #A22BED. Grayscale: #9A9A9A. Windows color (decimal): -10628078 or 1234013. OLE color: 1234013.
HSL color Cylindrical-coordinate representation of color #5DD412: hue angle of 96.8º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5DD412 is Cyan = 0.56, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 93 | 212 | 18 | - |
| CMYK | 0.56 | 0 | 0.92 | 0.17 |
| HSL | 96.8º | 0.84% | 0.45% | - |
| HSV(B) | 96.8º | 0.92% | 0.83% | - |
| XYZ | 28.17 | 49.46 | 8.63 | - |
| YUV | 154.3 | 51.08 | 84.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 212 | 18 | 0.56 | 0 | 0.92 | 0.17 | 96.8 | 0.84 | 0.45 |
| Hex | 5D | D4 | 12 | 38 | 0 | 5C | 11 | 61 | 54 | 2D |
| Octal | 135 | 324 | 22 | 70 | 0 | 134 | 21 | 141 | 124 | 55 |
| Binary | 1011101 | 11010100 | 10010 | 111000 | 0 | 1011100 | 10001 | 1100001 | 1010100 | 101101 |
Color Harmonies of #5DD412
Complementary color
Monochromatic Colors of #5DD412
Black with #5DD412
Text Example
Text Example
White with #5DD412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DD412; }
p { color: rgb(93,212,18); }
H1.HeaderClassName
{
color: #5DD412;
}
.AnyTagClassName
{
color: #5DD412;
}
</style>
background-color css
<style>
a { background-color: #5DD412; }
a { background-color: rgb(93,212,18); }
div.DivClassName
{
background-color: #5DD412;
}
.BgClassName
{
background-color: #5DD412;
}
</style>
border-color css
<style>
span { border-color: #5DD412; }
span { border-color: rgb(93,212,18); }
td.TdClassName
{
border-color: #5DD412;
}
.TagClassName
{
border-color: #5DD412;
}
</style>