Shades of Kelly Green #52A600
Tints of Kelly Green #52A600
RGB
CMYK
RGB Variations
Color information
#52A600 (or 0x52A600) is known color: Kelly Green. HEX triplet: 52, A6 and 00. RGB value is (82,166,0). Sum of RGB (Red+Green+Blue) = 82+166+0=248 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.06% from 248); Green value is 166 (65.23% from 255 or 66.94% from 248); Blue value is 0 (0.39% from 255 or 0% from 248); Max value from RGB is 166 - color contains mainly: green. Hex color #52A600 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #52A600 is #AD59FF. Grayscale: #7A7A7A. Windows color (decimal): -11360768 or 42578. OLE color: 42578.
HSL color Cylindrical-coordinate representation of color #52A600: hue angle of 90.36º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #52A600 is Cyan = 0.51, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 82 | 166 | 0 | - |
| CMYK | 0.51 | 0 | 1 | 0.35 |
| HSL | 90.36º | 1% | 0.33% | - |
| HSV(B) | 90.36º | 1% | 0.65% | - |
| XYZ | 17.12 | 29.07 | 4.71 | - |
| YUV | 121.96 | 59.17 | 99.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 166 | 0 | 0.51 | 0 | 1 | 0.35 | 90.36 | 1 | 0.33 |
| Hex | 52 | A6 | 0 | 33 | 0 | 64 | 23 | 5A | 64 | 21 |
| Octal | 122 | 246 | 0 | 63 | 0 | 144 | 43 | 132 | 144 | 41 |
| Binary | 1010010 | 10100110 | 0 | 110011 | 0 | 1100100 | 100011 | 1011010 | 1100100 | 100001 |
Color Harmonies of #52A600
Complementary color
Monochromatic Colors of #52A600
Black with #52A600
Text Example
Text Example
White with #52A600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52A600; }
p { color: rgb(82,166,0); }
H1.HeaderClassName
{
color: #52A600;
}
.AnyTagClassName
{
color: #52A600;
}
</style>
background-color css
<style>
a { background-color: #52A600; }
a { background-color: rgb(82,166,0); }
div.DivClassName
{
background-color: #52A600;
}
.BgClassName
{
background-color: #52A600;
}
</style>
border-color css
<style>
span { border-color: #52A600; }
span { border-color: rgb(82,166,0); }
td.TdClassName
{
border-color: #52A600;
}
.TagClassName
{
border-color: #52A600;
}
</style>