Shades of Kelly Green #52DC08
Tints of Kelly Green #52DC08
RGB
CMYK
RGB Variations
Color information
#52DC08 (or 0x52DC08) is known color: Kelly Green. HEX triplet: 52, DC and 08. RGB value is (82,220,8). Sum of RGB (Red+Green+Blue) = 82+220+8=310 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.45% from 310); Green value is 220 (86.33% from 255 or 70.97% from 310); Blue value is 8 (3.52% from 255 or 2.58% from 310); Max value from RGB is 220 - color contains mainly: green. Hex color #52DC08 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #52DC08 is #AD23F7. Grayscale: #9B9B9B. Windows color (decimal): -11346936 or 580690. OLE color: 580690.
HSL color Cylindrical-coordinate representation of color #52DC08: hue angle of 99.06º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #52DC08 is Cyan = 0.63, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 82 | 220 | 8 | - |
| CMYK | 0.63 | 0 | 0.96 | 0.14 |
| HSL | 99.06º | 0.93% | 0.45% | - |
| HSV(B) | 99.06º | 0.96% | 0.86% | - |
| XYZ | 29.12 | 53 | 8.92 | - |
| YUV | 154.57 | 45.28 | 76.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 220 | 8 | 0.63 | 0 | 0.96 | 0.14 | 99.06 | 0.93 | 0.45 |
| Hex | 52 | DC | 8 | 3F | 0 | 60 | E | 63 | 5D | 2D |
| Octal | 122 | 334 | 10 | 77 | 0 | 140 | 16 | 143 | 135 | 55 |
| Binary | 1010010 | 11011100 | 1000 | 111111 | 0 | 1100000 | 1110 | 1100011 | 1011101 | 101101 |
Color Harmonies of #52DC08
Complementary color
Monochromatic Colors of #52DC08
Black with #52DC08
Text Example
Text Example
White with #52DC08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52DC08; }
p { color: rgb(82,220,8); }
H1.HeaderClassName
{
color: #52DC08;
}
.AnyTagClassName
{
color: #52DC08;
}
</style>
background-color css
<style>
a { background-color: #52DC08; }
a { background-color: rgb(82,220,8); }
div.DivClassName
{
background-color: #52DC08;
}
.BgClassName
{
background-color: #52DC08;
}
</style>
border-color css
<style>
span { border-color: #52DC08; }
span { border-color: rgb(82,220,8); }
td.TdClassName
{
border-color: #52DC08;
}
.TagClassName
{
border-color: #52DC08;
}
</style>