Shades of Kelly Green #52A605
Tints of Kelly Green #52A605
RGB
CMYK
RGB Variations
Color information
#52A605 (or 0x52A605) is known color: Kelly Green. HEX triplet: 52, A6 and 05. RGB value is (82,166,5). Sum of RGB (Red+Green+Blue) = 82+166+5=253 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.41% from 253); Green value is 166 (65.23% from 255 or 65.61% from 253); Blue value is 5 (2.34% from 255 or 1.98% from 253); Max value from RGB is 166 - color contains mainly: green. Hex color #52A605 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #52A605 is #AD59FA. Grayscale: #7B7B7B. Windows color (decimal): -11360763 or 370258. OLE color: 370258.
HSL color Cylindrical-coordinate representation of color #52A605: hue angle of 91.3º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #52A605 is Cyan = 0.51, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 82 | 166 | 5 | - |
| CMYK | 0.51 | 0 | 0.97 | 0.35 |
| HSL | 91.3º | 0.94% | 0.34% | - |
| HSV(B) | 91.3º | 0.97% | 0.65% | - |
| XYZ | 17.14 | 29.08 | 4.85 | - |
| YUV | 122.53 | 61.67 | 99.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 166 | 5 | 0.51 | 0 | 0.97 | 0.35 | 91.3 | 0.94 | 0.34 |
| Hex | 52 | A6 | 5 | 33 | 0 | 61 | 23 | 5B | 5E | 22 |
| Octal | 122 | 246 | 5 | 63 | 0 | 141 | 43 | 133 | 136 | 42 |
| Binary | 1010010 | 10100110 | 101 | 110011 | 0 | 1100001 | 100011 | 1011011 | 1011110 | 100010 |
Color Harmonies of #52A605
Complementary color
Monochromatic Colors of #52A605
Black with #52A605
Text Example
Text Example
White with #52A605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52A605; }
p { color: rgb(82,166,5); }
H1.HeaderClassName
{
color: #52A605;
}
.AnyTagClassName
{
color: #52A605;
}
</style>
background-color css
<style>
a { background-color: #52A605; }
a { background-color: rgb(82,166,5); }
div.DivClassName
{
background-color: #52A605;
}
.BgClassName
{
background-color: #52A605;
}
</style>
border-color css
<style>
span { border-color: #52A605; }
span { border-color: rgb(82,166,5); }
td.TdClassName
{
border-color: #52A605;
}
.TagClassName
{
border-color: #52A605;
}
</style>