Shades of Apple #52CE4D
Tints of Apple #52CE4D
RGB
CMYK
RGB Variations
Color information
#52CE4D (or 0x52CE4D) is known color: Apple. HEX triplet: 52, CE and 4D. RGB value is (82,206,77). Sum of RGB (Red+Green+Blue) = 82+206+77=365 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.47% from 365); Green value is 206 (80.86% from 255 or 56.44% from 365); Blue value is 77 (30.47% from 255 or 21.10% from 365); Max value from RGB is 206 - color contains mainly: green. Hex color #52CE4D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52CE4D is #AD31B2. Grayscale: #9A9A9A. Windows color (decimal): -11350451 or 5099090. OLE color: 5099090.
HSL color Cylindrical-coordinate representation of color #52CE4D: hue angle of 117.67º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #52CE4D is Cyan = 0.60, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 82 | 206 | 77 | - |
| CMYK | 0.60 | 0 | 0.63 | 0.19 |
| HSL | 117.67º | 0.57% | 0.55% | - |
| HSV(B) | 117.67º | 0.63% | 0.81% | - |
| XYZ | 26.89 | 46.47 | 14.57 | - |
| YUV | 154.22 | 84.42 | 76.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 206 | 77 | 0.60 | 0 | 0.63 | 0.19 | 117.67 | 0.57 | 0.55 |
| Hex | 52 | CE | 4D | 3C | 0 | 3F | 13 | 76 | 39 | 37 |
| Octal | 122 | 316 | 115 | 74 | 0 | 77 | 23 | 166 | 71 | 67 |
| Binary | 1010010 | 11001110 | 1001101 | 111100 | 0 | 111111 | 10011 | 1110110 | 111001 | 110111 |
Color Harmonies of #52CE4D
Complementary color
Monochromatic Colors of #52CE4D
Black with #52CE4D
Text Example
Text Example
White with #52CE4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52CE4D; }
p { color: rgb(82,206,77); }
H1.HeaderClassName
{
color: #52CE4D;
}
.AnyTagClassName
{
color: #52CE4D;
}
</style>
background-color css
<style>
a { background-color: #52CE4D; }
a { background-color: rgb(82,206,77); }
div.DivClassName
{
background-color: #52CE4D;
}
.BgClassName
{
background-color: #52CE4D;
}
</style>
border-color css
<style>
span { border-color: #52CE4D; }
span { border-color: rgb(82,206,77); }
td.TdClassName
{
border-color: #52CE4D;
}
.TagClassName
{
border-color: #52CE4D;
}
</style>