Shades of Kelly Green #52DC07
Tints of Kelly Green #52DC07
RGB
CMYK
RGB Variations
Color information
#52DC07 (or 0x52DC07) is known color: Kelly Green. HEX triplet: 52, DC and 07. RGB value is (82,220,7). Sum of RGB (Red+Green+Blue) = 82+220+7=309 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.54% from 309); Green value is 220 (86.33% from 255 or 71.20% from 309); Blue value is 7 (3.12% from 255 or 2.27% from 309); Max value from RGB is 220 - color contains mainly: green. Hex color #52DC07 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #52DC07 is #AD23F8. Grayscale: #9B9B9B. Windows color (decimal): -11346937 or 515154. OLE color: 515154.
HSL color Cylindrical-coordinate representation of color #52DC07: hue angle of 98.87º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #52DC07 is Cyan = 0.63, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 82 | 220 | 7 | - |
| CMYK | 0.63 | 0 | 0.97 | 0.14 |
| HSL | 98.87º | 0.94% | 0.45% | - |
| HSV(B) | 98.87º | 0.97% | 0.86% | - |
| XYZ | 29.11 | 53 | 8.9 | - |
| YUV | 154.46 | 44.78 | 76.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 220 | 7 | 0.63 | 0 | 0.97 | 0.14 | 98.87 | 0.94 | 0.45 |
| Hex | 52 | DC | 7 | 3F | 0 | 61 | E | 63 | 5E | 2D |
| Octal | 122 | 334 | 7 | 77 | 0 | 141 | 16 | 143 | 136 | 55 |
| Binary | 1010010 | 11011100 | 111 | 111111 | 0 | 1100001 | 1110 | 1100011 | 1011110 | 101101 |
Color Harmonies of #52DC07
Complementary color
Monochromatic Colors of #52DC07
Black with #52DC07
Text Example
Text Example
White with #52DC07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52DC07; }
p { color: rgb(82,220,7); }
H1.HeaderClassName
{
color: #52DC07;
}
.AnyTagClassName
{
color: #52DC07;
}
</style>
background-color css
<style>
a { background-color: #52DC07; }
a { background-color: rgb(82,220,7); }
div.DivClassName
{
background-color: #52DC07;
}
.BgClassName
{
background-color: #52DC07;
}
</style>
border-color css
<style>
span { border-color: #52DC07; }
span { border-color: rgb(82,220,7); }
td.TdClassName
{
border-color: #52DC07;
}
.TagClassName
{
border-color: #52DC07;
}
</style>