Shades of Kelly Green #5DB20C
Tints of Kelly Green #5DB20C
RGB
CMYK
RGB Variations
Color information
#5DB20C (or 0x5DB20C) is known color: Kelly Green. HEX triplet: 5D, B2 and 0C. RGB value is (93,178,12). Sum of RGB (Red+Green+Blue) = 93+178+12=283 (37% of max value = 765). Red value is 93 (36.72% from 255 or 32.86% from 283); Green value is 178 (69.92% from 255 or 62.90% from 283); Blue value is 12 (5.08% from 255 or 4.24% from 283); Max value from RGB is 178 - color contains mainly: green. Hex color #5DB20C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5DB20C is #A24DF3. Grayscale: #868686. Windows color (decimal): -10636788 or 832093. OLE color: 832093.
HSL color Cylindrical-coordinate representation of color #5DB20C: hue angle of 90.72º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5DB20C is Cyan = 0.48, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 93 | 178 | 12 | - |
| CMYK | 0.48 | 0 | 0.93 | 0.30 |
| HSL | 90.72º | 0.87% | 0.37% | - |
| HSV(B) | 90.72º | 0.93% | 0.7% | - |
| XYZ | 20.5 | 34.19 | 5.87 | - |
| YUV | 133.66 | 59.34 | 99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 178 | 12 | 0.48 | 0 | 0.93 | 0.30 | 90.72 | 0.87 | 0.37 |
| Hex | 5D | B2 | C | 30 | 0 | 5D | 1E | 5B | 57 | 25 |
| Octal | 135 | 262 | 14 | 60 | 0 | 135 | 36 | 133 | 127 | 45 |
| Binary | 1011101 | 10110010 | 1100 | 110000 | 0 | 1011101 | 11110 | 1011011 | 1010111 | 100101 |
Color Harmonies of #5DB20C
Complementary color
Monochromatic Colors of #5DB20C
Black with #5DB20C
Text Example
Text Example
White with #5DB20C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DB20C; }
p { color: rgb(93,178,12); }
H1.HeaderClassName
{
color: #5DB20C;
}
.AnyTagClassName
{
color: #5DB20C;
}
</style>
background-color css
<style>
a { background-color: #5DB20C; }
a { background-color: rgb(93,178,12); }
div.DivClassName
{
background-color: #5DB20C;
}
.BgClassName
{
background-color: #5DB20C;
}
</style>
border-color css
<style>
span { border-color: #5DB20C; }
span { border-color: rgb(93,178,12); }
td.TdClassName
{
border-color: #5DB20C;
}
.TagClassName
{
border-color: #5DB20C;
}
</style>