Shades of Apple #52C243
Tints of Apple #52C243
RGB
CMYK
RGB Variations
Color information
#52C243 (or 0x52C243) is known color: Apple. HEX triplet: 52, C2 and 43. RGB value is (82,194,67). Sum of RGB (Red+Green+Blue) = 82+194+67=343 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.91% from 343); Green value is 194 (76.17% from 255 or 56.56% from 343); Blue value is 67 (26.56% from 255 or 19.53% from 343); Max value from RGB is 194 - color contains mainly: green. Hex color #52C243 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52C243 is #AD3DBC. Grayscale: #929292. Windows color (decimal): -11353533 or 4440658. OLE color: 4440658.
HSL color Cylindrical-coordinate representation of color #52C243: hue angle of 112.91º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #52C243 is Cyan = 0.58, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 82 | 194 | 67 | - |
| CMYK | 0.58 | 0 | 0.65 | 0.24 |
| HSL | 112.91º | 0.51% | 0.51% | - |
| HSV(B) | 112.91º | 0.65% | 0.76% | - |
| XYZ | 23.78 | 40.78 | 11.93 | - |
| YUV | 146.03 | 83.39 | 82.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 194 | 67 | 0.58 | 0 | 0.65 | 0.24 | 112.91 | 0.51 | 0.51 |
| Hex | 52 | C2 | 43 | 3A | 0 | 41 | 18 | 71 | 33 | 33 |
| Octal | 122 | 302 | 103 | 72 | 0 | 101 | 30 | 161 | 63 | 63 |
| Binary | 1010010 | 11000010 | 1000011 | 111010 | 0 | 1000001 | 11000 | 1110001 | 110011 | 110011 |
Color Harmonies of #52C243
Complementary color
Monochromatic Colors of #52C243
Black with #52C243
Text Example
Text Example
White with #52C243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C243; }
p { color: rgb(82,194,67); }
H1.HeaderClassName
{
color: #52C243;
}
.AnyTagClassName
{
color: #52C243;
}
</style>
background-color css
<style>
a { background-color: #52C243; }
a { background-color: rgb(82,194,67); }
div.DivClassName
{
background-color: #52C243;
}
.BgClassName
{
background-color: #52C243;
}
</style>
border-color css
<style>
span { border-color: #52C243; }
span { border-color: rgb(82,194,67); }
td.TdClassName
{
border-color: #52C243;
}
.TagClassName
{
border-color: #52C243;
}
</style>