Shades of Kelly Green #5DBC12
Tints of Kelly Green #5DBC12
RGB
CMYK
RGB Variations
Color information
#5DBC12 (or 0x5DBC12) is known color: Kelly Green. HEX triplet: 5D, BC and 12. RGB value is (93,188,18). Sum of RGB (Red+Green+Blue) = 93+188+18=299 (39% of max value = 765). Red value is 93 (36.72% from 255 or 31.10% from 299); Green value is 188 (73.83% from 255 or 62.88% from 299); Blue value is 18 (7.42% from 255 or 6.02% from 299); Max value from RGB is 188 - color contains mainly: green. Hex color #5DBC12 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5DBC12 is #A243ED. Grayscale: #8C8C8C. Windows color (decimal): -10634222 or 1227869. OLE color: 1227869.
HSL color Cylindrical-coordinate representation of color #5DBC12: hue angle of 93.53º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5DBC12 is Cyan = 0.51, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 93 | 188 | 18 | - |
| CMYK | 0.51 | 0 | 0.90 | 0.26 |
| HSL | 93.53º | 0.83% | 0.4% | - |
| HSV(B) | 93.53º | 0.9% | 0.74% | - |
| XYZ | 22.61 | 38.34 | 6.78 | - |
| YUV | 140.22 | 59.03 | 94.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 188 | 18 | 0.51 | 0 | 0.90 | 0.26 | 93.53 | 0.83 | 0.4 |
| Hex | 5D | BC | 12 | 33 | 0 | 5A | 1A | 5E | 53 | 28 |
| Octal | 135 | 274 | 22 | 63 | 0 | 132 | 32 | 136 | 123 | 50 |
| Binary | 1011101 | 10111100 | 10010 | 110011 | 0 | 1011010 | 11010 | 1011110 | 1010011 | 101000 |
Color Harmonies of #5DBC12
Complementary color
Monochromatic Colors of #5DBC12
Black with #5DBC12
Text Example
Text Example
White with #5DBC12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DBC12; }
p { color: rgb(93,188,18); }
H1.HeaderClassName
{
color: #5DBC12;
}
.AnyTagClassName
{
color: #5DBC12;
}
</style>
background-color css
<style>
a { background-color: #5DBC12; }
a { background-color: rgb(93,188,18); }
div.DivClassName
{
background-color: #5DBC12;
}
.BgClassName
{
background-color: #5DBC12;
}
</style>
border-color css
<style>
span { border-color: #5DBC12; }
span { border-color: rgb(93,188,18); }
td.TdClassName
{
border-color: #5DBC12;
}
.TagClassName
{
border-color: #5DBC12;
}
</style>