Shades of Kelly Green #52C207
Tints of Kelly Green #52C207
RGB
CMYK
RGB Variations
Color information
#52C207 (or 0x52C207) is known color: Kelly Green. HEX triplet: 52, C2 and 07. RGB value is (82,194,7). Sum of RGB (Red+Green+Blue) = 82+194+7=283 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.98% from 283); Green value is 194 (76.17% from 255 or 68.55% from 283); Blue value is 7 (3.12% from 255 or 2.47% from 283); Max value from RGB is 194 - color contains mainly: green. Hex color #52C207 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #52C207 is #AD3DF8. Grayscale: #8B8B8B. Windows color (decimal): -11353593 or 508498. OLE color: 508498.
HSL color Cylindrical-coordinate representation of color #52C207: hue angle of 95.94º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #52C207 is Cyan = 0.58, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 82 | 194 | 7 | - |
| CMYK | 0.58 | 0 | 0.96 | 0.24 |
| HSL | 95.94º | 0.93% | 0.39% | - |
| HSV(B) | 95.94º | 0.96% | 0.76% | - |
| XYZ | 22.81 | 40.39 | 6.8 | - |
| YUV | 139.19 | 53.39 | 87.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 194 | 7 | 0.58 | 0 | 0.96 | 0.24 | 95.94 | 0.93 | 0.39 |
| Hex | 52 | C2 | 7 | 3A | 0 | 60 | 18 | 60 | 5D | 27 |
| Octal | 122 | 302 | 7 | 72 | 0 | 140 | 30 | 140 | 135 | 47 |
| Binary | 1010010 | 11000010 | 111 | 111010 | 0 | 1100000 | 11000 | 1100000 | 1011101 | 100111 |
Color Harmonies of #52C207
Complementary color
Monochromatic Colors of #52C207
Black with #52C207
Text Example
Text Example
White with #52C207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C207; }
p { color: rgb(82,194,7); }
H1.HeaderClassName
{
color: #52C207;
}
.AnyTagClassName
{
color: #52C207;
}
</style>
background-color css
<style>
a { background-color: #52C207; }
a { background-color: rgb(82,194,7); }
div.DivClassName
{
background-color: #52C207;
}
.BgClassName
{
background-color: #52C207;
}
</style>
border-color css
<style>
span { border-color: #52C207; }
span { border-color: rgb(82,194,7); }
td.TdClassName
{
border-color: #52C207;
}
.TagClassName
{
border-color: #52C207;
}
</style>