Shades of Apple #52C44A
Tints of Apple #52C44A
RGB
CMYK
RGB Variations
Color information
#52C44A (or 0x52C44A) is known color: Apple. HEX triplet: 52, C4 and 4A. RGB value is (82,196,74). Sum of RGB (Red+Green+Blue) = 82+196+74=352 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.30% from 352); Green value is 196 (76.95% from 255 or 55.68% from 352); Blue value is 74 (29.30% from 255 or 21.02% from 352); Max value from RGB is 196 - color contains mainly: green. Hex color #52C44A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52C44A is #AD3BB5. Grayscale: #949494. Windows color (decimal): -11353014 or 4899922. OLE color: 4899922.
HSL color Cylindrical-coordinate representation of color #52C44A: hue angle of 116.07º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #52C44A is Cyan = 0.58, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 82 | 196 | 74 | - |
| CMYK | 0.58 | 0 | 0.62 | 0.23 |
| HSL | 116.07º | 0.51% | 0.53% | - |
| HSV(B) | 116.07º | 0.62% | 0.77% | - |
| XYZ | 24.46 | 41.77 | 13.25 | - |
| YUV | 148.01 | 86.23 | 80.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 196 | 74 | 0.58 | 0 | 0.62 | 0.23 | 116.07 | 0.51 | 0.53 |
| Hex | 52 | C4 | 4A | 3A | 0 | 3E | 17 | 74 | 33 | 35 |
| Octal | 122 | 304 | 112 | 72 | 0 | 76 | 27 | 164 | 63 | 65 |
| Binary | 1010010 | 11000100 | 1001010 | 111010 | 0 | 111110 | 10111 | 1110100 | 110011 | 110101 |
Color Harmonies of #52C44A
Complementary color
Monochromatic Colors of #52C44A
Black with #52C44A
Text Example
Text Example
White with #52C44A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C44A; }
p { color: rgb(82,196,74); }
H1.HeaderClassName
{
color: #52C44A;
}
.AnyTagClassName
{
color: #52C44A;
}
</style>
background-color css
<style>
a { background-color: #52C44A; }
a { background-color: rgb(82,196,74); }
div.DivClassName
{
background-color: #52C44A;
}
.BgClassName
{
background-color: #52C44A;
}
</style>
border-color css
<style>
span { border-color: #52C44A; }
span { border-color: rgb(82,196,74); }
td.TdClassName
{
border-color: #52C44A;
}
.TagClassName
{
border-color: #52C44A;
}
</style>