Shades of Apple #52C44C
Tints of Apple #52C44C
RGB
CMYK
RGB Variations
Color information
#52C44C (or 0x52C44C) is known color: Apple. HEX triplet: 52, C4 and 4C. RGB value is (82,196,76). Sum of RGB (Red+Green+Blue) = 82+196+76=354 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.16% from 354); Green value is 196 (76.95% from 255 or 55.37% from 354); Blue value is 76 (30.08% from 255 or 21.47% from 354); Max value from RGB is 196 - color contains mainly: green. Hex color #52C44C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52C44C is #AD3BB3. Grayscale: #949494. Windows color (decimal): -11353012 or 5030994. OLE color: 5030994.
HSL color Cylindrical-coordinate representation of color #52C44C: hue angle of 117º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #52C44C is Cyan = 0.58, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 82 | 196 | 76 | - |
| CMYK | 0.58 | 0 | 0.61 | 0.23 |
| HSL | 117º | 0.5% | 0.53% | - |
| HSV(B) | 117º | 0.61% | 0.77% | - |
| XYZ | 24.52 | 41.8 | 13.61 | - |
| YUV | 148.23 | 87.23 | 80.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 196 | 76 | 0.58 | 0 | 0.61 | 0.23 | 117 | 0.5 | 0.53 |
| Hex | 52 | C4 | 4C | 3A | 0 | 3D | 17 | 75 | 32 | 35 |
| Octal | 122 | 304 | 114 | 72 | 0 | 75 | 27 | 165 | 62 | 65 |
| Binary | 1010010 | 11000100 | 1001100 | 111010 | 0 | 111101 | 10111 | 1110101 | 110010 | 110101 |
Color Harmonies of #52C44C
Complementary color
Monochromatic Colors of #52C44C
Black with #52C44C
Text Example
Text Example
White with #52C44C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C44C; }
p { color: rgb(82,196,76); }
H1.HeaderClassName
{
color: #52C44C;
}
.AnyTagClassName
{
color: #52C44C;
}
</style>
background-color css
<style>
a { background-color: #52C44C; }
a { background-color: rgb(82,196,76); }
div.DivClassName
{
background-color: #52C44C;
}
.BgClassName
{
background-color: #52C44C;
}
</style>
border-color css
<style>
span { border-color: #52C44C; }
span { border-color: rgb(82,196,76); }
td.TdClassName
{
border-color: #52C44C;
}
.TagClassName
{
border-color: #52C44C;
}
</style>