Shades of Kelly Green #5DB412
Tints of Kelly Green #5DB412
RGB
CMYK
RGB Variations
Color information
#5DB412 (or 0x5DB412) is known color: Kelly Green. HEX triplet: 5D, B4 and 12. RGB value is (93,180,18). Sum of RGB (Red+Green+Blue) = 93+180+18=291 (38% of max value = 765). Red value is 93 (36.72% from 255 or 31.96% from 291); Green value is 180 (70.70% from 255 or 61.86% from 291); Blue value is 18 (7.42% from 255 or 6.19% from 291); Max value from RGB is 180 - color contains mainly: green. Hex color #5DB412 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5DB412 is #A24BED. Grayscale: #888888. Windows color (decimal): -10636270 or 1225821. OLE color: 1225821.
HSL color Cylindrical-coordinate representation of color #5DB412: hue angle of 92.22º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5DB412 is Cyan = 0.48, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 93 | 180 | 18 | - |
| CMYK | 0.48 | 0 | 0.9 | 0.29 |
| HSL | 92.22º | 0.82% | 0.39% | - |
| HSV(B) | 92.22º | 0.9% | 0.71% | - |
| XYZ | 20.94 | 35.01 | 6.23 | - |
| YUV | 135.52 | 61.68 | 97.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 180 | 18 | 0.48 | 0 | 0.9 | 0.29 | 92.22 | 0.82 | 0.39 |
| Hex | 5D | B4 | 12 | 30 | 0 | 5A | 1D | 5C | 52 | 27 |
| Octal | 135 | 264 | 22 | 60 | 0 | 132 | 35 | 134 | 122 | 47 |
| Binary | 1011101 | 10110100 | 10010 | 110000 | 0 | 1011010 | 11101 | 1011100 | 1010010 | 100111 |
Color Harmonies of #5DB412
Complementary color
Monochromatic Colors of #5DB412
Black with #5DB412
Text Example
Text Example
White with #5DB412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DB412; }
p { color: rgb(93,180,18); }
H1.HeaderClassName
{
color: #5DB412;
}
.AnyTagClassName
{
color: #5DB412;
}
</style>
background-color css
<style>
a { background-color: #5DB412; }
a { background-color: rgb(93,180,18); }
div.DivClassName
{
background-color: #5DB412;
}
.BgClassName
{
background-color: #5DB412;
}
</style>
border-color css
<style>
span { border-color: #5DB412; }
span { border-color: rgb(93,180,18); }
td.TdClassName
{
border-color: #5DB412;
}
.TagClassName
{
border-color: #5DB412;
}
</style>