Shades of Apple #52C34A
Tints of Apple #52C34A
RGB
CMYK
RGB Variations
Color information
#52C34A (or 0x52C34A) is known color: Apple. HEX triplet: 52, C3 and 4A. RGB value is (82,195,74). Sum of RGB (Red+Green+Blue) = 82+195+74=351 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.36% from 351); Green value is 195 (76.56% from 255 or 55.56% from 351); Blue value is 74 (29.30% from 255 or 21.08% from 351); Max value from RGB is 195 - color contains mainly: green. Hex color #52C34A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52C34A is #AD3CB5. Grayscale: #939393. Windows color (decimal): -11353270 or 4899666. OLE color: 4899666.
HSL color Cylindrical-coordinate representation of color #52C34A: hue angle of 116.03º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #52C34A is Cyan = 0.58, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 82 | 195 | 74 | - |
| CMYK | 0.58 | 0 | 0.62 | 0.24 |
| HSL | 116.03º | 0.5% | 0.53% | - |
| HSV(B) | 116.03º | 0.62% | 0.76% | - |
| XYZ | 24.23 | 41.32 | 13.18 | - |
| YUV | 147.42 | 86.56 | 81.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 195 | 74 | 0.58 | 0 | 0.62 | 0.24 | 116.03 | 0.5 | 0.53 |
| Hex | 52 | C3 | 4A | 3A | 0 | 3E | 18 | 74 | 32 | 35 |
| Octal | 122 | 303 | 112 | 72 | 0 | 76 | 30 | 164 | 62 | 65 |
| Binary | 1010010 | 11000011 | 1001010 | 111010 | 0 | 111110 | 11000 | 1110100 | 110010 | 110101 |
Color Harmonies of #52C34A
Complementary color
Monochromatic Colors of #52C34A
Black with #52C34A
Text Example
Text Example
White with #52C34A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C34A; }
p { color: rgb(82,195,74); }
H1.HeaderClassName
{
color: #52C34A;
}
.AnyTagClassName
{
color: #52C34A;
}
</style>
background-color css
<style>
a { background-color: #52C34A; }
a { background-color: rgb(82,195,74); }
div.DivClassName
{
background-color: #52C34A;
}
.BgClassName
{
background-color: #52C34A;
}
</style>
border-color css
<style>
span { border-color: #52C34A; }
span { border-color: rgb(82,195,74); }
td.TdClassName
{
border-color: #52C34A;
}
.TagClassName
{
border-color: #52C34A;
}
</style>