Shades of Apple #52C336
Tints of Apple #52C336
RGB
CMYK
RGB Variations
Color information
#52C336 (or 0x52C336) is known color: Apple. HEX triplet: 52, C3 and 36. RGB value is (82,195,54). Sum of RGB (Red+Green+Blue) = 82+195+54=331 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.77% from 331); Green value is 195 (76.56% from 255 or 58.91% from 331); Blue value is 54 (21.48% from 255 or 16.31% from 331); Max value from RGB is 195 - color contains mainly: green. Hex color #52C336 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52C336 is #AD3CC9. Grayscale: #919191. Windows color (decimal): -11353290 or 3588946. OLE color: 3588946.
HSL color Cylindrical-coordinate representation of color #52C336: hue angle of 108.09º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #52C336 is Cyan = 0.58, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 82 | 195 | 54 | - |
| CMYK | 0.58 | 0 | 0.72 | 0.24 |
| HSL | 108.09º | 0.57% | 0.49% | - |
| HSV(B) | 108.09º | 0.72% | 0.76% | - |
| XYZ | 23.66 | 41.09 | 10.17 | - |
| YUV | 145.14 | 76.56 | 82.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 195 | 54 | 0.58 | 0 | 0.72 | 0.24 | 108.09 | 0.57 | 0.49 |
| Hex | 52 | C3 | 36 | 3A | 0 | 48 | 18 | 6C | 39 | 31 |
| Octal | 122 | 303 | 66 | 72 | 0 | 110 | 30 | 154 | 71 | 61 |
| Binary | 1010010 | 11000011 | 110110 | 111010 | 0 | 1001000 | 11000 | 1101100 | 111001 | 110001 |
Color Harmonies of #52C336
Complementary color
Monochromatic Colors of #52C336
Black with #52C336
Text Example
Text Example
White with #52C336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C336; }
p { color: rgb(82,195,54); }
H1.HeaderClassName
{
color: #52C336;
}
.AnyTagClassName
{
color: #52C336;
}
</style>
background-color css
<style>
a { background-color: #52C336; }
a { background-color: rgb(82,195,54); }
div.DivClassName
{
background-color: #52C336;
}
.BgClassName
{
background-color: #52C336;
}
</style>
border-color css
<style>
span { border-color: #52C336; }
span { border-color: rgb(82,195,54); }
td.TdClassName
{
border-color: #52C336;
}
.TagClassName
{
border-color: #52C336;
}
</style>