Shades of Kelly Green #52B528
Tints of Kelly Green #52B528
RGB
CMYK
RGB Variations
Color information
#52B528 (or 0x52B528) is known color: Kelly Green. HEX triplet: 52, B5 and 28. RGB value is (82,181,40). Sum of RGB (Red+Green+Blue) = 82+181+40=303 (40% of max value = 765). Red value is 82 (32.42% from 255 or 27.06% from 303); Green value is 181 (71.09% from 255 or 59.74% from 303); Blue value is 40 (16.02% from 255 or 13.20% from 303); Max value from RGB is 181 - color contains mainly: green. Hex color #52B528 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52B528 is #AD4AD7. Grayscale: #878787. Windows color (decimal): -11356888 or 2667858. OLE color: 2667858.
HSL color Cylindrical-coordinate representation of color #52B528: hue angle of 102.13º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #52B528 is Cyan = 0.55, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 82 | 181 | 40 | - |
| CMYK | 0.55 | 0 | 0.78 | 0.29 |
| HSL | 102.13º | 0.64% | 0.43% | - |
| HSV(B) | 102.13º | 0.78% | 0.71% | - |
| XYZ | 20.39 | 34.99 | 7.69 | - |
| YUV | 135.33 | 74.2 | 89.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 181 | 40 | 0.55 | 0 | 0.78 | 0.29 | 102.13 | 0.64 | 0.43 |
| Hex | 52 | B5 | 28 | 37 | 0 | 4E | 1D | 66 | 40 | 2B |
| Octal | 122 | 265 | 50 | 67 | 0 | 116 | 35 | 146 | 100 | 53 |
| Binary | 1010010 | 10110101 | 101000 | 110111 | 0 | 1001110 | 11101 | 1100110 | 1000000 | 101011 |
Color Harmonies of #52B528
Complementary color
Monochromatic Colors of #52B528
Black with #52B528
Text Example
Text Example
White with #52B528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52B528; }
p { color: rgb(82,181,40); }
H1.HeaderClassName
{
color: #52B528;
}
.AnyTagClassName
{
color: #52B528;
}
</style>
background-color css
<style>
a { background-color: #52B528; }
a { background-color: rgb(82,181,40); }
div.DivClassName
{
background-color: #52B528;
}
.BgClassName
{
background-color: #52B528;
}
</style>
border-color css
<style>
span { border-color: #52B528; }
span { border-color: rgb(82,181,40); }
td.TdClassName
{
border-color: #52B528;
}
.TagClassName
{
border-color: #52B528;
}
</style>