Shades of Kelly Green #52DA11
Tints of Kelly Green #52DA11
RGB
CMYK
RGB Variations
Color information
#52DA11 (or 0x52DA11) is known color: Kelly Green. HEX triplet: 52, DA and 11. RGB value is (82,218,17). Sum of RGB (Red+Green+Blue) = 82+218+17=317 (41% of max value = 765). Red value is 82 (32.42% from 255 or 25.87% from 317); Green value is 218 (85.55% from 255 or 68.77% from 317); Blue value is 17 (7.03% from 255 or 5.36% from 317); Max value from RGB is 218 - color contains mainly: green. Hex color #52DA11 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #52DA11 is #AD25EE. Grayscale: #9B9B9B. Windows color (decimal): -11347439 or 1170002. OLE color: 1170002.
HSL color Cylindrical-coordinate representation of color #52DA11: hue angle of 100.6º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #52DA11 is Cyan = 0.62, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 82 | 218 | 17 | - |
| CMYK | 0.62 | 0 | 0.92 | 0.15 |
| HSL | 100.6º | 0.86% | 0.46% | - |
| HSV(B) | 100.6º | 0.92% | 0.85% | - |
| XYZ | 28.65 | 51.98 | 9.05 | - |
| YUV | 154.42 | 50.44 | 76.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 218 | 17 | 0.62 | 0 | 0.92 | 0.15 | 100.6 | 0.86 | 0.46 |
| Hex | 52 | DA | 11 | 3E | 0 | 5C | F | 65 | 56 | 2E |
| Octal | 122 | 332 | 21 | 76 | 0 | 134 | 17 | 145 | 126 | 56 |
| Binary | 1010010 | 11011010 | 10001 | 111110 | 0 | 1011100 | 1111 | 1100101 | 1010110 | 101110 |
Color Harmonies of #52DA11
Complementary color
Monochromatic Colors of #52DA11
Black with #52DA11
Text Example
Text Example
White with #52DA11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52DA11; }
p { color: rgb(82,218,17); }
H1.HeaderClassName
{
color: #52DA11;
}
.AnyTagClassName
{
color: #52DA11;
}
</style>
background-color css
<style>
a { background-color: #52DA11; }
a { background-color: rgb(82,218,17); }
div.DivClassName
{
background-color: #52DA11;
}
.BgClassName
{
background-color: #52DA11;
}
</style>
border-color css
<style>
span { border-color: #52DA11; }
span { border-color: rgb(82,218,17); }
td.TdClassName
{
border-color: #52DA11;
}
.TagClassName
{
border-color: #52DA11;
}
</style>