Shades of Kelly Green #52BA2F
Tints of Kelly Green #52BA2F
RGB
CMYK
RGB Variations
Color information
#52BA2F (or 0x52BA2F) is known color: Kelly Green. HEX triplet: 52, BA and 2F. RGB value is (82,186,47). Sum of RGB (Red+Green+Blue) = 82+186+47=315 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.03% from 315); Green value is 186 (73.05% from 255 or 59.05% from 315); Blue value is 47 (18.75% from 255 or 14.92% from 315); Max value from RGB is 186 - color contains mainly: green. Hex color #52BA2F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52BA2F is #AD45D0. Grayscale: #8B8B8B. Windows color (decimal): -11355601 or 3127890. OLE color: 3127890.
HSL color Cylindrical-coordinate representation of color #52BA2F: hue angle of 104.89º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #52BA2F is Cyan = 0.56, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 82 | 186 | 47 | - |
| CMYK | 0.56 | 0 | 0.75 | 0.27 |
| HSL | 104.89º | 0.6% | 0.46% | - |
| HSV(B) | 104.89º | 0.75% | 0.73% | - |
| XYZ | 21.55 | 37.12 | 8.72 | - |
| YUV | 139.06 | 76.04 | 87.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 186 | 47 | 0.56 | 0 | 0.75 | 0.27 | 104.89 | 0.6 | 0.46 |
| Hex | 52 | BA | 2F | 38 | 0 | 4B | 1B | 69 | 3C | 2E |
| Octal | 122 | 272 | 57 | 70 | 0 | 113 | 33 | 151 | 74 | 56 |
| Binary | 1010010 | 10111010 | 101111 | 111000 | 0 | 1001011 | 11011 | 1101001 | 111100 | 101110 |
Color Harmonies of #52BA2F
Complementary color
Monochromatic Colors of #52BA2F
Black with #52BA2F
Text Example
Text Example
White with #52BA2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52BA2F; }
p { color: rgb(82,186,47); }
H1.HeaderClassName
{
color: #52BA2F;
}
.AnyTagClassName
{
color: #52BA2F;
}
</style>
background-color css
<style>
a { background-color: #52BA2F; }
a { background-color: rgb(82,186,47); }
div.DivClassName
{
background-color: #52BA2F;
}
.BgClassName
{
background-color: #52BA2F;
}
</style>
border-color css
<style>
span { border-color: #52BA2F; }
span { border-color: rgb(82,186,47); }
td.TdClassName
{
border-color: #52BA2F;
}
.TagClassName
{
border-color: #52BA2F;
}
</style>