Shades of Kelly Green #52A501
Tints of Kelly Green #52A501
RGB
CMYK
RGB Variations
Color information
#52A501 (or 0x52A501) is known color: Kelly Green. HEX triplet: 52, A5 and 01. RGB value is (82,165,1). Sum of RGB (Red+Green+Blue) = 82+165+1=248 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.06% from 248); Green value is 165 (64.84% from 255 or 66.53% from 248); Blue value is 1 (0.78% from 255 or 0.40% from 248); Max value from RGB is 165 - color contains mainly: green. Hex color #52A501 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #52A501 is #AD5AFE. Grayscale: #7A7A7A. Windows color (decimal): -11361023 or 107858. OLE color: 107858.
HSL color Cylindrical-coordinate representation of color #52A501: hue angle of 90.37º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #52A501 is Cyan = 0.50, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 82 | 165 | 1 | - |
| CMYK | 0.50 | 0 | 0.99 | 0.35 |
| HSL | 90.37º | 0.99% | 0.33% | - |
| HSV(B) | 90.37º | 0.99% | 0.65% | - |
| XYZ | 16.94 | 28.71 | 4.68 | - |
| YUV | 121.49 | 60 | 99.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 165 | 1 | 0.50 | 0 | 0.99 | 0.35 | 90.37 | 0.99 | 0.33 |
| Hex | 52 | A5 | 1 | 32 | 0 | 63 | 23 | 5A | 63 | 21 |
| Octal | 122 | 245 | 1 | 62 | 0 | 143 | 43 | 132 | 143 | 41 |
| Binary | 1010010 | 10100101 | 1 | 110010 | 0 | 1100011 | 100011 | 1011010 | 1100011 | 100001 |
Color Harmonies of #52A501
Complementary color
Monochromatic Colors of #52A501
Black with #52A501
Text Example
Text Example
White with #52A501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52A501; }
p { color: rgb(82,165,1); }
H1.HeaderClassName
{
color: #52A501;
}
.AnyTagClassName
{
color: #52A501;
}
</style>
background-color css
<style>
a { background-color: #52A501; }
a { background-color: rgb(82,165,1); }
div.DivClassName
{
background-color: #52A501;
}
.BgClassName
{
background-color: #52A501;
}
</style>
border-color css
<style>
span { border-color: #52A501; }
span { border-color: rgb(82,165,1); }
td.TdClassName
{
border-color: #52A501;
}
.TagClassName
{
border-color: #52A501;
}
</style>