Shades of Kelly Green #52C902
Tints of Kelly Green #52C902
RGB
CMYK
RGB Variations
Color information
#52C902 (or 0x52C902) is known color: Kelly Green. HEX triplet: 52, C9 and 02. RGB value is (82,201,2). Sum of RGB (Red+Green+Blue) = 82+201+2=285 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.77% from 285); Green value is 201 (78.91% from 255 or 70.53% from 285); Blue value is 2 (1.17% from 255 or 0.70% from 285); Max value from RGB is 201 - color contains mainly: green. Hex color #52C902 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #52C902 is #AD36FD. Grayscale: #8F8F8F. Windows color (decimal): -11351806 or 182610. OLE color: 182610.
HSL color Cylindrical-coordinate representation of color #52C902: hue angle of 95.88º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #52C902 is Cyan = 0.59, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 82 | 201 | 2 | - |
| CMYK | 0.59 | 0 | 0.99 | 0.21 |
| HSL | 95.88º | 0.98% | 0.4% | - |
| HSV(B) | 95.88º | 0.99% | 0.79% | - |
| XYZ | 24.38 | 43.57 | 7.18 | - |
| YUV | 142.73 | 48.58 | 84.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 201 | 2 | 0.59 | 0 | 0.99 | 0.21 | 95.88 | 0.98 | 0.4 |
| Hex | 52 | C9 | 2 | 3B | 0 | 63 | 15 | 60 | 62 | 28 |
| Octal | 122 | 311 | 2 | 73 | 0 | 143 | 25 | 140 | 142 | 50 |
| Binary | 1010010 | 11001001 | 10 | 111011 | 0 | 1100011 | 10101 | 1100000 | 1100010 | 101000 |
Color Harmonies of #52C902
Complementary color
Monochromatic Colors of #52C902
Black with #52C902
Text Example
Text Example
White with #52C902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C902; }
p { color: rgb(82,201,2); }
H1.HeaderClassName
{
color: #52C902;
}
.AnyTagClassName
{
color: #52C902;
}
</style>
background-color css
<style>
a { background-color: #52C902; }
a { background-color: rgb(82,201,2); }
div.DivClassName
{
background-color: #52C902;
}
.BgClassName
{
background-color: #52C902;
}
</style>
border-color css
<style>
span { border-color: #52C902; }
span { border-color: rgb(82,201,2); }
td.TdClassName
{
border-color: #52C902;
}
.TagClassName
{
border-color: #52C902;
}
</style>