Shades of Kelly Green #52B82D
Tints of Kelly Green #52B82D
RGB
CMYK
RGB Variations
Color information
#52B82D (or 0x52B82D) is known color: Kelly Green. HEX triplet: 52, B8 and 2D. RGB value is (82,184,45). Sum of RGB (Red+Green+Blue) = 82+184+45=311 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.37% from 311); Green value is 184 (72.27% from 255 or 59.16% from 311); Blue value is 45 (17.97% from 255 or 14.47% from 311); Max value from RGB is 184 - color contains mainly: green. Hex color #52B82D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52B82D is #AD47D2. Grayscale: #8A8A8A. Windows color (decimal): -11356115 or 2996306. OLE color: 2996306.
HSL color Cylindrical-coordinate representation of color #52B82D: hue angle of 104.03º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #52B82D is Cyan = 0.55, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 82 | 184 | 45 | - |
| CMYK | 0.55 | 0 | 0.76 | 0.28 |
| HSL | 104.03º | 0.61% | 0.45% | - |
| HSV(B) | 104.03º | 0.76% | 0.72% | - |
| XYZ | 21.09 | 36.26 | 8.37 | - |
| YUV | 137.66 | 75.71 | 88.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 184 | 45 | 0.55 | 0 | 0.76 | 0.28 | 104.03 | 0.61 | 0.45 |
| Hex | 52 | B8 | 2D | 37 | 0 | 4C | 1C | 68 | 3D | 2D |
| Octal | 122 | 270 | 55 | 67 | 0 | 114 | 34 | 150 | 75 | 55 |
| Binary | 1010010 | 10111000 | 101101 | 110111 | 0 | 1001100 | 11100 | 1101000 | 111101 | 101101 |
Color Harmonies of #52B82D
Complementary color
Monochromatic Colors of #52B82D
Black with #52B82D
Text Example
Text Example
White with #52B82D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52B82D; }
p { color: rgb(82,184,45); }
H1.HeaderClassName
{
color: #52B82D;
}
.AnyTagClassName
{
color: #52B82D;
}
</style>
background-color css
<style>
a { background-color: #52B82D; }
a { background-color: rgb(82,184,45); }
div.DivClassName
{
background-color: #52B82D;
}
.BgClassName
{
background-color: #52B82D;
}
</style>
border-color css
<style>
span { border-color: #52B82D; }
span { border-color: rgb(82,184,45); }
td.TdClassName
{
border-color: #52B82D;
}
.TagClassName
{
border-color: #52B82D;
}
</style>