Shades of Apple #52A740
Tints of Apple #52A740
RGB
CMYK
RGB Variations
Color information
#52A740 (or 0x52A740) is known color: Apple. HEX triplet: 52, A7 and 40. RGB value is (82,167,64). Sum of RGB (Red+Green+Blue) = 82+167+64=313 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.20% from 313); Green value is 167 (65.62% from 255 or 53.35% from 313); Blue value is 64 (25.39% from 255 or 20.45% from 313); Max value from RGB is 167 - color contains mainly: green. Hex color #52A740 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52A740 is #AD58BF. Grayscale: #828282. Windows color (decimal): -11360448 or 4237138. OLE color: 4237138.
HSL color Cylindrical-coordinate representation of color #52A740: hue angle of 109.51º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #52A740 is Cyan = 0.51, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 82 | 167 | 64 | - |
| CMYK | 0.51 | 0 | 0.62 | 0.35 |
| HSL | 109.51º | 0.45% | 0.45% | - |
| HSV(B) | 109.51º | 0.62% | 0.65% | - |
| XYZ | 18.22 | 29.8 | 9.64 | - |
| YUV | 129.84 | 90.84 | 93.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 167 | 64 | 0.51 | 0 | 0.62 | 0.35 | 109.51 | 0.45 | 0.45 |
| Hex | 52 | A7 | 40 | 33 | 0 | 3E | 23 | 6E | 2D | 2D |
| Octal | 122 | 247 | 100 | 63 | 0 | 76 | 43 | 156 | 55 | 55 |
| Binary | 1010010 | 10100111 | 1000000 | 110011 | 0 | 111110 | 100011 | 1101110 | 101101 | 101101 |
Color Harmonies of #52A740
Complementary color
Monochromatic Colors of #52A740
Black with #52A740
Text Example
Text Example
White with #52A740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52A740; }
p { color: rgb(82,167,64); }
H1.HeaderClassName
{
color: #52A740;
}
.AnyTagClassName
{
color: #52A740;
}
</style>
background-color css
<style>
a { background-color: #52A740; }
a { background-color: rgb(82,167,64); }
div.DivClassName
{
background-color: #52A740;
}
.BgClassName
{
background-color: #52A740;
}
</style>
border-color css
<style>
span { border-color: #52A740; }
span { border-color: rgb(82,167,64); }
td.TdClassName
{
border-color: #52A740;
}
.TagClassName
{
border-color: #52A740;
}
</style>