Shades of Apple #52C949
Tints of Apple #52C949
RGB
CMYK
RGB Variations
Color information
#52C949 (or 0x52C949) is known color: Apple. HEX triplet: 52, C9 and 49. RGB value is (82,201,73). Sum of RGB (Red+Green+Blue) = 82+201+73=356 (47% of max value = 765). Red value is 82 (32.42% from 255 or 23.03% from 356); Green value is 201 (78.91% from 255 or 56.46% from 356); Blue value is 73 (28.91% from 255 or 20.51% from 356); Max value from RGB is 201 - color contains mainly: green. Hex color #52C949 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52C949 is #AD36B6. Grayscale: #979797. Windows color (decimal): -11351735 or 4835666. OLE color: 4835666.
HSL color Cylindrical-coordinate representation of color #52C949: hue angle of 115.78º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #52C949 is Cyan = 0.59, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 82 | 201 | 73 | - |
| CMYK | 0.59 | 0 | 0.64 | 0.21 |
| HSL | 115.78º | 0.54% | 0.54% | - |
| HSV(B) | 115.78º | 0.64% | 0.79% | - |
| XYZ | 25.57 | 44.05 | 13.46 | - |
| YUV | 150.83 | 84.08 | 78.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 201 | 73 | 0.59 | 0 | 0.64 | 0.21 | 115.78 | 0.54 | 0.54 |
| Hex | 52 | C9 | 49 | 3B | 0 | 40 | 15 | 74 | 36 | 36 |
| Octal | 122 | 311 | 111 | 73 | 0 | 100 | 25 | 164 | 66 | 66 |
| Binary | 1010010 | 11001001 | 1001001 | 111011 | 0 | 1000000 | 10101 | 1110100 | 110110 | 110110 |
Color Harmonies of #52C949
Complementary color
Monochromatic Colors of #52C949
Black with #52C949
Text Example
Text Example
White with #52C949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C949; }
p { color: rgb(82,201,73); }
H1.HeaderClassName
{
color: #52C949;
}
.AnyTagClassName
{
color: #52C949;
}
</style>
background-color css
<style>
a { background-color: #52C949; }
a { background-color: rgb(82,201,73); }
div.DivClassName
{
background-color: #52C949;
}
.BgClassName
{
background-color: #52C949;
}
</style>
border-color css
<style>
span { border-color: #52C949; }
span { border-color: rgb(82,201,73); }
td.TdClassName
{
border-color: #52C949;
}
.TagClassName
{
border-color: #52C949;
}
</style>