Shades of Kelly Green #52C906
Tints of Kelly Green #52C906
RGB
CMYK
RGB Variations
Color information
#52C906 (or 0x52C906) is known color: Kelly Green. HEX triplet: 52, C9 and 06. RGB value is (82,201,6). Sum of RGB (Red+Green+Blue) = 82+201+6=289 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.37% from 289); Green value is 201 (78.91% from 255 or 69.55% from 289); Blue value is 6 (2.73% from 255 or 2.08% from 289); Max value from RGB is 201 - color contains mainly: green. Hex color #52C906 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #52C906 is #AD36F9. Grayscale: #8F8F8F. Windows color (decimal): -11351802 or 444754. OLE color: 444754.
HSL color Cylindrical-coordinate representation of color #52C906: hue angle of 96.62º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #52C906 is Cyan = 0.59, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 82 | 201 | 6 | - |
| CMYK | 0.59 | 0 | 0.97 | 0.21 |
| HSL | 96.62º | 0.94% | 0.41% | - |
| HSV(B) | 96.62º | 0.97% | 0.79% | - |
| XYZ | 24.4 | 43.58 | 7.3 | - |
| YUV | 143.19 | 50.58 | 84.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 201 | 6 | 0.59 | 0 | 0.97 | 0.21 | 96.62 | 0.94 | 0.41 |
| Hex | 52 | C9 | 6 | 3B | 0 | 61 | 15 | 61 | 5E | 29 |
| Octal | 122 | 311 | 6 | 73 | 0 | 141 | 25 | 141 | 136 | 51 |
| Binary | 1010010 | 11001001 | 110 | 111011 | 0 | 1100001 | 10101 | 1100001 | 1011110 | 101001 |
Color Harmonies of #52C906
Complementary color
Monochromatic Colors of #52C906
Black with #52C906
Text Example
Text Example
White with #52C906
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C906; }
p { color: rgb(82,201,6); }
H1.HeaderClassName
{
color: #52C906;
}
.AnyTagClassName
{
color: #52C906;
}
</style>
background-color css
<style>
a { background-color: #52C906; }
a { background-color: rgb(82,201,6); }
div.DivClassName
{
background-color: #52C906;
}
.BgClassName
{
background-color: #52C906;
}
</style>
border-color css
<style>
span { border-color: #52C906; }
span { border-color: rgb(82,201,6); }
td.TdClassName
{
border-color: #52C906;
}
.TagClassName
{
border-color: #52C906;
}
</style>