Shades of Kelly Green #52D030
Tints of Kelly Green #52D030
RGB
CMYK
RGB Variations
Color information
#52D030 (or 0x52D030) is known color: Kelly Green. HEX triplet: 52, D0 and 30. RGB value is (82,208,48). Sum of RGB (Red+Green+Blue) = 82+208+48=338 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.26% from 338); Green value is 208 (81.64% from 255 or 61.54% from 338); Blue value is 48 (19.14% from 255 or 14.20% from 338); Max value from RGB is 208 - color contains mainly: green. Hex color #52D030 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52D030 is #AD2FCF. Grayscale: #989898. Windows color (decimal): -11349968 or 3199058. OLE color: 3199058.
HSL color Cylindrical-coordinate representation of color #52D030: hue angle of 107.25º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #52D030 is Cyan = 0.61, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 82 | 208 | 48 | - |
| CMYK | 0.61 | 0 | 0.77 | 0.18 |
| HSL | 107.25º | 0.63% | 0.5% | - |
| HSV(B) | 107.25º | 0.77% | 0.82% | - |
| XYZ | 26.57 | 47.12 | 10.49 | - |
| YUV | 152.09 | 69.26 | 78.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 208 | 48 | 0.61 | 0 | 0.77 | 0.18 | 107.25 | 0.63 | 0.5 |
| Hex | 52 | D0 | 30 | 3D | 0 | 4D | 12 | 6B | 3F | 32 |
| Octal | 122 | 320 | 60 | 75 | 0 | 115 | 22 | 153 | 77 | 62 |
| Binary | 1010010 | 11010000 | 110000 | 111101 | 0 | 1001101 | 10010 | 1101011 | 111111 | 110010 |
Color Harmonies of #52D030
Complementary color
Monochromatic Colors of #52D030
Black with #52D030
Text Example
Text Example
White with #52D030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52D030; }
p { color: rgb(82,208,48); }
H1.HeaderClassName
{
color: #52D030;
}
.AnyTagClassName
{
color: #52D030;
}
</style>
background-color css
<style>
a { background-color: #52D030; }
a { background-color: rgb(82,208,48); }
div.DivClassName
{
background-color: #52D030;
}
.BgClassName
{
background-color: #52D030;
}
</style>
border-color css
<style>
span { border-color: #52D030; }
span { border-color: rgb(82,208,48); }
td.TdClassName
{
border-color: #52D030;
}
.TagClassName
{
border-color: #52D030;
}
</style>