Shades of Apple #52C037
Tints of Apple #52C037
RGB
CMYK
RGB Variations
Color information
#52C037 (or 0x52C037) is known color: Apple. HEX triplet: 52, C0 and 37. RGB value is (82,192,55). Sum of RGB (Red+Green+Blue) = 82+192+55=329 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.92% from 329); Green value is 192 (75.39% from 255 or 58.36% from 329); Blue value is 55 (21.88% from 255 or 16.72% from 329); Max value from RGB is 192 - color contains mainly: green. Hex color #52C037 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52C037 is #AD3FC8. Grayscale: #8F8F8F. Windows color (decimal): -11354057 or 3653714. OLE color: 3653714.
HSL color Cylindrical-coordinate representation of color #52C037: hue angle of 108.18º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #52C037 is Cyan = 0.57, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 82 | 192 | 55 | - |
| CMYK | 0.57 | 0 | 0.71 | 0.25 |
| HSL | 108.18º | 0.55% | 0.48% | - |
| HSV(B) | 108.18º | 0.71% | 0.75% | - |
| XYZ | 23.02 | 39.77 | 10.08 | - |
| YUV | 143.49 | 78.06 | 84.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 192 | 55 | 0.57 | 0 | 0.71 | 0.25 | 108.18 | 0.55 | 0.48 |
| Hex | 52 | C0 | 37 | 39 | 0 | 47 | 19 | 6C | 37 | 30 |
| Octal | 122 | 300 | 67 | 71 | 0 | 107 | 31 | 154 | 67 | 60 |
| Binary | 1010010 | 11000000 | 110111 | 111001 | 0 | 1000111 | 11001 | 1101100 | 110111 | 110000 |
Color Harmonies of #52C037
Complementary color
Monochromatic Colors of #52C037
Black with #52C037
Text Example
Text Example
White with #52C037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C037; }
p { color: rgb(82,192,55); }
H1.HeaderClassName
{
color: #52C037;
}
.AnyTagClassName
{
color: #52C037;
}
</style>
background-color css
<style>
a { background-color: #52C037; }
a { background-color: rgb(82,192,55); }
div.DivClassName
{
background-color: #52C037;
}
.BgClassName
{
background-color: #52C037;
}
</style>
border-color css
<style>
span { border-color: #52C037; }
span { border-color: rgb(82,192,55); }
td.TdClassName
{
border-color: #52C037;
}
.TagClassName
{
border-color: #52C037;
}
</style>