Shades of Kelly Green #52D60C
Tints of Kelly Green #52D60C
RGB
CMYK
RGB Variations
Color information
#52D60C (or 0x52D60C) is known color: Kelly Green. HEX triplet: 52, D6 and 0C. RGB value is (82,214,12). Sum of RGB (Red+Green+Blue) = 82+214+12=308 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.62% from 308); Green value is 214 (83.98% from 255 or 69.48% from 308); Blue value is 12 (5.08% from 255 or 3.90% from 308); Max value from RGB is 214 - color contains mainly: green. Hex color #52D60C is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #52D60C is #AD29F3. Grayscale: #989898. Windows color (decimal): -11348468 or 841298. OLE color: 841298.
HSL color Cylindrical-coordinate representation of color #52D60C: hue angle of 99.21º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #52D60C is Cyan = 0.62, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 82 | 214 | 12 | - |
| CMYK | 0.62 | 0 | 0.94 | 0.16 |
| HSL | 99.21º | 0.89% | 0.44% | - |
| HSV(B) | 99.21º | 0.94% | 0.84% | - |
| XYZ | 27.59 | 49.91 | 8.53 | - |
| YUV | 151.5 | 49.27 | 78.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 214 | 12 | 0.62 | 0 | 0.94 | 0.16 | 99.21 | 0.89 | 0.44 |
| Hex | 52 | D6 | C | 3E | 0 | 5E | 10 | 63 | 59 | 2C |
| Octal | 122 | 326 | 14 | 76 | 0 | 136 | 20 | 143 | 131 | 54 |
| Binary | 1010010 | 11010110 | 1100 | 111110 | 0 | 1011110 | 10000 | 1100011 | 1011001 | 101100 |
Color Harmonies of #52D60C
Complementary color
Monochromatic Colors of #52D60C
Black with #52D60C
Text Example
Text Example
White with #52D60C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52D60C; }
p { color: rgb(82,214,12); }
H1.HeaderClassName
{
color: #52D60C;
}
.AnyTagClassName
{
color: #52D60C;
}
</style>
background-color css
<style>
a { background-color: #52D60C; }
a { background-color: rgb(82,214,12); }
div.DivClassName
{
background-color: #52D60C;
}
.BgClassName
{
background-color: #52D60C;
}
</style>
border-color css
<style>
span { border-color: #52D60C; }
span { border-color: rgb(82,214,12); }
td.TdClassName
{
border-color: #52D60C;
}
.TagClassName
{
border-color: #52D60C;
}
</style>