Shades of Kelly Green #52C203
Tints of Kelly Green #52C203
RGB
CMYK
RGB Variations
Color information
#52C203 (or 0x52C203) is known color: Kelly Green. HEX triplet: 52, C2 and 03. RGB value is (82,194,3). Sum of RGB (Red+Green+Blue) = 82+194+3=279 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.39% from 279); Green value is 194 (76.17% from 255 or 69.53% from 279); Blue value is 3 (1.56% from 255 or 1.08% from 279); Max value from RGB is 194 - color contains mainly: green. Hex color #52C203 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #52C203 is #AD3DFC. Grayscale: #8B8B8B. Windows color (decimal): -11353597 or 246354. OLE color: 246354.
HSL color Cylindrical-coordinate representation of color #52C203: hue angle of 95.18º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #52C203 is Cyan = 0.58, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 82 | 194 | 3 | - |
| CMYK | 0.58 | 0 | 0.98 | 0.24 |
| HSL | 95.18º | 0.97% | 0.39% | - |
| HSV(B) | 95.18º | 0.98% | 0.76% | - |
| XYZ | 22.79 | 40.38 | 6.68 | - |
| YUV | 138.74 | 51.39 | 87.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 194 | 3 | 0.58 | 0 | 0.98 | 0.24 | 95.18 | 0.97 | 0.39 |
| Hex | 52 | C2 | 3 | 3A | 0 | 62 | 18 | 5F | 61 | 27 |
| Octal | 122 | 302 | 3 | 72 | 0 | 142 | 30 | 137 | 141 | 47 |
| Binary | 1010010 | 11000010 | 11 | 111010 | 0 | 1100010 | 11000 | 1011111 | 1100001 | 100111 |
Color Harmonies of #52C203
Complementary color
Monochromatic Colors of #52C203
Black with #52C203
Text Example
Text Example
White with #52C203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C203; }
p { color: rgb(82,194,3); }
H1.HeaderClassName
{
color: #52C203;
}
.AnyTagClassName
{
color: #52C203;
}
</style>
background-color css
<style>
a { background-color: #52C203; }
a { background-color: rgb(82,194,3); }
div.DivClassName
{
background-color: #52C203;
}
.BgClassName
{
background-color: #52C203;
}
</style>
border-color css
<style>
span { border-color: #52C203; }
span { border-color: rgb(82,194,3); }
td.TdClassName
{
border-color: #52C203;
}
.TagClassName
{
border-color: #52C203;
}
</style>