Shades of Apple #52C33C
Tints of Apple #52C33C
RGB
CMYK
RGB Variations
Color information
#52C33C (or 0x52C33C) is known color: Apple. HEX triplet: 52, C3 and 3C. RGB value is (82,195,60). Sum of RGB (Red+Green+Blue) = 82+195+60=337 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.33% from 337); Green value is 195 (76.56% from 255 or 57.86% from 337); Blue value is 60 (23.83% from 255 or 17.80% from 337); Max value from RGB is 195 - color contains mainly: green. Hex color #52C33C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52C33C is #AD3CC3. Grayscale: #929292. Windows color (decimal): -11353284 or 3982162. OLE color: 3982162.
HSL color Cylindrical-coordinate representation of color #52C33C: hue angle of 110.22º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #52C33C is Cyan = 0.58, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 82 | 195 | 60 | - |
| CMYK | 0.58 | 0 | 0.69 | 0.24 |
| HSL | 110.22º | 0.53% | 0.5% | - |
| HSV(B) | 110.22º | 0.69% | 0.76% | - |
| XYZ | 23.81 | 41.15 | 10.96 | - |
| YUV | 145.82 | 79.56 | 82.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 195 | 60 | 0.58 | 0 | 0.69 | 0.24 | 110.22 | 0.53 | 0.5 |
| Hex | 52 | C3 | 3C | 3A | 0 | 45 | 18 | 6E | 35 | 32 |
| Octal | 122 | 303 | 74 | 72 | 0 | 105 | 30 | 156 | 65 | 62 |
| Binary | 1010010 | 11000011 | 111100 | 111010 | 0 | 1000101 | 11000 | 1101110 | 110101 | 110010 |
Color Harmonies of #52C33C
Complementary color
Monochromatic Colors of #52C33C
Black with #52C33C
Text Example
Text Example
White with #52C33C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C33C; }
p { color: rgb(82,195,60); }
H1.HeaderClassName
{
color: #52C33C;
}
.AnyTagClassName
{
color: #52C33C;
}
</style>
background-color css
<style>
a { background-color: #52C33C; }
a { background-color: rgb(82,195,60); }
div.DivClassName
{
background-color: #52C33C;
}
.BgClassName
{
background-color: #52C33C;
}
</style>
border-color css
<style>
span { border-color: #52C33C; }
span { border-color: rgb(82,195,60); }
td.TdClassName
{
border-color: #52C33C;
}
.TagClassName
{
border-color: #52C33C;
}
</style>