Shades of Kelly Green #52D605
Tints of Kelly Green #52D605
RGB
CMYK
RGB Variations
Color information
#52D605 (or 0x52D605) is known color: Kelly Green. HEX triplet: 52, D6 and 05. RGB value is (82,214,5). Sum of RGB (Red+Green+Blue) = 82+214+5=301 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.24% from 301); Green value is 214 (83.98% from 255 or 71.10% from 301); Blue value is 5 (2.34% from 255 or 1.66% from 301); Max value from RGB is 214 - color contains mainly: green. Hex color #52D605 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #52D605 is #AD29FA. Grayscale: #979797. Windows color (decimal): -11348475 or 382546. OLE color: 382546.
HSL color Cylindrical-coordinate representation of color #52D605: hue angle of 97.89º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #52D605 is Cyan = 0.62, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 82 | 214 | 5 | - |
| CMYK | 0.62 | 0 | 0.98 | 0.16 |
| HSL | 97.89º | 0.95% | 0.43% | - |
| HSV(B) | 97.89º | 0.98% | 0.84% | - |
| XYZ | 27.55 | 49.9 | 8.32 | - |
| YUV | 150.71 | 45.77 | 78.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 214 | 5 | 0.62 | 0 | 0.98 | 0.16 | 97.89 | 0.95 | 0.43 |
| Hex | 52 | D6 | 5 | 3E | 0 | 62 | 10 | 62 | 5F | 2B |
| Octal | 122 | 326 | 5 | 76 | 0 | 142 | 20 | 142 | 137 | 53 |
| Binary | 1010010 | 11010110 | 101 | 111110 | 0 | 1100010 | 10000 | 1100010 | 1011111 | 101011 |
Color Harmonies of #52D605
Complementary color
Monochromatic Colors of #52D605
Black with #52D605
Text Example
Text Example
White with #52D605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52D605; }
p { color: rgb(82,214,5); }
H1.HeaderClassName
{
color: #52D605;
}
.AnyTagClassName
{
color: #52D605;
}
</style>
background-color css
<style>
a { background-color: #52D605; }
a { background-color: rgb(82,214,5); }
div.DivClassName
{
background-color: #52D605;
}
.BgClassName
{
background-color: #52D605;
}
</style>
border-color css
<style>
span { border-color: #52D605; }
span { border-color: rgb(82,214,5); }
td.TdClassName
{
border-color: #52D605;
}
.TagClassName
{
border-color: #52D605;
}
</style>