Shades of Apple #52AD32
Tints of Apple #52AD32
RGB
CMYK
RGB Variations
Color information
#52AD32 (or 0x52AD32) is known color: Apple. HEX triplet: 52, AD and 32. RGB value is (82,173,50). Sum of RGB (Red+Green+Blue) = 82+173+50=305 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.89% from 305); Green value is 173 (67.97% from 255 or 56.72% from 305); Blue value is 50 (19.92% from 255 or 16.39% from 305); Max value from RGB is 173 - color contains mainly: green. Hex color #52AD32 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52AD32 is #AD52CD. Grayscale: #848484. Windows color (decimal): -11358926 or 3321170. OLE color: 3321170.
HSL color Cylindrical-coordinate representation of color #52AD32: hue angle of 104.39º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #52AD32 is Cyan = 0.53, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 82 | 173 | 50 | - |
| CMYK | 0.53 | 0 | 0.71 | 0.32 |
| HSL | 104.39º | 0.55% | 0.44% | - |
| HSV(B) | 104.39º | 0.71% | 0.68% | - |
| XYZ | 19 | 31.91 | 8.18 | - |
| YUV | 131.77 | 81.85 | 92.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 173 | 50 | 0.53 | 0 | 0.71 | 0.32 | 104.39 | 0.55 | 0.44 |
| Hex | 52 | AD | 32 | 35 | 0 | 47 | 20 | 68 | 37 | 2C |
| Octal | 122 | 255 | 62 | 65 | 0 | 107 | 40 | 150 | 67 | 54 |
| Binary | 1010010 | 10101101 | 110010 | 110101 | 0 | 1000111 | 100000 | 1101000 | 110111 | 101100 |
Color Harmonies of #52AD32
Complementary color
Monochromatic Colors of #52AD32
Black with #52AD32
Text Example
Text Example
White with #52AD32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52AD32; }
p { color: rgb(82,173,50); }
H1.HeaderClassName
{
color: #52AD32;
}
.AnyTagClassName
{
color: #52AD32;
}
</style>
background-color css
<style>
a { background-color: #52AD32; }
a { background-color: rgb(82,173,50); }
div.DivClassName
{
background-color: #52AD32;
}
.BgClassName
{
background-color: #52AD32;
}
</style>
border-color css
<style>
span { border-color: #52AD32; }
span { border-color: rgb(82,173,50); }
td.TdClassName
{
border-color: #52AD32;
}
.TagClassName
{
border-color: #52AD32;
}
</style>