Shades of Apple #52BA43
Tints of Apple #52BA43
RGB
CMYK
RGB Variations
Color information
#52BA43 (or 0x52BA43) is known color: Apple. HEX triplet: 52, BA and 43. RGB value is (82,186,67). Sum of RGB (Red+Green+Blue) = 82+186+67=335 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.48% from 335); Green value is 186 (73.05% from 255 or 55.52% from 335); Blue value is 67 (26.56% from 255 or 20% from 335); Max value from RGB is 186 - color contains mainly: green. Hex color #52BA43 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52BA43 is #AD45BC. Grayscale: #8D8D8D. Windows color (decimal): -11355581 or 4438610. OLE color: 4438610.
HSL color Cylindrical-coordinate representation of color #52BA43: hue angle of 112.44º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #52BA43 is Cyan = 0.56, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 82 | 186 | 67 | - |
| CMYK | 0.56 | 0 | 0.64 | 0.27 |
| HSL | 112.44º | 0.47% | 0.5% | - |
| HSV(B) | 112.44º | 0.64% | 0.73% | - |
| XYZ | 22.05 | 37.32 | 11.35 | - |
| YUV | 141.34 | 86.04 | 85.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 186 | 67 | 0.56 | 0 | 0.64 | 0.27 | 112.44 | 0.47 | 0.5 |
| Hex | 52 | BA | 43 | 38 | 0 | 40 | 1B | 70 | 2F | 32 |
| Octal | 122 | 272 | 103 | 70 | 0 | 100 | 33 | 160 | 57 | 62 |
| Binary | 1010010 | 10111010 | 1000011 | 111000 | 0 | 1000000 | 11011 | 1110000 | 101111 | 110010 |
Color Harmonies of #52BA43
Complementary color
Monochromatic Colors of #52BA43
Black with #52BA43
Text Example
Text Example
White with #52BA43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52BA43; }
p { color: rgb(82,186,67); }
H1.HeaderClassName
{
color: #52BA43;
}
.AnyTagClassName
{
color: #52BA43;
}
</style>
background-color css
<style>
a { background-color: #52BA43; }
a { background-color: rgb(82,186,67); }
div.DivClassName
{
background-color: #52BA43;
}
.BgClassName
{
background-color: #52BA43;
}
</style>
border-color css
<style>
span { border-color: #52BA43; }
span { border-color: rgb(82,186,67); }
td.TdClassName
{
border-color: #52BA43;
}
.TagClassName
{
border-color: #52BA43;
}
</style>