Shades of Apple #52C849
Tints of Apple #52C849
RGB
CMYK
RGB Variations
Color information
#52C849 (or 0x52C849) is known color: Apple. HEX triplet: 52, C8 and 49. RGB value is (82,200,73). Sum of RGB (Red+Green+Blue) = 82+200+73=355 (47% of max value = 765). Red value is 82 (32.42% from 255 or 23.10% from 355); Green value is 200 (78.52% from 255 or 56.34% from 355); Blue value is 73 (28.91% from 255 or 20.56% from 355); Max value from RGB is 200 - color contains mainly: green. Hex color #52C849 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52C849 is #AD37B6. Grayscale: #969696. Windows color (decimal): -11351991 or 4835410. OLE color: 4835410.
HSL color Cylindrical-coordinate representation of color #52C849: hue angle of 115.75º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #52C849 is Cyan = 0.59, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 82 | 200 | 73 | - |
| CMYK | 0.59 | 0 | 0.64 | 0.22 |
| HSL | 115.75º | 0.54% | 0.54% | - |
| HSV(B) | 115.75º | 0.64% | 0.78% | - |
| XYZ | 25.34 | 43.58 | 13.38 | - |
| YUV | 150.24 | 84.41 | 79.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 200 | 73 | 0.59 | 0 | 0.64 | 0.22 | 115.75 | 0.54 | 0.54 |
| Hex | 52 | C8 | 49 | 3B | 0 | 40 | 16 | 74 | 36 | 36 |
| Octal | 122 | 310 | 111 | 73 | 0 | 100 | 26 | 164 | 66 | 66 |
| Binary | 1010010 | 11001000 | 1001001 | 111011 | 0 | 1000000 | 10110 | 1110100 | 110110 | 110110 |
Color Harmonies of #52C849
Complementary color
Monochromatic Colors of #52C849
Black with #52C849
Text Example
Text Example
White with #52C849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C849; }
p { color: rgb(82,200,73); }
H1.HeaderClassName
{
color: #52C849;
}
.AnyTagClassName
{
color: #52C849;
}
</style>
background-color css
<style>
a { background-color: #52C849; }
a { background-color: rgb(82,200,73); }
div.DivClassName
{
background-color: #52C849;
}
.BgClassName
{
background-color: #52C849;
}
</style>
border-color css
<style>
span { border-color: #52C849; }
span { border-color: rgb(82,200,73); }
td.TdClassName
{
border-color: #52C849;
}
.TagClassName
{
border-color: #52C849;
}
</style>