Shades of Kelly Green #52D000
Tints of Kelly Green #52D000
RGB
CMYK
RGB Variations
Color information
#52D000 (or 0x52D000) is known color: Kelly Green. HEX triplet: 52, D0 and 00. RGB value is (82,208,0). Sum of RGB (Red+Green+Blue) = 82+208+0=290 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.28% from 290); Green value is 208 (81.64% from 255 or 71.72% from 290); Blue value is 0 (0.39% from 255 or 0% from 290); Max value from RGB is 208 - color contains mainly: green. Hex color #52D000 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #52D000 is #AD2FFF. Grayscale: #939393. Windows color (decimal): -11350016 or 53330. OLE color: 53330.
HSL color Cylindrical-coordinate representation of color #52D000: hue angle of 96.35º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #52D000 is Cyan = 0.61, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 82 | 208 | 0 | - |
| CMYK | 0.61 | 0 | 1 | 0.18 |
| HSL | 96.35º | 1% | 0.41% | - |
| HSV(B) | 96.35º | 1% | 0.82% | - |
| XYZ | 26.04 | 46.91 | 7.68 | - |
| YUV | 146.61 | 45.26 | 81.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 208 | 0 | 0.61 | 0 | 1 | 0.18 | 96.35 | 1 | 0.41 |
| Hex | 52 | D0 | 0 | 3D | 0 | 64 | 12 | 60 | 64 | 29 |
| Octal | 122 | 320 | 0 | 75 | 0 | 144 | 22 | 140 | 144 | 51 |
| Binary | 1010010 | 11010000 | 0 | 111101 | 0 | 1100100 | 10010 | 1100000 | 1100100 | 101001 |
Color Harmonies of #52D000
Complementary color
Monochromatic Colors of #52D000
Black with #52D000
Text Example
Text Example
White with #52D000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52D000; }
p { color: rgb(82,208,0); }
H1.HeaderClassName
{
color: #52D000;
}
.AnyTagClassName
{
color: #52D000;
}
</style>
background-color css
<style>
a { background-color: #52D000; }
a { background-color: rgb(82,208,0); }
div.DivClassName
{
background-color: #52D000;
}
.BgClassName
{
background-color: #52D000;
}
</style>
border-color css
<style>
span { border-color: #52D000; }
span { border-color: rgb(82,208,0); }
td.TdClassName
{
border-color: #52D000;
}
.TagClassName
{
border-color: #52D000;
}
</style>