Shades of Kelly Green #52C00A
Tints of Kelly Green #52C00A
RGB
CMYK
RGB Variations
Color information
#52C00A (or 0x52C00A) is known color: Kelly Green. HEX triplet: 52, C0 and 0A. RGB value is (82,192,10). Sum of RGB (Red+Green+Blue) = 82+192+10=284 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.87% from 284); Green value is 192 (75.39% from 255 or 67.61% from 284); Blue value is 10 (4.30% from 255 or 3.52% from 284); Max value from RGB is 192 - color contains mainly: green. Hex color #52C00A is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #52C00A is #AD3FF5. Grayscale: #8A8A8A. Windows color (decimal): -11354102 or 704594. OLE color: 704594.
HSL color Cylindrical-coordinate representation of color #52C00A: hue angle of 96.26º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #52C00A is Cyan = 0.57, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 82 | 192 | 10 | - |
| CMYK | 0.57 | 0 | 0.95 | 0.25 |
| HSL | 96.26º | 0.9% | 0.4% | - |
| HSV(B) | 96.26º | 0.95% | 0.75% | - |
| XYZ | 22.38 | 39.52 | 6.73 | - |
| YUV | 138.36 | 55.56 | 87.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 192 | 10 | 0.57 | 0 | 0.95 | 0.25 | 96.26 | 0.9 | 0.4 |
| Hex | 52 | C0 | A | 39 | 0 | 5F | 19 | 60 | 5A | 28 |
| Octal | 122 | 300 | 12 | 71 | 0 | 137 | 31 | 140 | 132 | 50 |
| Binary | 1010010 | 11000000 | 1010 | 111001 | 0 | 1011111 | 11001 | 1100000 | 1011010 | 101000 |
Color Harmonies of #52C00A
Complementary color
Monochromatic Colors of #52C00A
Black with #52C00A
Text Example
Text Example
White with #52C00A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C00A; }
p { color: rgb(82,192,10); }
H1.HeaderClassName
{
color: #52C00A;
}
.AnyTagClassName
{
color: #52C00A;
}
</style>
background-color css
<style>
a { background-color: #52C00A; }
a { background-color: rgb(82,192,10); }
div.DivClassName
{
background-color: #52C00A;
}
.BgClassName
{
background-color: #52C00A;
}
</style>
border-color css
<style>
span { border-color: #52C00A; }
span { border-color: rgb(82,192,10); }
td.TdClassName
{
border-color: #52C00A;
}
.TagClassName
{
border-color: #52C00A;
}
</style>