Shades of Apple #52C43D
Tints of Apple #52C43D
RGB
CMYK
RGB Variations
Color information
#52C43D (or 0x52C43D) is known color: Apple. HEX triplet: 52, C4 and 3D. RGB value is (82,196,61). Sum of RGB (Red+Green+Blue) = 82+196+61=339 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.19% from 339); Green value is 196 (76.95% from 255 or 57.82% from 339); Blue value is 61 (24.22% from 255 or 17.99% from 339); Max value from RGB is 196 - color contains mainly: green. Hex color #52C43D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52C43D is #AD3BC2. Grayscale: #929292. Windows color (decimal): -11353027 or 4047954. OLE color: 4047954.
HSL color Cylindrical-coordinate representation of color #52C43D: hue angle of 110.67º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #52C43D is Cyan = 0.58, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 82 | 196 | 61 | - |
| CMYK | 0.58 | 0 | 0.69 | 0.23 |
| HSL | 110.67º | 0.53% | 0.5% | - |
| HSV(B) | 110.67º | 0.69% | 0.77% | - |
| XYZ | 24.06 | 41.61 | 11.18 | - |
| YUV | 146.52 | 79.73 | 81.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 196 | 61 | 0.58 | 0 | 0.69 | 0.23 | 110.67 | 0.53 | 0.5 |
| Hex | 52 | C4 | 3D | 3A | 0 | 45 | 17 | 6F | 35 | 32 |
| Octal | 122 | 304 | 75 | 72 | 0 | 105 | 27 | 157 | 65 | 62 |
| Binary | 1010010 | 11000100 | 111101 | 111010 | 0 | 1000101 | 10111 | 1101111 | 110101 | 110010 |
Color Harmonies of #52C43D
Complementary color
Monochromatic Colors of #52C43D
Black with #52C43D
Text Example
Text Example
White with #52C43D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C43D; }
p { color: rgb(82,196,61); }
H1.HeaderClassName
{
color: #52C43D;
}
.AnyTagClassName
{
color: #52C43D;
}
</style>
background-color css
<style>
a { background-color: #52C43D; }
a { background-color: rgb(82,196,61); }
div.DivClassName
{
background-color: #52C43D;
}
.BgClassName
{
background-color: #52C43D;
}
</style>
border-color css
<style>
span { border-color: #52C43D; }
span { border-color: rgb(82,196,61); }
td.TdClassName
{
border-color: #52C43D;
}
.TagClassName
{
border-color: #52C43D;
}
</style>