Shades of Kelly Green #52DA0E
Tints of Kelly Green #52DA0E
RGB
CMYK
RGB Variations
Color information
#52DA0E (or 0x52DA0E) is known color: Kelly Green. HEX triplet: 52, DA and 0E. RGB value is (82,218,14). Sum of RGB (Red+Green+Blue) = 82+218+14=314 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.11% from 314); Green value is 218 (85.55% from 255 or 69.43% from 314); Blue value is 14 (5.86% from 255 or 4.46% from 314); Max value from RGB is 218 - color contains mainly: green. Hex color #52DA0E is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #52DA0E is #AD25F1. Grayscale: #9A9A9A. Windows color (decimal): -11347442 or 973394. OLE color: 973394.
HSL color Cylindrical-coordinate representation of color #52DA0E: hue angle of 100º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #52DA0E is Cyan = 0.62, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 82 | 218 | 14 | - |
| CMYK | 0.62 | 0 | 0.94 | 0.15 |
| HSL | 100º | 0.88% | 0.45% | - |
| HSV(B) | 100º | 0.94% | 0.85% | - |
| XYZ | 28.63 | 51.97 | 8.94 | - |
| YUV | 154.08 | 48.94 | 76.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 218 | 14 | 0.62 | 0 | 0.94 | 0.15 | 100 | 0.88 | 0.45 |
| Hex | 52 | DA | E | 3E | 0 | 5E | F | 64 | 58 | 2D |
| Octal | 122 | 332 | 16 | 76 | 0 | 136 | 17 | 144 | 130 | 55 |
| Binary | 1010010 | 11011010 | 1110 | 111110 | 0 | 1011110 | 1111 | 1100100 | 1011000 | 101101 |
Color Harmonies of #52DA0E
Complementary color
Monochromatic Colors of #52DA0E
Black with #52DA0E
Text Example
Text Example
White with #52DA0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52DA0E; }
p { color: rgb(82,218,14); }
H1.HeaderClassName
{
color: #52DA0E;
}
.AnyTagClassName
{
color: #52DA0E;
}
</style>
background-color css
<style>
a { background-color: #52DA0E; }
a { background-color: rgb(82,218,14); }
div.DivClassName
{
background-color: #52DA0E;
}
.BgClassName
{
background-color: #52DA0E;
}
</style>
border-color css
<style>
span { border-color: #52DA0E; }
span { border-color: rgb(82,218,14); }
td.TdClassName
{
border-color: #52DA0E;
}
.TagClassName
{
border-color: #52DA0E;
}
</style>