Shades of Apple #52C444
Tints of Apple #52C444
RGB
CMYK
RGB Variations
Color information
#52C444 (or 0x52C444) is known color: Apple. HEX triplet: 52, C4 and 44. RGB value is (82,196,68). Sum of RGB (Red+Green+Blue) = 82+196+68=346 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.70% from 346); Green value is 196 (76.95% from 255 or 56.65% from 346); Blue value is 68 (26.95% from 255 or 19.65% from 346); Max value from RGB is 196 - color contains mainly: green. Hex color #52C444 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52C444 is #AD3BBB. Grayscale: #939393. Windows color (decimal): -11353020 or 4506706. OLE color: 4506706.
HSL color Cylindrical-coordinate representation of color #52C444: hue angle of 113.44º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #52C444 is Cyan = 0.58, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 82 | 196 | 68 | - |
| CMYK | 0.58 | 0 | 0.65 | 0.23 |
| HSL | 113.44º | 0.52% | 0.52% | - |
| HSV(B) | 113.44º | 0.65% | 0.77% | - |
| XYZ | 24.26 | 41.69 | 12.24 | - |
| YUV | 147.32 | 83.23 | 81.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 196 | 68 | 0.58 | 0 | 0.65 | 0.23 | 113.44 | 0.52 | 0.52 |
| Hex | 52 | C4 | 44 | 3A | 0 | 41 | 17 | 71 | 34 | 34 |
| Octal | 122 | 304 | 104 | 72 | 0 | 101 | 27 | 161 | 64 | 64 |
| Binary | 1010010 | 11000100 | 1000100 | 111010 | 0 | 1000001 | 10111 | 1110001 | 110100 | 110100 |
Color Harmonies of #52C444
Complementary color
Monochromatic Colors of #52C444
Black with #52C444
Text Example
Text Example
White with #52C444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C444; }
p { color: rgb(82,196,68); }
H1.HeaderClassName
{
color: #52C444;
}
.AnyTagClassName
{
color: #52C444;
}
</style>
background-color css
<style>
a { background-color: #52C444; }
a { background-color: rgb(82,196,68); }
div.DivClassName
{
background-color: #52C444;
}
.BgClassName
{
background-color: #52C444;
}
</style>
border-color css
<style>
span { border-color: #52C444; }
span { border-color: rgb(82,196,68); }
td.TdClassName
{
border-color: #52C444;
}
.TagClassName
{
border-color: #52C444;
}
</style>