Shades of Kelly Green #52BA2D
Tints of Kelly Green #52BA2D
RGB
CMYK
RGB Variations
Color information
#52BA2D (or 0x52BA2D) is known color: Kelly Green. HEX triplet: 52, BA and 2D. RGB value is (82,186,45). Sum of RGB (Red+Green+Blue) = 82+186+45=313 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.20% from 313); Green value is 186 (73.05% from 255 or 59.42% from 313); Blue value is 45 (17.97% from 255 or 14.38% from 313); Max value from RGB is 186 - color contains mainly: green. Hex color #52BA2D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52BA2D is #AD45D2. Grayscale: #8B8B8B. Windows color (decimal): -11355603 or 2996818. OLE color: 2996818.
HSL color Cylindrical-coordinate representation of color #52BA2D: hue angle of 104.26º 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 #52BA2D is Cyan = 0.56, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 82 | 186 | 45 | - |
| CMYK | 0.56 | 0 | 0.76 | 0.27 |
| HSL | 104.26º | 0.61% | 0.45% | - |
| HSV(B) | 104.26º | 0.76% | 0.73% | - |
| XYZ | 21.51 | 37.1 | 8.51 | - |
| YUV | 138.83 | 75.04 | 87.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 186 | 45 | 0.56 | 0 | 0.76 | 0.27 | 104.26 | 0.61 | 0.45 |
| Hex | 52 | BA | 2D | 38 | 0 | 4C | 1B | 68 | 3D | 2D |
| Octal | 122 | 272 | 55 | 70 | 0 | 114 | 33 | 150 | 75 | 55 |
| Binary | 1010010 | 10111010 | 101101 | 111000 | 0 | 1001100 | 11011 | 1101000 | 111101 | 101101 |
Color Harmonies of #52BA2D
Complementary color
Monochromatic Colors of #52BA2D
Black with #52BA2D
Text Example
Text Example
White with #52BA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52BA2D; }
p { color: rgb(82,186,45); }
H1.HeaderClassName
{
color: #52BA2D;
}
.AnyTagClassName
{
color: #52BA2D;
}
</style>
background-color css
<style>
a { background-color: #52BA2D; }
a { background-color: rgb(82,186,45); }
div.DivClassName
{
background-color: #52BA2D;
}
.BgClassName
{
background-color: #52BA2D;
}
</style>
border-color css
<style>
span { border-color: #52BA2D; }
span { border-color: rgb(82,186,45); }
td.TdClassName
{
border-color: #52BA2D;
}
.TagClassName
{
border-color: #52BA2D;
}
</style>