Shades of Apple #52B143
Tints of Apple #52B143
RGB
CMYK
RGB Variations
Color information
#52B143 (or 0x52B143) is known color: Apple. HEX triplet: 52, B1 and 43. RGB value is (82,177,67). Sum of RGB (Red+Green+Blue) = 82+177+67=326 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25.15% from 326); Green value is 177 (69.53% from 255 or 54.29% from 326); Blue value is 67 (26.56% from 255 or 20.55% from 326); Max value from RGB is 177 - color contains mainly: green. Hex color #52B143 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52B143 is #AD4EBC. Grayscale: #888888. Windows color (decimal): -11357885 or 4436306. OLE color: 4436306.
HSL color Cylindrical-coordinate representation of color #52B143: hue angle of 111.82º degrees, saturation: 0.45, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #52B143 is Cyan = 0.54, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 82 | 177 | 67 | - |
| CMYK | 0.54 | 0 | 0.62 | 0.31 |
| HSL | 111.82º | 0.45% | 0.48% | - |
| HSV(B) | 111.82º | 0.62% | 0.69% | - |
| XYZ | 20.21 | 33.64 | 10.74 | - |
| YUV | 136.06 | 89.03 | 89.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 177 | 67 | 0.54 | 0 | 0.62 | 0.31 | 111.82 | 0.45 | 0.48 |
| Hex | 52 | B1 | 43 | 36 | 0 | 3E | 1F | 70 | 2D | 30 |
| Octal | 122 | 261 | 103 | 66 | 0 | 76 | 37 | 160 | 55 | 60 |
| Binary | 1010010 | 10110001 | 1000011 | 110110 | 0 | 111110 | 11111 | 1110000 | 101101 | 110000 |
Color Harmonies of #52B143
Complementary color
Monochromatic Colors of #52B143
Black with #52B143
Text Example
Text Example
White with #52B143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52B143; }
p { color: rgb(82,177,67); }
H1.HeaderClassName
{
color: #52B143;
}
.AnyTagClassName
{
color: #52B143;
}
</style>
background-color css
<style>
a { background-color: #52B143; }
a { background-color: rgb(82,177,67); }
div.DivClassName
{
background-color: #52B143;
}
.BgClassName
{
background-color: #52B143;
}
</style>
border-color css
<style>
span { border-color: #52B143; }
span { border-color: rgb(82,177,67); }
td.TdClassName
{
border-color: #52B143;
}
.TagClassName
{
border-color: #52B143;
}
</style>