Shades of Kelly Green #52B92D
Tints of Kelly Green #52B92D
RGB
CMYK
RGB Variations
Color information
#52B92D (or 0x52B92D) is known color: Kelly Green. HEX triplet: 52, B9 and 2D. RGB value is (82,185,45). Sum of RGB (Red+Green+Blue) = 82+185+45=312 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.28% from 312); Green value is 185 (72.66% from 255 or 59.29% from 312); Blue value is 45 (17.97% from 255 or 14.42% from 312); Max value from RGB is 185 - color contains mainly: green. Hex color #52B92D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52B92D is #AD46D2. Grayscale: #8A8A8A. Windows color (decimal): -11355859 or 2996562. OLE color: 2996562.
HSL color Cylindrical-coordinate representation of color #52B92D: hue angle of 104.14º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #52B92D is Cyan = 0.56, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 82 | 185 | 45 | - |
| CMYK | 0.56 | 0 | 0.76 | 0.27 |
| HSL | 104.14º | 0.61% | 0.45% | - |
| HSV(B) | 104.14º | 0.76% | 0.73% | - |
| XYZ | 21.3 | 36.68 | 8.44 | - |
| YUV | 138.24 | 75.38 | 87.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 185 | 45 | 0.56 | 0 | 0.76 | 0.27 | 104.14 | 0.61 | 0.45 |
| Hex | 52 | B9 | 2D | 38 | 0 | 4C | 1B | 68 | 3D | 2D |
| Octal | 122 | 271 | 55 | 70 | 0 | 114 | 33 | 150 | 75 | 55 |
| Binary | 1010010 | 10111001 | 101101 | 111000 | 0 | 1001100 | 11011 | 1101000 | 111101 | 101101 |
Color Harmonies of #52B92D
Complementary color
Monochromatic Colors of #52B92D
Black with #52B92D
Text Example
Text Example
White with #52B92D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52B92D; }
p { color: rgb(82,185,45); }
H1.HeaderClassName
{
color: #52B92D;
}
.AnyTagClassName
{
color: #52B92D;
}
</style>
background-color css
<style>
a { background-color: #52B92D; }
a { background-color: rgb(82,185,45); }
div.DivClassName
{
background-color: #52B92D;
}
.BgClassName
{
background-color: #52B92D;
}
</style>
border-color css
<style>
span { border-color: #52B92D; }
span { border-color: rgb(82,185,45); }
td.TdClassName
{
border-color: #52B92D;
}
.TagClassName
{
border-color: #52B92D;
}
</style>