Shades of Apple #52C548
Tints of Apple #52C548
RGB
CMYK
RGB Variations
Color information
#52C548 (or 0x52C548) is known color: Apple. HEX triplet: 52, C5 and 48. RGB value is (82,197,72). Sum of RGB (Red+Green+Blue) = 82+197+72=351 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.36% from 351); Green value is 197 (77.34% from 255 or 56.13% from 351); Blue value is 72 (28.52% from 255 or 20.51% from 351); Max value from RGB is 197 - color contains mainly: green. Hex color #52C548 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52C548 is #AD3AB7. Grayscale: #949494. Windows color (decimal): -11352760 or 4769106. OLE color: 4769106.
HSL color Cylindrical-coordinate representation of color #52C548: hue angle of 115.2º 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 #52C548 is Cyan = 0.58, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 82 | 197 | 72 | - |
| CMYK | 0.58 | 0 | 0.63 | 0.23 |
| HSL | 115.2º | 0.52% | 0.53% | - |
| HSV(B) | 115.2º | 0.63% | 0.77% | - |
| XYZ | 24.62 | 42.19 | 12.98 | - |
| YUV | 148.37 | 84.9 | 80.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 197 | 72 | 0.58 | 0 | 0.63 | 0.23 | 115.2 | 0.52 | 0.53 |
| Hex | 52 | C5 | 48 | 3A | 0 | 3F | 17 | 73 | 34 | 35 |
| Octal | 122 | 305 | 110 | 72 | 0 | 77 | 27 | 163 | 64 | 65 |
| Binary | 1010010 | 11000101 | 1001000 | 111010 | 0 | 111111 | 10111 | 1110011 | 110100 | 110101 |
Color Harmonies of #52C548
Complementary color
Monochromatic Colors of #52C548
Black with #52C548
Text Example
Text Example
White with #52C548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C548; }
p { color: rgb(82,197,72); }
H1.HeaderClassName
{
color: #52C548;
}
.AnyTagClassName
{
color: #52C548;
}
</style>
background-color css
<style>
a { background-color: #52C548; }
a { background-color: rgb(82,197,72); }
div.DivClassName
{
background-color: #52C548;
}
.BgClassName
{
background-color: #52C548;
}
</style>
border-color css
<style>
span { border-color: #52C548; }
span { border-color: rgb(82,197,72); }
td.TdClassName
{
border-color: #52C548;
}
.TagClassName
{
border-color: #52C548;
}
</style>