Shades of Apple #52AF43
Tints of Apple #52AF43
RGB
CMYK
RGB Variations
Color information
#52AF43 (or 0x52AF43) is known color: Apple. HEX triplet: 52, AF and 43. RGB value is (82,175,67). Sum of RGB (Red+Green+Blue) = 82+175+67=324 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.31% from 324); Green value is 175 (68.75% from 255 or 54.01% from 324); Blue value is 67 (26.56% from 255 or 20.68% from 324); Max value from RGB is 175 - color contains mainly: green. Hex color #52AF43 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52AF43 is #AD50BC. Grayscale: #878787. Windows color (decimal): -11358397 or 4435794. OLE color: 4435794.
HSL color Cylindrical-coordinate representation of color #52AF43: hue angle of 111.67º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #52AF43 is Cyan = 0.53, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 82 | 175 | 67 | - |
| CMYK | 0.53 | 0 | 0.62 | 0.31 |
| HSL | 111.67º | 0.45% | 0.47% | - |
| HSV(B) | 111.67º | 0.62% | 0.69% | - |
| XYZ | 19.82 | 32.86 | 10.61 | - |
| YUV | 134.88 | 89.69 | 90.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 175 | 67 | 0.53 | 0 | 0.62 | 0.31 | 111.67 | 0.45 | 0.47 |
| Hex | 52 | AF | 43 | 35 | 0 | 3E | 1F | 70 | 2D | 2F |
| Octal | 122 | 257 | 103 | 65 | 0 | 76 | 37 | 160 | 55 | 57 |
| Binary | 1010010 | 10101111 | 1000011 | 110101 | 0 | 111110 | 11111 | 1110000 | 101101 | 101111 |
Color Harmonies of #52AF43
Complementary color
Monochromatic Colors of #52AF43
Black with #52AF43
Text Example
Text Example
White with #52AF43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52AF43; }
p { color: rgb(82,175,67); }
H1.HeaderClassName
{
color: #52AF43;
}
.AnyTagClassName
{
color: #52AF43;
}
</style>
background-color css
<style>
a { background-color: #52AF43; }
a { background-color: rgb(82,175,67); }
div.DivClassName
{
background-color: #52AF43;
}
.BgClassName
{
background-color: #52AF43;
}
</style>
border-color css
<style>
span { border-color: #52AF43; }
span { border-color: rgb(82,175,67); }
td.TdClassName
{
border-color: #52AF43;
}
.TagClassName
{
border-color: #52AF43;
}
</style>