Shades of Apple #52C036
Tints of Apple #52C036
RGB
CMYK
RGB Variations
Color information
#52C036 (or 0x52C036) is known color: Apple. HEX triplet: 52, C0 and 36. RGB value is (82,192,54). Sum of RGB (Red+Green+Blue) = 82+192+54=328 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25% from 328); Green value is 192 (75.39% from 255 or 58.54% from 328); Blue value is 54 (21.48% from 255 or 16.46% from 328); Max value from RGB is 192 - color contains mainly: green. Hex color #52C036 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52C036 is #AD3FC9. Grayscale: #8F8F8F. Windows color (decimal): -11354058 or 3588178. OLE color: 3588178.
HSL color Cylindrical-coordinate representation of color #52C036: hue angle of 107.83º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #52C036 is Cyan = 0.57, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 82 | 192 | 54 | - |
| CMYK | 0.57 | 0 | 0.72 | 0.25 |
| HSL | 107.83º | 0.56% | 0.48% | - |
| HSV(B) | 107.83º | 0.72% | 0.75% | - |
| XYZ | 23 | 39.76 | 9.95 | - |
| YUV | 143.38 | 77.56 | 84.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 192 | 54 | 0.57 | 0 | 0.72 | 0.25 | 107.83 | 0.56 | 0.48 |
| Hex | 52 | C0 | 36 | 39 | 0 | 48 | 19 | 6C | 38 | 30 |
| Octal | 122 | 300 | 66 | 71 | 0 | 110 | 31 | 154 | 70 | 60 |
| Binary | 1010010 | 11000000 | 110110 | 111001 | 0 | 1001000 | 11001 | 1101100 | 111000 | 110000 |
Color Harmonies of #52C036
Complementary color
Monochromatic Colors of #52C036
Black with #52C036
Text Example
Text Example
White with #52C036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C036; }
p { color: rgb(82,192,54); }
H1.HeaderClassName
{
color: #52C036;
}
.AnyTagClassName
{
color: #52C036;
}
</style>
background-color css
<style>
a { background-color: #52C036; }
a { background-color: rgb(82,192,54); }
div.DivClassName
{
background-color: #52C036;
}
.BgClassName
{
background-color: #52C036;
}
</style>
border-color css
<style>
span { border-color: #52C036; }
span { border-color: rgb(82,192,54); }
td.TdClassName
{
border-color: #52C036;
}
.TagClassName
{
border-color: #52C036;
}
</style>