Shades of Apple #52AB43
Tints of Apple #52AB43
RGB
CMYK
RGB Variations
Color information
#52AB43 (or 0x52AB43) is known color: Apple. HEX triplet: 52, AB and 43. RGB value is (82,171,67). Sum of RGB (Red+Green+Blue) = 82+171+67=320 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.62% from 320); Green value is 171 (67.19% from 255 or 53.44% from 320); Blue value is 67 (26.56% from 255 or 20.94% from 320); Max value from RGB is 171 - color contains mainly: green. Hex color #52AB43 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52AB43 is #AD54BC. Grayscale: #848484. Windows color (decimal): -11359421 or 4434770. OLE color: 4434770.
HSL color Cylindrical-coordinate representation of color #52AB43: hue angle of 111.35º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #52AB43 is Cyan = 0.52, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 82 | 171 | 67 | - |
| CMYK | 0.52 | 0 | 0.61 | 0.33 |
| HSL | 111.35º | 0.44% | 0.47% | - |
| HSV(B) | 111.35º | 0.61% | 0.67% | - |
| XYZ | 19.06 | 31.32 | 10.35 | - |
| YUV | 132.53 | 91.01 | 91.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 171 | 67 | 0.52 | 0 | 0.61 | 0.33 | 111.35 | 0.44 | 0.47 |
| Hex | 52 | AB | 43 | 34 | 0 | 3D | 21 | 6F | 2C | 2F |
| Octal | 122 | 253 | 103 | 64 | 0 | 75 | 41 | 157 | 54 | 57 |
| Binary | 1010010 | 10101011 | 1000011 | 110100 | 0 | 111101 | 100001 | 1101111 | 101100 | 101111 |
Color Harmonies of #52AB43
Complementary color
Monochromatic Colors of #52AB43
Black with #52AB43
Text Example
Text Example
White with #52AB43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52AB43; }
p { color: rgb(82,171,67); }
H1.HeaderClassName
{
color: #52AB43;
}
.AnyTagClassName
{
color: #52AB43;
}
</style>
background-color css
<style>
a { background-color: #52AB43; }
a { background-color: rgb(82,171,67); }
div.DivClassName
{
background-color: #52AB43;
}
.BgClassName
{
background-color: #52AB43;
}
</style>
border-color css
<style>
span { border-color: #52AB43; }
span { border-color: rgb(82,171,67); }
td.TdClassName
{
border-color: #52AB43;
}
.TagClassName
{
border-color: #52AB43;
}
</style>