Shades of Kelly Green #52CF2E
Tints of Kelly Green #52CF2E
RGB
CMYK
RGB Variations
Color information
#52CF2E (or 0x52CF2E) is known color: Kelly Green. HEX triplet: 52, CF and 2E. RGB value is (82,207,46). Sum of RGB (Red+Green+Blue) = 82+207+46=335 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.48% from 335); Green value is 207 (81.25% from 255 or 61.79% from 335); Blue value is 46 (18.36% from 255 or 13.73% from 335); Max value from RGB is 207 - color contains mainly: green. Hex color #52CF2E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52CF2E is #AD30D1. Grayscale: #979797. Windows color (decimal): -11350226 or 3067730. OLE color: 3067730.
HSL color Cylindrical-coordinate representation of color #52CF2E: hue angle of 106.58º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #52CF2E is Cyan = 0.60, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 82 | 207 | 46 | - |
| CMYK | 0.60 | 0 | 0.78 | 0.19 |
| HSL | 106.58º | 0.64% | 0.5% | - |
| HSV(B) | 106.58º | 0.78% | 0.81% | - |
| XYZ | 26.29 | 46.62 | 10.2 | - |
| YUV | 151.27 | 68.59 | 78.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 207 | 46 | 0.60 | 0 | 0.78 | 0.19 | 106.58 | 0.64 | 0.5 |
| Hex | 52 | CF | 2E | 3C | 0 | 4E | 13 | 6B | 40 | 32 |
| Octal | 122 | 317 | 56 | 74 | 0 | 116 | 23 | 153 | 100 | 62 |
| Binary | 1010010 | 11001111 | 101110 | 111100 | 0 | 1001110 | 10011 | 1101011 | 1000000 | 110010 |
Color Harmonies of #52CF2E
Complementary color
Monochromatic Colors of #52CF2E
Black with #52CF2E
Text Example
Text Example
White with #52CF2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52CF2E; }
p { color: rgb(82,207,46); }
H1.HeaderClassName
{
color: #52CF2E;
}
.AnyTagClassName
{
color: #52CF2E;
}
</style>
background-color css
<style>
a { background-color: #52CF2E; }
a { background-color: rgb(82,207,46); }
div.DivClassName
{
background-color: #52CF2E;
}
.BgClassName
{
background-color: #52CF2E;
}
</style>
border-color css
<style>
span { border-color: #52CF2E; }
span { border-color: rgb(82,207,46); }
td.TdClassName
{
border-color: #52CF2E;
}
.TagClassName
{
border-color: #52CF2E;
}
</style>