Shades of Kelly Green #52C005
Tints of Kelly Green #52C005
RGB
CMYK
RGB Variations
Color information
#52C005 (or 0x52C005) is known color: Kelly Green. HEX triplet: 52, C0 and 05. RGB value is (82,192,5). Sum of RGB (Red+Green+Blue) = 82+192+5=279 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.39% from 279); Green value is 192 (75.39% from 255 or 68.82% from 279); Blue value is 5 (2.34% from 255 or 1.79% from 279); Max value from RGB is 192 - color contains mainly: green. Hex color #52C005 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #52C005 is #AD3FFA. Grayscale: #8A8A8A. Windows color (decimal): -11354107 or 376914. OLE color: 376914.
HSL color Cylindrical-coordinate representation of color #52C005: hue angle of 95.29º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #52C005 is Cyan = 0.57, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 82 | 192 | 5 | - |
| CMYK | 0.57 | 0 | 0.97 | 0.25 |
| HSL | 95.29º | 0.95% | 0.39% | - |
| HSV(B) | 95.29º | 0.97% | 0.75% | - |
| XYZ | 22.36 | 39.5 | 6.59 | - |
| YUV | 137.79 | 53.06 | 88.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 192 | 5 | 0.57 | 0 | 0.97 | 0.25 | 95.29 | 0.95 | 0.39 |
| Hex | 52 | C0 | 5 | 39 | 0 | 61 | 19 | 5F | 5F | 27 |
| Octal | 122 | 300 | 5 | 71 | 0 | 141 | 31 | 137 | 137 | 47 |
| Binary | 1010010 | 11000000 | 101 | 111001 | 0 | 1100001 | 11001 | 1011111 | 1011111 | 100111 |
Color Harmonies of #52C005
Complementary color
Monochromatic Colors of #52C005
Black with #52C005
Text Example
Text Example
White with #52C005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C005; }
p { color: rgb(82,192,5); }
H1.HeaderClassName
{
color: #52C005;
}
.AnyTagClassName
{
color: #52C005;
}
</style>
background-color css
<style>
a { background-color: #52C005; }
a { background-color: rgb(82,192,5); }
div.DivClassName
{
background-color: #52C005;
}
.BgClassName
{
background-color: #52C005;
}
</style>
border-color css
<style>
span { border-color: #52C005; }
span { border-color: rgb(82,192,5); }
td.TdClassName
{
border-color: #52C005;
}
.TagClassName
{
border-color: #52C005;
}
</style>