Shades of Apple #52CE42
Tints of Apple #52CE42
RGB
CMYK
RGB Variations
Color information
#52CE42 (or 0x52CE42) is known color: Apple. HEX triplet: 52, CE and 42. RGB value is (82,206,66). Sum of RGB (Red+Green+Blue) = 82+206+66=354 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.16% from 354); Green value is 206 (80.86% from 255 or 58.19% from 354); Blue value is 66 (26.17% from 255 or 18.64% from 354); Max value from RGB is 206 - color contains mainly: green. Hex color #52CE42 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52CE42 is #AD31BD. Grayscale: #999999. Windows color (decimal): -11350462 or 4378194. OLE color: 4378194.
HSL color Cylindrical-coordinate representation of color #52CE42: hue angle of 113.14º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #52CE42 is Cyan = 0.60, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 82 | 206 | 66 | - |
| CMYK | 0.60 | 0 | 0.68 | 0.19 |
| HSL | 113.14º | 0.59% | 0.53% | - |
| HSV(B) | 113.14º | 0.68% | 0.81% | - |
| XYZ | 26.53 | 46.33 | 12.7 | - |
| YUV | 152.96 | 78.92 | 77.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 206 | 66 | 0.60 | 0 | 0.68 | 0.19 | 113.14 | 0.59 | 0.53 |
| Hex | 52 | CE | 42 | 3C | 0 | 44 | 13 | 71 | 3B | 35 |
| Octal | 122 | 316 | 102 | 74 | 0 | 104 | 23 | 161 | 73 | 65 |
| Binary | 1010010 | 11001110 | 1000010 | 111100 | 0 | 1000100 | 10011 | 1110001 | 111011 | 110101 |
Color Harmonies of #52CE42
Complementary color
Monochromatic Colors of #52CE42
Black with #52CE42
Text Example
Text Example
White with #52CE42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52CE42; }
p { color: rgb(82,206,66); }
H1.HeaderClassName
{
color: #52CE42;
}
.AnyTagClassName
{
color: #52CE42;
}
</style>
background-color css
<style>
a { background-color: #52CE42; }
a { background-color: rgb(82,206,66); }
div.DivClassName
{
background-color: #52CE42;
}
.BgClassName
{
background-color: #52CE42;
}
</style>
border-color css
<style>
span { border-color: #52CE42; }
span { border-color: rgb(82,206,66); }
td.TdClassName
{
border-color: #52CE42;
}
.TagClassName
{
border-color: #52CE42;
}
</style>