Shades of Apple #52AD37
Tints of Apple #52AD37
RGB
CMYK
RGB Variations
Color information
#52AD37 (or 0x52AD37) is known color: Apple. HEX triplet: 52, AD and 37. RGB value is (82,173,55). Sum of RGB (Red+Green+Blue) = 82+173+55=310 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.45% from 310); Green value is 173 (67.97% from 255 or 55.81% from 310); Blue value is 55 (21.88% from 255 or 17.74% from 310); Max value from RGB is 173 - color contains mainly: green. Hex color #52AD37 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52AD37 is #AD52C8. Grayscale: #848484. Windows color (decimal): -11358921 or 3648850. OLE color: 3648850.
HSL color Cylindrical-coordinate representation of color #52AD37: hue angle of 106.27º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #52AD37 is Cyan = 0.53, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 82 | 173 | 55 | - |
| CMYK | 0.53 | 0 | 0.68 | 0.32 |
| HSL | 106.27º | 0.52% | 0.45% | - |
| HSV(B) | 106.27º | 0.68% | 0.68% | - |
| XYZ | 19.11 | 31.96 | 8.78 | - |
| YUV | 132.34 | 84.35 | 92.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 173 | 55 | 0.53 | 0 | 0.68 | 0.32 | 106.27 | 0.52 | 0.45 |
| Hex | 52 | AD | 37 | 35 | 0 | 44 | 20 | 6A | 34 | 2D |
| Octal | 122 | 255 | 67 | 65 | 0 | 104 | 40 | 152 | 64 | 55 |
| Binary | 1010010 | 10101101 | 110111 | 110101 | 0 | 1000100 | 100000 | 1101010 | 110100 | 101101 |
Color Harmonies of #52AD37
Complementary color
Monochromatic Colors of #52AD37
Black with #52AD37
Text Example
Text Example
White with #52AD37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52AD37; }
p { color: rgb(82,173,55); }
H1.HeaderClassName
{
color: #52AD37;
}
.AnyTagClassName
{
color: #52AD37;
}
</style>
background-color css
<style>
a { background-color: #52AD37; }
a { background-color: rgb(82,173,55); }
div.DivClassName
{
background-color: #52AD37;
}
.BgClassName
{
background-color: #52AD37;
}
</style>
border-color css
<style>
span { border-color: #52AD37; }
span { border-color: rgb(82,173,55); }
td.TdClassName
{
border-color: #52AD37;
}
.TagClassName
{
border-color: #52AD37;
}
</style>