Shades of Kelly Green #52B200
Tints of Kelly Green #52B200
RGB
CMYK
RGB Variations
Color information
#52B200 (or 0x52B200) is known color: Kelly Green. HEX triplet: 52, B2 and 00. RGB value is (82,178,0). Sum of RGB (Red+Green+Blue) = 82+178+0=260 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.54% from 260); Green value is 178 (69.92% from 255 or 68.46% from 260); Blue value is 0 (0.39% from 255 or 0% from 260); Max value from RGB is 178 - color contains mainly: green. Hex color #52B200 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #52B200 is #AD4DFF. Grayscale: #818181. Windows color (decimal): -11357696 or 45650. OLE color: 45650.
HSL color Cylindrical-coordinate representation of color #52B200: hue angle of 92.36º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #52B200 is Cyan = 0.54, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 82 | 178 | 0 | - |
| CMYK | 0.54 | 0 | 1 | 0.30 |
| HSL | 92.36º | 1% | 0.35% | - |
| HSV(B) | 92.36º | 1% | 0.7% | - |
| XYZ | 19.4 | 33.63 | 5.47 | - |
| YUV | 129 | 55.2 | 94.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 178 | 0 | 0.54 | 0 | 1 | 0.30 | 92.36 | 1 | 0.35 |
| Hex | 52 | B2 | 0 | 36 | 0 | 64 | 1E | 5C | 64 | 23 |
| Octal | 122 | 262 | 0 | 66 | 0 | 144 | 36 | 134 | 144 | 43 |
| Binary | 1010010 | 10110010 | 0 | 110110 | 0 | 1100100 | 11110 | 1011100 | 1100100 | 100011 |
Color Harmonies of #52B200
Complementary color
Monochromatic Colors of #52B200
Black with #52B200
Text Example
Text Example
White with #52B200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52B200; }
p { color: rgb(82,178,0); }
H1.HeaderClassName
{
color: #52B200;
}
.AnyTagClassName
{
color: #52B200;
}
</style>
background-color css
<style>
a { background-color: #52B200; }
a { background-color: rgb(82,178,0); }
div.DivClassName
{
background-color: #52B200;
}
.BgClassName
{
background-color: #52B200;
}
</style>
border-color css
<style>
span { border-color: #52B200; }
span { border-color: rgb(82,178,0); }
td.TdClassName
{
border-color: #52B200;
}
.TagClassName
{
border-color: #52B200;
}
</style>