Shades of Apple #52AD34
Tints of Apple #52AD34
RGB
CMYK
RGB Variations
Color information
#52AD34 (or 0x52AD34) is known color: Apple. HEX triplet: 52, AD and 34. RGB value is (82,173,52). Sum of RGB (Red+Green+Blue) = 82+173+52=307 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.71% from 307); Green value is 173 (67.97% from 255 or 56.35% from 307); Blue value is 52 (20.70% from 255 or 16.94% from 307); Max value from RGB is 173 - color contains mainly: green. Hex color #52AD34 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52AD34 is #AD52CB. Grayscale: #848484. Windows color (decimal): -11358924 or 3452242. OLE color: 3452242.
HSL color Cylindrical-coordinate representation of color #52AD34: hue angle of 105.12º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #52AD34 is Cyan = 0.53, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 82 | 173 | 52 | - |
| CMYK | 0.53 | 0 | 0.70 | 0.32 |
| HSL | 105.12º | 0.54% | 0.44% | - |
| HSV(B) | 105.12º | 0.7% | 0.68% | - |
| XYZ | 19.04 | 31.93 | 8.41 | - |
| YUV | 132 | 82.85 | 92.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 173 | 52 | 0.53 | 0 | 0.70 | 0.32 | 105.12 | 0.54 | 0.44 |
| Hex | 52 | AD | 34 | 35 | 0 | 46 | 20 | 69 | 36 | 2C |
| Octal | 122 | 255 | 64 | 65 | 0 | 106 | 40 | 151 | 66 | 54 |
| Binary | 1010010 | 10101101 | 110100 | 110101 | 0 | 1000110 | 100000 | 1101001 | 110110 | 101100 |
Color Harmonies of #52AD34
Complementary color
Monochromatic Colors of #52AD34
Black with #52AD34
Text Example
Text Example
White with #52AD34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52AD34; }
p { color: rgb(82,173,52); }
H1.HeaderClassName
{
color: #52AD34;
}
.AnyTagClassName
{
color: #52AD34;
}
</style>
background-color css
<style>
a { background-color: #52AD34; }
a { background-color: rgb(82,173,52); }
div.DivClassName
{
background-color: #52AD34;
}
.BgClassName
{
background-color: #52AD34;
}
</style>
border-color css
<style>
span { border-color: #52AD34; }
span { border-color: rgb(82,173,52); }
td.TdClassName
{
border-color: #52AD34;
}
.TagClassName
{
border-color: #52AD34;
}
</style>