Shades of Apple #52C33A
Tints of Apple #52C33A
RGB
CMYK
RGB Variations
Color information
#52C33A (or 0x52C33A) is known color: Apple. HEX triplet: 52, C3 and 3A. RGB value is (82,195,58). Sum of RGB (Red+Green+Blue) = 82+195+58=335 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.48% from 335); Green value is 195 (76.56% from 255 or 58.21% from 335); Blue value is 58 (23.05% from 255 or 17.31% from 335); Max value from RGB is 195 - color contains mainly: green. Hex color #52C33A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52C33A is #AD3CC5. Grayscale: #929292. Windows color (decimal): -11353286 or 3851090. OLE color: 3851090.
HSL color Cylindrical-coordinate representation of color #52C33A: hue angle of 109.49º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #52C33A is Cyan = 0.58, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 82 | 195 | 58 | - |
| CMYK | 0.58 | 0 | 0.70 | 0.24 |
| HSL | 109.49º | 0.54% | 0.5% | - |
| HSV(B) | 109.49º | 0.7% | 0.76% | - |
| XYZ | 23.76 | 41.13 | 10.69 | - |
| YUV | 145.6 | 78.56 | 82.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 195 | 58 | 0.58 | 0 | 0.70 | 0.24 | 109.49 | 0.54 | 0.5 |
| Hex | 52 | C3 | 3A | 3A | 0 | 46 | 18 | 6D | 36 | 32 |
| Octal | 122 | 303 | 72 | 72 | 0 | 106 | 30 | 155 | 66 | 62 |
| Binary | 1010010 | 11000011 | 111010 | 111010 | 0 | 1000110 | 11000 | 1101101 | 110110 | 110010 |
Color Harmonies of #52C33A
Complementary color
Monochromatic Colors of #52C33A
Black with #52C33A
Text Example
Text Example
White with #52C33A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C33A; }
p { color: rgb(82,195,58); }
H1.HeaderClassName
{
color: #52C33A;
}
.AnyTagClassName
{
color: #52C33A;
}
</style>
background-color css
<style>
a { background-color: #52C33A; }
a { background-color: rgb(82,195,58); }
div.DivClassName
{
background-color: #52C33A;
}
.BgClassName
{
background-color: #52C33A;
}
</style>
border-color css
<style>
span { border-color: #52C33A; }
span { border-color: rgb(82,195,58); }
td.TdClassName
{
border-color: #52C33A;
}
.TagClassName
{
border-color: #52C33A;
}
</style>