Shades of Apple #52C340
Tints of Apple #52C340
RGB
CMYK
RGB Variations
Color information
#52C340 (or 0x52C340) is known color: Apple. HEX triplet: 52, C3 and 40. RGB value is (82,195,64). Sum of RGB (Red+Green+Blue) = 82+195+64=341 (45% of max value = 765). Red value is 82 (32.42% from 255 or 24.05% from 341); Green value is 195 (76.56% from 255 or 57.18% from 341); Blue value is 64 (25.39% from 255 or 18.77% from 341); Max value from RGB is 195 - color contains mainly: green. Hex color #52C340 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52C340 is #AD3CBF. Grayscale: #929292. Windows color (decimal): -11353280 or 4244306. OLE color: 4244306.
HSL color Cylindrical-coordinate representation of color #52C340: hue angle of 111.76º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #52C340 is Cyan = 0.58, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 82 | 195 | 64 | - |
| CMYK | 0.58 | 0 | 0.67 | 0.24 |
| HSL | 111.76º | 0.52% | 0.51% | - |
| HSV(B) | 111.76º | 0.67% | 0.76% | - |
| XYZ | 23.92 | 41.19 | 11.54 | - |
| YUV | 146.28 | 81.56 | 82.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 195 | 64 | 0.58 | 0 | 0.67 | 0.24 | 111.76 | 0.52 | 0.51 |
| Hex | 52 | C3 | 40 | 3A | 0 | 43 | 18 | 70 | 34 | 33 |
| Octal | 122 | 303 | 100 | 72 | 0 | 103 | 30 | 160 | 64 | 63 |
| Binary | 1010010 | 11000011 | 1000000 | 111010 | 0 | 1000011 | 11000 | 1110000 | 110100 | 110011 |
Color Harmonies of #52C340
Complementary color
Monochromatic Colors of #52C340
Black with #52C340
Text Example
Text Example
White with #52C340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C340; }
p { color: rgb(82,195,64); }
H1.HeaderClassName
{
color: #52C340;
}
.AnyTagClassName
{
color: #52C340;
}
</style>
background-color css
<style>
a { background-color: #52C340; }
a { background-color: rgb(82,195,64); }
div.DivClassName
{
background-color: #52C340;
}
.BgClassName
{
background-color: #52C340;
}
</style>
border-color css
<style>
span { border-color: #52C340; }
span { border-color: rgb(82,195,64); }
td.TdClassName
{
border-color: #52C340;
}
.TagClassName
{
border-color: #52C340;
}
</style>