Shades of Apple #52C549
Tints of Apple #52C549
RGB
CMYK
RGB Variations
Color information
#52C549 (or 0x52C549) is known color: Apple. HEX triplet: 52, C5 and 49. RGB value is (82,197,73). Sum of RGB (Red+Green+Blue) = 82+197+73=352 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.30% from 352); Green value is 197 (77.34% from 255 or 55.97% from 352); Blue value is 73 (28.91% from 255 or 20.74% from 352); Max value from RGB is 197 - color contains mainly: green. Hex color #52C549 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52C549 is #AD3AB6. Grayscale: #949494. Windows color (decimal): -11352759 or 4834642. OLE color: 4834642.
HSL color Cylindrical-coordinate representation of color #52C549: hue angle of 115.65º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #52C549 is Cyan = 0.58, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 82 | 197 | 73 | - |
| CMYK | 0.58 | 0 | 0.63 | 0.23 |
| HSL | 115.65º | 0.52% | 0.53% | - |
| HSV(B) | 115.65º | 0.63% | 0.77% | - |
| XYZ | 24.65 | 42.21 | 13.15 | - |
| YUV | 148.48 | 85.4 | 80.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 197 | 73 | 0.58 | 0 | 0.63 | 0.23 | 115.65 | 0.52 | 0.53 |
| Hex | 52 | C5 | 49 | 3A | 0 | 3F | 17 | 74 | 34 | 35 |
| Octal | 122 | 305 | 111 | 72 | 0 | 77 | 27 | 164 | 64 | 65 |
| Binary | 1010010 | 11000101 | 1001001 | 111010 | 0 | 111111 | 10111 | 1110100 | 110100 | 110101 |
Color Harmonies of #52C549
Complementary color
Monochromatic Colors of #52C549
Black with #52C549
Text Example
Text Example
White with #52C549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C549; }
p { color: rgb(82,197,73); }
H1.HeaderClassName
{
color: #52C549;
}
.AnyTagClassName
{
color: #52C549;
}
</style>
background-color css
<style>
a { background-color: #52C549; }
a { background-color: rgb(82,197,73); }
div.DivClassName
{
background-color: #52C549;
}
.BgClassName
{
background-color: #52C549;
}
</style>
border-color css
<style>
span { border-color: #52C549; }
span { border-color: rgb(82,197,73); }
td.TdClassName
{
border-color: #52C549;
}
.TagClassName
{
border-color: #52C549;
}
</style>