Shades of Apple #52B547
Tints of Apple #52B547
RGB
CMYK
RGB Variations
Color information
#52B547 (or 0x52B547) is known color: Apple. HEX triplet: 52, B5 and 47. RGB value is (82,181,71). Sum of RGB (Red+Green+Blue) = 82+181+71=334 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.55% from 334); Green value is 181 (71.09% from 255 or 54.19% from 334); Blue value is 71 (28.12% from 255 or 21.26% from 334); Max value from RGB is 181 - color contains mainly: green. Hex color #52B547 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52B547 is #AD4AB8. Grayscale: #8B8B8B. Windows color (decimal): -11356857 or 4699474. OLE color: 4699474.
HSL color Cylindrical-coordinate representation of color #52B547: hue angle of 114º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #52B547 is Cyan = 0.55, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 82 | 181 | 71 | - |
| CMYK | 0.55 | 0 | 0.61 | 0.29 |
| HSL | 114º | 0.44% | 0.49% | - |
| HSV(B) | 114º | 0.61% | 0.71% | - |
| XYZ | 21.14 | 35.3 | 11.66 | - |
| YUV | 138.86 | 89.7 | 87.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 181 | 71 | 0.55 | 0 | 0.61 | 0.29 | 114 | 0.44 | 0.49 |
| Hex | 52 | B5 | 47 | 37 | 0 | 3D | 1D | 72 | 2C | 31 |
| Octal | 122 | 265 | 107 | 67 | 0 | 75 | 35 | 162 | 54 | 61 |
| Binary | 1010010 | 10110101 | 1000111 | 110111 | 0 | 111101 | 11101 | 1110010 | 101100 | 110001 |
Color Harmonies of #52B547
Complementary color
Monochromatic Colors of #52B547
Black with #52B547
Text Example
Text Example
White with #52B547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52B547; }
p { color: rgb(82,181,71); }
H1.HeaderClassName
{
color: #52B547;
}
.AnyTagClassName
{
color: #52B547;
}
</style>
background-color css
<style>
a { background-color: #52B547; }
a { background-color: rgb(82,181,71); }
div.DivClassName
{
background-color: #52B547;
}
.BgClassName
{
background-color: #52B547;
}
</style>
border-color css
<style>
span { border-color: #52B547; }
span { border-color: rgb(82,181,71); }
td.TdClassName
{
border-color: #52B547;
}
.TagClassName
{
border-color: #52B547;
}
</style>