Shades of Apple #52CA4E
Tints of Apple #52CA4E
RGB
CMYK
RGB Variations
Color information
#52CA4E (or 0x52CA4E) is known color: Apple. HEX triplet: 52, CA and 4E. RGB value is (82,202,78). Sum of RGB (Red+Green+Blue) = 82+202+78=362 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.65% from 362); Green value is 202 (79.30% from 255 or 55.80% from 362); Blue value is 78 (30.86% from 255 or 21.55% from 362); Max value from RGB is 202 - color contains mainly: green. Hex color #52CA4E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52CA4E is #AD35B1. Grayscale: #989898. Windows color (decimal): -11351474 or 5163602. OLE color: 5163602.
HSL color Cylindrical-coordinate representation of color #52CA4E: hue angle of 118.06º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #52CA4E is Cyan = 0.59, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 82 | 202 | 78 | - |
| CMYK | 0.59 | 0 | 0.61 | 0.21 |
| HSL | 118.06º | 0.54% | 0.55% | - |
| HSV(B) | 118.06º | 0.61% | 0.79% | - |
| XYZ | 25.98 | 44.58 | 14.44 | - |
| YUV | 151.98 | 86.24 | 78.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 202 | 78 | 0.59 | 0 | 0.61 | 0.21 | 118.06 | 0.54 | 0.55 |
| Hex | 52 | CA | 4E | 3B | 0 | 3D | 15 | 76 | 36 | 37 |
| Octal | 122 | 312 | 116 | 73 | 0 | 75 | 25 | 166 | 66 | 67 |
| Binary | 1010010 | 11001010 | 1001110 | 111011 | 0 | 111101 | 10101 | 1110110 | 110110 | 110111 |
Color Harmonies of #52CA4E
Complementary color
Monochromatic Colors of #52CA4E
Black with #52CA4E
Text Example
Text Example
White with #52CA4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52CA4E; }
p { color: rgb(82,202,78); }
H1.HeaderClassName
{
color: #52CA4E;
}
.AnyTagClassName
{
color: #52CA4E;
}
</style>
background-color css
<style>
a { background-color: #52CA4E; }
a { background-color: rgb(82,202,78); }
div.DivClassName
{
background-color: #52CA4E;
}
.BgClassName
{
background-color: #52CA4E;
}
</style>
border-color css
<style>
span { border-color: #52CA4E; }
span { border-color: rgb(82,202,78); }
td.TdClassName
{
border-color: #52CA4E;
}
.TagClassName
{
border-color: #52CA4E;
}
</style>