Shades of Apple #52C14D
Tints of Apple #52C14D
RGB
CMYK
RGB Variations
Color information
#52C14D (or 0x52C14D) is known color: Apple. HEX triplet: 52, C1 and 4D. RGB value is (82,193,77). Sum of RGB (Red+Green+Blue) = 82+193+77=352 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.30% from 352); Green value is 193 (75.78% from 255 or 54.83% from 352); Blue value is 77 (30.47% from 255 or 21.88% from 352); Max value from RGB is 193 - color contains mainly: green. Hex color #52C14D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52C14D is #AD3EB2. Grayscale: #929292. Windows color (decimal): -11353779 or 5095762. OLE color: 5095762.
HSL color Cylindrical-coordinate representation of color #52C14D: hue angle of 117.41º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #52C14D is Cyan = 0.58, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 82 | 193 | 77 | - |
| CMYK | 0.58 | 0 | 0.60 | 0.24 |
| HSL | 117.41º | 0.48% | 0.53% | - |
| HSV(B) | 117.41º | 0.6% | 0.76% | - |
| XYZ | 23.89 | 40.47 | 13.57 | - |
| YUV | 146.59 | 88.73 | 81.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 193 | 77 | 0.58 | 0 | 0.60 | 0.24 | 117.41 | 0.48 | 0.53 |
| Hex | 52 | C1 | 4D | 3A | 0 | 3C | 18 | 75 | 30 | 35 |
| Octal | 122 | 301 | 115 | 72 | 0 | 74 | 30 | 165 | 60 | 65 |
| Binary | 1010010 | 11000001 | 1001101 | 111010 | 0 | 111100 | 11000 | 1110101 | 110000 | 110101 |
Color Harmonies of #52C14D
Complementary color
Monochromatic Colors of #52C14D
Black with #52C14D
Text Example
Text Example
White with #52C14D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C14D; }
p { color: rgb(82,193,77); }
H1.HeaderClassName
{
color: #52C14D;
}
.AnyTagClassName
{
color: #52C14D;
}
</style>
background-color css
<style>
a { background-color: #52C14D; }
a { background-color: rgb(82,193,77); }
div.DivClassName
{
background-color: #52C14D;
}
.BgClassName
{
background-color: #52C14D;
}
</style>
border-color css
<style>
span { border-color: #52C14D; }
span { border-color: rgb(82,193,77); }
td.TdClassName
{
border-color: #52C14D;
}
.TagClassName
{
border-color: #52C14D;
}
</style>