Shades of Apple #52C541
Tints of Apple #52C541
RGB
CMYK
RGB Variations
Color information
#52C541 (or 0x52C541) is known color: Apple. HEX triplet: 52, C5 and 41. RGB value is (82,197,65). Sum of RGB (Red+Green+Blue) = 82+197+65=344 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.84% from 344); Green value is 197 (77.34% from 255 or 57.27% from 344); Blue value is 65 (25.78% from 255 or 18.90% from 344); Max value from RGB is 197 - color contains mainly: green. Hex color #52C541 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52C541 is #AD3ABE. Grayscale: #939393. Windows color (decimal): -11352767 or 4310354. OLE color: 4310354.
HSL color Cylindrical-coordinate representation of color #52C541: hue angle of 112.27º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #52C541 is Cyan = 0.58, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 82 | 197 | 65 | - |
| CMYK | 0.58 | 0 | 0.67 | 0.23 |
| HSL | 112.27º | 0.53% | 0.51% | - |
| HSV(B) | 112.27º | 0.67% | 0.77% | - |
| XYZ | 24.4 | 42.11 | 11.84 | - |
| YUV | 147.57 | 81.4 | 81.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 197 | 65 | 0.58 | 0 | 0.67 | 0.23 | 112.27 | 0.53 | 0.51 |
| Hex | 52 | C5 | 41 | 3A | 0 | 43 | 17 | 70 | 35 | 33 |
| Octal | 122 | 305 | 101 | 72 | 0 | 103 | 27 | 160 | 65 | 63 |
| Binary | 1010010 | 11000101 | 1000001 | 111010 | 0 | 1000011 | 10111 | 1110000 | 110101 | 110011 |
Color Harmonies of #52C541
Complementary color
Monochromatic Colors of #52C541
Black with #52C541
Text Example
Text Example
White with #52C541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C541; }
p { color: rgb(82,197,65); }
H1.HeaderClassName
{
color: #52C541;
}
.AnyTagClassName
{
color: #52C541;
}
</style>
background-color css
<style>
a { background-color: #52C541; }
a { background-color: rgb(82,197,65); }
div.DivClassName
{
background-color: #52C541;
}
.BgClassName
{
background-color: #52C541;
}
</style>
border-color css
<style>
span { border-color: #52C541; }
span { border-color: rgb(82,197,65); }
td.TdClassName
{
border-color: #52C541;
}
.TagClassName
{
border-color: #52C541;
}
</style>