Shades of Kelly Green #5DBD12
Tints of Kelly Green #5DBD12
RGB
CMYK
RGB Variations
Color information
#5DBD12 (or 0x5DBD12) is known color: Kelly Green. HEX triplet: 5D, BD and 12. RGB value is (93,189,18). Sum of RGB (Red+Green+Blue) = 93+189+18=300 (39% of max value = 765). Red value is 93 (36.72% from 255 or 31% from 300); Green value is 189 (74.22% from 255 or 63% from 300); Blue value is 18 (7.42% from 255 or 6% from 300); Max value from RGB is 189 - color contains mainly: green. Hex color #5DBD12 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5DBD12 is #A242ED. Grayscale: #8D8D8D. Windows color (decimal): -10633966 or 1228125. OLE color: 1228125.
HSL color Cylindrical-coordinate representation of color #5DBD12: hue angle of 93.68º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5DBD12 is Cyan = 0.51, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 93 | 189 | 18 | - |
| CMYK | 0.51 | 0 | 0.90 | 0.26 |
| HSL | 93.68º | 0.83% | 0.41% | - |
| HSV(B) | 93.68º | 0.9% | 0.74% | - |
| XYZ | 22.82 | 38.77 | 6.85 | - |
| YUV | 140.8 | 58.7 | 93.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 189 | 18 | 0.51 | 0 | 0.90 | 0.26 | 93.68 | 0.83 | 0.41 |
| Hex | 5D | BD | 12 | 33 | 0 | 5A | 1A | 5E | 53 | 29 |
| Octal | 135 | 275 | 22 | 63 | 0 | 132 | 32 | 136 | 123 | 51 |
| Binary | 1011101 | 10111101 | 10010 | 110011 | 0 | 1011010 | 11010 | 1011110 | 1010011 | 101001 |
Color Harmonies of #5DBD12
Complementary color
Monochromatic Colors of #5DBD12
Black with #5DBD12
Text Example
Text Example
White with #5DBD12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DBD12; }
p { color: rgb(93,189,18); }
H1.HeaderClassName
{
color: #5DBD12;
}
.AnyTagClassName
{
color: #5DBD12;
}
</style>
background-color css
<style>
a { background-color: #5DBD12; }
a { background-color: rgb(93,189,18); }
div.DivClassName
{
background-color: #5DBD12;
}
.BgClassName
{
background-color: #5DBD12;
}
</style>
border-color css
<style>
span { border-color: #5DBD12; }
span { border-color: rgb(93,189,18); }
td.TdClassName
{
border-color: #5DBD12;
}
.TagClassName
{
border-color: #5DBD12;
}
</style>