Shades of Apple #52AF40
Tints of Apple #52AF40
RGB
CMYK
RGB Variations
Color information
#52AF40 (or 0x52AF40) is known color: Apple. HEX triplet: 52, AF and 40. RGB value is (82,175,64). Sum of RGB (Red+Green+Blue) = 82+175+64=321 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.55% from 321); Green value is 175 (68.75% from 255 or 54.52% from 321); Blue value is 64 (25.39% from 255 or 19.94% from 321); Max value from RGB is 175 - color contains mainly: green. Hex color #52AF40 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52AF40 is #AD50BF. Grayscale: #868686. Windows color (decimal): -11358400 or 4239186. OLE color: 4239186.
HSL color Cylindrical-coordinate representation of color #52AF40: hue angle of 110.27º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #52AF40 is Cyan = 0.53, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 82 | 175 | 64 | - |
| CMYK | 0.53 | 0 | 0.63 | 0.31 |
| HSL | 110.27º | 0.46% | 0.47% | - |
| HSV(B) | 110.27º | 0.63% | 0.69% | - |
| XYZ | 19.74 | 32.82 | 10.15 | - |
| YUV | 134.54 | 88.19 | 90.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 175 | 64 | 0.53 | 0 | 0.63 | 0.31 | 110.27 | 0.46 | 0.47 |
| Hex | 52 | AF | 40 | 35 | 0 | 3F | 1F | 6E | 2E | 2F |
| Octal | 122 | 257 | 100 | 65 | 0 | 77 | 37 | 156 | 56 | 57 |
| Binary | 1010010 | 10101111 | 1000000 | 110101 | 0 | 111111 | 11111 | 1101110 | 101110 | 101111 |
Color Harmonies of #52AF40
Complementary color
Monochromatic Colors of #52AF40
Black with #52AF40
Text Example
Text Example
White with #52AF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52AF40; }
p { color: rgb(82,175,64); }
H1.HeaderClassName
{
color: #52AF40;
}
.AnyTagClassName
{
color: #52AF40;
}
</style>
background-color css
<style>
a { background-color: #52AF40; }
a { background-color: rgb(82,175,64); }
div.DivClassName
{
background-color: #52AF40;
}
.BgClassName
{
background-color: #52AF40;
}
</style>
border-color css
<style>
span { border-color: #52AF40; }
span { border-color: rgb(82,175,64); }
td.TdClassName
{
border-color: #52AF40;
}
.TagClassName
{
border-color: #52AF40;
}
</style>