Shades of Kelly Green #52C008
Tints of Kelly Green #52C008
RGB
CMYK
RGB Variations
Color information
#52C008 (or 0x52C008) is known color: Kelly Green. HEX triplet: 52, C0 and 08. RGB value is (82,192,8). Sum of RGB (Red+Green+Blue) = 82+192+8=282 (37% of max value = 765). Red value is 82 (32.42% from 255 or 29.08% from 282); Green value is 192 (75.39% from 255 or 68.09% from 282); Blue value is 8 (3.52% from 255 or 2.84% from 282); Max value from RGB is 192 - color contains mainly: green. Hex color #52C008 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #52C008 is #AD3FF7. Grayscale: #8A8A8A. Windows color (decimal): -11354104 or 573522. OLE color: 573522.
HSL color Cylindrical-coordinate representation of color #52C008: hue angle of 95.87º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #52C008 is Cyan = 0.57, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 82 | 192 | 8 | - |
| CMYK | 0.57 | 0 | 0.96 | 0.25 |
| HSL | 95.87º | 0.92% | 0.39% | - |
| HSV(B) | 95.87º | 0.96% | 0.75% | - |
| XYZ | 22.37 | 39.51 | 6.68 | - |
| YUV | 138.13 | 54.56 | 87.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 192 | 8 | 0.57 | 0 | 0.96 | 0.25 | 95.87 | 0.92 | 0.39 |
| Hex | 52 | C0 | 8 | 39 | 0 | 60 | 19 | 60 | 5C | 27 |
| Octal | 122 | 300 | 10 | 71 | 0 | 140 | 31 | 140 | 134 | 47 |
| Binary | 1010010 | 11000000 | 1000 | 111001 | 0 | 1100000 | 11001 | 1100000 | 1011100 | 100111 |
Color Harmonies of #52C008
Complementary color
Monochromatic Colors of #52C008
Black with #52C008
Text Example
Text Example
White with #52C008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C008; }
p { color: rgb(82,192,8); }
H1.HeaderClassName
{
color: #52C008;
}
.AnyTagClassName
{
color: #52C008;
}
</style>
background-color css
<style>
a { background-color: #52C008; }
a { background-color: rgb(82,192,8); }
div.DivClassName
{
background-color: #52C008;
}
.BgClassName
{
background-color: #52C008;
}
</style>
border-color css
<style>
span { border-color: #52C008; }
span { border-color: rgb(82,192,8); }
td.TdClassName
{
border-color: #52C008;
}
.TagClassName
{
border-color: #52C008;
}
</style>