Shades of Apple #52AD43
Tints of Apple #52AD43
RGB
CMYK
RGB Variations
Color information
#52AD43 (or 0x52AD43) is known color: Apple. HEX triplet: 52, AD and 43. RGB value is (82,173,67). Sum of RGB (Red+Green+Blue) = 82+173+67=322 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.47% from 322); Green value is 173 (67.97% from 255 or 53.73% from 322); Blue value is 67 (26.56% from 255 or 20.81% from 322); Max value from RGB is 173 - color contains mainly: green. Hex color #52AD43 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52AD43 is #AD52BC. Grayscale: #868686. Windows color (decimal): -11358909 or 4435282. OLE color: 4435282.
HSL color Cylindrical-coordinate representation of color #52AD43: hue angle of 111.51º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #52AD43 is Cyan = 0.53, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 82 | 173 | 67 | - |
| CMYK | 0.53 | 0 | 0.61 | 0.32 |
| HSL | 111.51º | 0.44% | 0.47% | - |
| HSV(B) | 111.51º | 0.61% | 0.68% | - |
| XYZ | 19.44 | 32.09 | 10.48 | - |
| YUV | 133.71 | 90.35 | 91.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 173 | 67 | 0.53 | 0 | 0.61 | 0.32 | 111.51 | 0.44 | 0.47 |
| Hex | 52 | AD | 43 | 35 | 0 | 3D | 20 | 70 | 2C | 2F |
| Octal | 122 | 255 | 103 | 65 | 0 | 75 | 40 | 160 | 54 | 57 |
| Binary | 1010010 | 10101101 | 1000011 | 110101 | 0 | 111101 | 100000 | 1110000 | 101100 | 101111 |
Color Harmonies of #52AD43
Complementary color
Monochromatic Colors of #52AD43
Black with #52AD43
Text Example
Text Example
White with #52AD43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52AD43; }
p { color: rgb(82,173,67); }
H1.HeaderClassName
{
color: #52AD43;
}
.AnyTagClassName
{
color: #52AD43;
}
</style>
background-color css
<style>
a { background-color: #52AD43; }
a { background-color: rgb(82,173,67); }
div.DivClassName
{
background-color: #52AD43;
}
.BgClassName
{
background-color: #52AD43;
}
</style>
border-color css
<style>
span { border-color: #52AD43; }
span { border-color: rgb(82,173,67); }
td.TdClassName
{
border-color: #52AD43;
}
.TagClassName
{
border-color: #52AD43;
}
</style>