Shades of Apple #52C749
Tints of Apple #52C749
RGB
CMYK
RGB Variations
Color information
#52C749 (or 0x52C749) is known color: Apple. HEX triplet: 52, C7 and 49. RGB value is (82,199,73). Sum of RGB (Red+Green+Blue) = 82+199+73=354 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.16% from 354); Green value is 199 (78.12% from 255 or 56.21% from 354); Blue value is 73 (28.91% from 255 or 20.62% from 354); Max value from RGB is 199 - color contains mainly: green. Hex color #52C749 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52C749 is #AD38B6. Grayscale: #969696. Windows color (decimal): -11352247 or 4835154. OLE color: 4835154.
HSL color Cylindrical-coordinate representation of color #52C749: hue angle of 115.71º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #52C749 is Cyan = 0.59, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 82 | 199 | 73 | - |
| CMYK | 0.59 | 0 | 0.63 | 0.22 |
| HSL | 115.71º | 0.53% | 0.53% | - |
| HSV(B) | 115.71º | 0.63% | 0.78% | - |
| XYZ | 25.11 | 43.12 | 13.3 | - |
| YUV | 149.65 | 84.74 | 79.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 199 | 73 | 0.59 | 0 | 0.63 | 0.22 | 115.71 | 0.53 | 0.53 |
| Hex | 52 | C7 | 49 | 3B | 0 | 3F | 16 | 74 | 35 | 35 |
| Octal | 122 | 307 | 111 | 73 | 0 | 77 | 26 | 164 | 65 | 65 |
| Binary | 1010010 | 11000111 | 1001001 | 111011 | 0 | 111111 | 10110 | 1110100 | 110101 | 110101 |
Color Harmonies of #52C749
Complementary color
Monochromatic Colors of #52C749
Black with #52C749
Text Example
Text Example
White with #52C749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C749; }
p { color: rgb(82,199,73); }
H1.HeaderClassName
{
color: #52C749;
}
.AnyTagClassName
{
color: #52C749;
}
</style>
background-color css
<style>
a { background-color: #52C749; }
a { background-color: rgb(82,199,73); }
div.DivClassName
{
background-color: #52C749;
}
.BgClassName
{
background-color: #52C749;
}
</style>
border-color css
<style>
span { border-color: #52C749; }
span { border-color: rgb(82,199,73); }
td.TdClassName
{
border-color: #52C749;
}
.TagClassName
{
border-color: #52C749;
}
</style>