Shades of Apple #52C63B
Tints of Apple #52C63B
RGB
CMYK
RGB Variations
Color information
#52C63B (or 0x52C63B) is known color: Apple. HEX triplet: 52, C6 and 3B. RGB value is (82,198,59). Sum of RGB (Red+Green+Blue) = 82+198+59=339 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.19% from 339); Green value is 198 (77.73% from 255 or 58.41% from 339); Blue value is 59 (23.44% from 255 or 17.40% from 339); Max value from RGB is 198 - color contains mainly: green. Hex color #52C63B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52C63B is #AD39C4. Grayscale: #939393. Windows color (decimal): -11352517 or 3917394. OLE color: 3917394.
HSL color Cylindrical-coordinate representation of color #52C63B: hue angle of 110.07º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #52C63B is Cyan = 0.59, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 82 | 198 | 59 | - |
| CMYK | 0.59 | 0 | 0.70 | 0.22 |
| HSL | 110.07º | 0.55% | 0.5% | - |
| HSV(B) | 110.07º | 0.7% | 0.78% | - |
| XYZ | 24.46 | 42.5 | 11.05 | - |
| YUV | 147.47 | 78.07 | 81.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 198 | 59 | 0.59 | 0 | 0.70 | 0.22 | 110.07 | 0.55 | 0.5 |
| Hex | 52 | C6 | 3B | 3B | 0 | 46 | 16 | 6E | 37 | 32 |
| Octal | 122 | 306 | 73 | 73 | 0 | 106 | 26 | 156 | 67 | 62 |
| Binary | 1010010 | 11000110 | 111011 | 111011 | 0 | 1000110 | 10110 | 1101110 | 110111 | 110010 |
Color Harmonies of #52C63B
Complementary color
Monochromatic Colors of #52C63B
Black with #52C63B
Text Example
Text Example
White with #52C63B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C63B; }
p { color: rgb(82,198,59); }
H1.HeaderClassName
{
color: #52C63B;
}
.AnyTagClassName
{
color: #52C63B;
}
</style>
background-color css
<style>
a { background-color: #52C63B; }
a { background-color: rgb(82,198,59); }
div.DivClassName
{
background-color: #52C63B;
}
.BgClassName
{
background-color: #52C63B;
}
</style>
border-color css
<style>
span { border-color: #52C63B; }
span { border-color: rgb(82,198,59); }
td.TdClassName
{
border-color: #52C63B;
}
.TagClassName
{
border-color: #52C63B;
}
</style>