Shades of Kelly Green #52BB2D
Tints of Kelly Green #52BB2D
RGB
CMYK
RGB Variations
Color information
#52BB2D (or 0x52BB2D) is known color: Kelly Green. HEX triplet: 52, BB and 2D. RGB value is (82,187,45). Sum of RGB (Red+Green+Blue) = 82+187+45=314 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.11% from 314); Green value is 187 (73.44% from 255 or 59.55% from 314); Blue value is 45 (17.97% from 255 or 14.33% from 314); Max value from RGB is 187 - color contains mainly: green. Hex color #52BB2D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52BB2D is #AD44D2. Grayscale: #8B8B8B. Windows color (decimal): -11355347 or 2997074. OLE color: 2997074.
HSL color Cylindrical-coordinate representation of color #52BB2D: hue angle of 104.37º 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 #52BB2D is Cyan = 0.56, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 82 | 187 | 45 | - |
| CMYK | 0.56 | 0 | 0.76 | 0.27 |
| HSL | 104.37º | 0.61% | 0.45% | - |
| HSV(B) | 104.37º | 0.76% | 0.73% | - |
| XYZ | 21.72 | 37.52 | 8.58 | - |
| YUV | 139.42 | 74.71 | 87.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 187 | 45 | 0.56 | 0 | 0.76 | 0.27 | 104.37 | 0.61 | 0.45 |
| Hex | 52 | BB | 2D | 38 | 0 | 4C | 1B | 68 | 3D | 2D |
| Octal | 122 | 273 | 55 | 70 | 0 | 114 | 33 | 150 | 75 | 55 |
| Binary | 1010010 | 10111011 | 101101 | 111000 | 0 | 1001100 | 11011 | 1101000 | 111101 | 101101 |
Color Harmonies of #52BB2D
Complementary color
Monochromatic Colors of #52BB2D
Black with #52BB2D
Text Example
Text Example
White with #52BB2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52BB2D; }
p { color: rgb(82,187,45); }
H1.HeaderClassName
{
color: #52BB2D;
}
.AnyTagClassName
{
color: #52BB2D;
}
</style>
background-color css
<style>
a { background-color: #52BB2D; }
a { background-color: rgb(82,187,45); }
div.DivClassName
{
background-color: #52BB2D;
}
.BgClassName
{
background-color: #52BB2D;
}
</style>
border-color css
<style>
span { border-color: #52BB2D; }
span { border-color: rgb(82,187,45); }
td.TdClassName
{
border-color: #52BB2D;
}
.TagClassName
{
border-color: #52BB2D;
}
</style>