Shades of Kelly Green #52D70B
Tints of Kelly Green #52D70B
RGB
CMYK
RGB Variations
Color information
#52D70B (or 0x52D70B) is known color: Kelly Green. HEX triplet: 52, D7 and 0B. RGB value is (82,215,11). Sum of RGB (Red+Green+Blue) = 82+215+11=308 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.62% from 308); Green value is 215 (84.38% from 255 or 69.81% from 308); Blue value is 11 (4.69% from 255 or 3.57% from 308); Max value from RGB is 215 - color contains mainly: green. Hex color #52D70B is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #52D70B is #AD28F4. Grayscale: #989898. Windows color (decimal): -11348213 or 776018. OLE color: 776018.
HSL color Cylindrical-coordinate representation of color #52D70B: hue angle of 99.12º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #52D70B is Cyan = 0.62, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 82 | 215 | 11 | - |
| CMYK | 0.62 | 0 | 0.95 | 0.16 |
| HSL | 99.12º | 0.9% | 0.44% | - |
| HSV(B) | 99.12º | 0.95% | 0.84% | - |
| XYZ | 27.84 | 50.42 | 8.58 | - |
| YUV | 151.98 | 48.44 | 78.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 215 | 11 | 0.62 | 0 | 0.95 | 0.16 | 99.12 | 0.9 | 0.44 |
| Hex | 52 | D7 | B | 3E | 0 | 5F | 10 | 63 | 5A | 2C |
| Octal | 122 | 327 | 13 | 76 | 0 | 137 | 20 | 143 | 132 | 54 |
| Binary | 1010010 | 11010111 | 1011 | 111110 | 0 | 1011111 | 10000 | 1100011 | 1011010 | 101100 |
Color Harmonies of #52D70B
Complementary color
Monochromatic Colors of #52D70B
Black with #52D70B
Text Example
Text Example
White with #52D70B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52D70B; }
p { color: rgb(82,215,11); }
H1.HeaderClassName
{
color: #52D70B;
}
.AnyTagClassName
{
color: #52D70B;
}
</style>
background-color css
<style>
a { background-color: #52D70B; }
a { background-color: rgb(82,215,11); }
div.DivClassName
{
background-color: #52D70B;
}
.BgClassName
{
background-color: #52D70B;
}
</style>
border-color css
<style>
span { border-color: #52D70B; }
span { border-color: rgb(82,215,11); }
td.TdClassName
{
border-color: #52D70B;
}
.TagClassName
{
border-color: #52D70B;
}
</style>