Shades of Apple #52C14A
Tints of Apple #52C14A
RGB
CMYK
RGB Variations
Color information
#52C14A (or 0x52C14A) is known color: Apple. HEX triplet: 52, C1 and 4A. RGB value is (82,193,74). Sum of RGB (Red+Green+Blue) = 82+193+74=349 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.50% from 349); Green value is 193 (75.78% from 255 or 55.30% from 349); Blue value is 74 (29.30% from 255 or 21.20% from 349); Max value from RGB is 193 - color contains mainly: green. Hex color #52C14A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52C14A is #AD3EB5. Grayscale: #929292. Windows color (decimal): -11353782 or 4899154. OLE color: 4899154.
HSL color Cylindrical-coordinate representation of color #52C14A: hue angle of 115.97º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #52C14A is Cyan = 0.58, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 82 | 193 | 74 | - |
| CMYK | 0.58 | 0 | 0.62 | 0.24 |
| HSL | 115.97º | 0.49% | 0.52% | - |
| HSV(B) | 115.97º | 0.62% | 0.76% | - |
| XYZ | 23.79 | 40.43 | 13.03 | - |
| YUV | 146.25 | 87.23 | 82.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 193 | 74 | 0.58 | 0 | 0.62 | 0.24 | 115.97 | 0.49 | 0.52 |
| Hex | 52 | C1 | 4A | 3A | 0 | 3E | 18 | 74 | 31 | 34 |
| Octal | 122 | 301 | 112 | 72 | 0 | 76 | 30 | 164 | 61 | 64 |
| Binary | 1010010 | 11000001 | 1001010 | 111010 | 0 | 111110 | 11000 | 1110100 | 110001 | 110100 |
Color Harmonies of #52C14A
Complementary color
Monochromatic Colors of #52C14A
Black with #52C14A
Text Example
Text Example
White with #52C14A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C14A; }
p { color: rgb(82,193,74); }
H1.HeaderClassName
{
color: #52C14A;
}
.AnyTagClassName
{
color: #52C14A;
}
</style>
background-color css
<style>
a { background-color: #52C14A; }
a { background-color: rgb(82,193,74); }
div.DivClassName
{
background-color: #52C14A;
}
.BgClassName
{
background-color: #52C14A;
}
</style>
border-color css
<style>
span { border-color: #52C14A; }
span { border-color: rgb(82,193,74); }
td.TdClassName
{
border-color: #52C14A;
}
.TagClassName
{
border-color: #52C14A;
}
</style>