Shades of Kelly Green #52BF2C
Tints of Kelly Green #52BF2C
RGB
CMYK
RGB Variations
Color information
#52BF2C (or 0x52BF2C) is known color: Kelly Green. HEX triplet: 52, BF and 2C. RGB value is (82,191,44). Sum of RGB (Red+Green+Blue) = 82+191+44=317 (41% of max value = 765). Red value is 82 (32.42% from 255 or 25.87% from 317); Green value is 191 (75% from 255 or 60.25% from 317); Blue value is 44 (17.58% from 255 or 13.88% from 317); Max value from RGB is 191 - color contains mainly: green. Hex color #52BF2C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52BF2C is #AD40D3. Grayscale: #8E8E8E. Windows color (decimal): -11354324 or 2932562. OLE color: 2932562.
HSL color Cylindrical-coordinate representation of color #52BF2C: hue angle of 104.49º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #52BF2C is Cyan = 0.57, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 82 | 191 | 44 | - |
| CMYK | 0.57 | 0 | 0.77 | 0.25 |
| HSL | 104.49º | 0.63% | 0.46% | - |
| HSV(B) | 104.49º | 0.77% | 0.75% | - |
| XYZ | 22.57 | 39.24 | 8.77 | - |
| YUV | 141.65 | 72.89 | 85.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 191 | 44 | 0.57 | 0 | 0.77 | 0.25 | 104.49 | 0.63 | 0.46 |
| Hex | 52 | BF | 2C | 39 | 0 | 4D | 19 | 68 | 3F | 2E |
| Octal | 122 | 277 | 54 | 71 | 0 | 115 | 31 | 150 | 77 | 56 |
| Binary | 1010010 | 10111111 | 101100 | 111001 | 0 | 1001101 | 11001 | 1101000 | 111111 | 101110 |
Color Harmonies of #52BF2C
Complementary color
Monochromatic Colors of #52BF2C
Black with #52BF2C
Text Example
Text Example
White with #52BF2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52BF2C; }
p { color: rgb(82,191,44); }
H1.HeaderClassName
{
color: #52BF2C;
}
.AnyTagClassName
{
color: #52BF2C;
}
</style>
background-color css
<style>
a { background-color: #52BF2C; }
a { background-color: rgb(82,191,44); }
div.DivClassName
{
background-color: #52BF2C;
}
.BgClassName
{
background-color: #52BF2C;
}
</style>
border-color css
<style>
span { border-color: #52BF2C; }
span { border-color: rgb(82,191,44); }
td.TdClassName
{
border-color: #52BF2C;
}
.TagClassName
{
border-color: #52BF2C;
}
</style>