Shades of Apple #52C540
Tints of Apple #52C540
RGB
CMYK
RGB Variations
Color information
#52C540 (or 0x52C540) is known color: Apple. HEX triplet: 52, C5 and 40. RGB value is (82,197,64). Sum of RGB (Red+Green+Blue) = 82+197+64=343 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.91% from 343); Green value is 197 (77.34% from 255 or 57.43% from 343); Blue value is 64 (25.39% from 255 or 18.66% from 343); Max value from RGB is 197 - color contains mainly: green. Hex color #52C540 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52C540 is #AD3ABF. Grayscale: #939393. Windows color (decimal): -11352768 or 4244818. OLE color: 4244818.
HSL color Cylindrical-coordinate representation of color #52C540: hue angle of 111.88º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #52C540 is Cyan = 0.58, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 82 | 197 | 64 | - |
| CMYK | 0.58 | 0 | 0.68 | 0.23 |
| HSL | 111.88º | 0.53% | 0.51% | - |
| HSV(B) | 111.88º | 0.68% | 0.77% | - |
| XYZ | 24.37 | 42.1 | 11.69 | - |
| YUV | 147.45 | 80.9 | 81.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 197 | 64 | 0.58 | 0 | 0.68 | 0.23 | 111.88 | 0.53 | 0.51 |
| Hex | 52 | C5 | 40 | 3A | 0 | 44 | 17 | 70 | 35 | 33 |
| Octal | 122 | 305 | 100 | 72 | 0 | 104 | 27 | 160 | 65 | 63 |
| Binary | 1010010 | 11000101 | 1000000 | 111010 | 0 | 1000100 | 10111 | 1110000 | 110101 | 110011 |
Color Harmonies of #52C540
Complementary color
Monochromatic Colors of #52C540
Black with #52C540
Text Example
Text Example
White with #52C540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C540; }
p { color: rgb(82,197,64); }
H1.HeaderClassName
{
color: #52C540;
}
.AnyTagClassName
{
color: #52C540;
}
</style>
background-color css
<style>
a { background-color: #52C540; }
a { background-color: rgb(82,197,64); }
div.DivClassName
{
background-color: #52C540;
}
.BgClassName
{
background-color: #52C540;
}
</style>
border-color css
<style>
span { border-color: #52C540; }
span { border-color: rgb(82,197,64); }
td.TdClassName
{
border-color: #52C540;
}
.TagClassName
{
border-color: #52C540;
}
</style>