Shades of Apple #52B949
Tints of Apple #52B949
RGB
CMYK
RGB Variations
Color information
#52B949 (or 0x52B949) is known color: Apple. HEX triplet: 52, B9 and 49. RGB value is (82,185,73). Sum of RGB (Red+Green+Blue) = 82+185+73=340 (45% of max value = 765). Red value is 82 (32.42% from 255 or 24.12% from 340); Green value is 185 (72.66% from 255 or 54.41% from 340); Blue value is 73 (28.91% from 255 or 21.47% from 340); Max value from RGB is 185 - color contains mainly: green. Hex color #52B949 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52B949 is #AD46B6. Grayscale: #8D8D8D. Windows color (decimal): -11355831 or 4831570. OLE color: 4831570.
HSL color Cylindrical-coordinate representation of color #52B949: hue angle of 115.18º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #52B949 is Cyan = 0.56, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 82 | 185 | 73 | - |
| CMYK | 0.56 | 0 | 0.61 | 0.27 |
| HSL | 115.18º | 0.44% | 0.51% | - |
| HSV(B) | 115.18º | 0.61% | 0.73% | - |
| XYZ | 22.03 | 36.97 | 12.28 | - |
| YUV | 141.44 | 89.38 | 85.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 185 | 73 | 0.56 | 0 | 0.61 | 0.27 | 115.18 | 0.44 | 0.51 |
| Hex | 52 | B9 | 49 | 38 | 0 | 3D | 1B | 73 | 2C | 33 |
| Octal | 122 | 271 | 111 | 70 | 0 | 75 | 33 | 163 | 54 | 63 |
| Binary | 1010010 | 10111001 | 1001001 | 111000 | 0 | 111101 | 11011 | 1110011 | 101100 | 110011 |
Color Harmonies of #52B949
Complementary color
Monochromatic Colors of #52B949
Black with #52B949
Text Example
Text Example
White with #52B949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52B949; }
p { color: rgb(82,185,73); }
H1.HeaderClassName
{
color: #52B949;
}
.AnyTagClassName
{
color: #52B949;
}
</style>
background-color css
<style>
a { background-color: #52B949; }
a { background-color: rgb(82,185,73); }
div.DivClassName
{
background-color: #52B949;
}
.BgClassName
{
background-color: #52B949;
}
</style>
border-color css
<style>
span { border-color: #52B949; }
span { border-color: rgb(82,185,73); }
td.TdClassName
{
border-color: #52B949;
}
.TagClassName
{
border-color: #52B949;
}
</style>