Shades of Kelly Green #52A30F
Tints of Kelly Green #52A30F
RGB
CMYK
RGB Variations
Color information
#52A30F (or 0x52A30F) is known color: Kelly Green. HEX triplet: 52, A3 and 0F. RGB value is (82,163,15). Sum of RGB (Red+Green+Blue) = 82+163+15=260 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.54% from 260); Green value is 163 (64.06% from 255 or 62.69% from 260); Blue value is 15 (6.25% from 255 or 5.77% from 260); Max value from RGB is 163 - color contains mainly: green. Hex color #52A30F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #52A30F is #AD5CF0. Grayscale: #7A7A7A. Windows color (decimal): -11361521 or 1024850. OLE color: 1024850.
HSL color Cylindrical-coordinate representation of color #52A30F: hue angle of 92.84º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #52A30F is Cyan = 0.50, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 82 | 163 | 15 | - |
| CMYK | 0.50 | 0 | 0.91 | 0.36 |
| HSL | 92.84º | 0.83% | 0.35% | - |
| HSV(B) | 92.84º | 0.91% | 0.64% | - |
| XYZ | 16.66 | 28.02 | 4.98 | - |
| YUV | 121.91 | 67.66 | 99.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 163 | 15 | 0.50 | 0 | 0.91 | 0.36 | 92.84 | 0.83 | 0.35 |
| Hex | 52 | A3 | F | 32 | 0 | 5B | 24 | 5D | 53 | 23 |
| Octal | 122 | 243 | 17 | 62 | 0 | 133 | 44 | 135 | 123 | 43 |
| Binary | 1010010 | 10100011 | 1111 | 110010 | 0 | 1011011 | 100100 | 1011101 | 1010011 | 100011 |
Color Harmonies of #52A30F
Complementary color
Monochromatic Colors of #52A30F
Black with #52A30F
Text Example
Text Example
White with #52A30F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52A30F; }
p { color: rgb(82,163,15); }
H1.HeaderClassName
{
color: #52A30F;
}
.AnyTagClassName
{
color: #52A30F;
}
</style>
background-color css
<style>
a { background-color: #52A30F; }
a { background-color: rgb(82,163,15); }
div.DivClassName
{
background-color: #52A30F;
}
.BgClassName
{
background-color: #52A30F;
}
</style>
border-color css
<style>
span { border-color: #52A30F; }
span { border-color: rgb(82,163,15); }
td.TdClassName
{
border-color: #52A30F;
}
.TagClassName
{
border-color: #52A30F;
}
</style>