Shades of Apple #52BF49
Tints of Apple #52BF49
RGB
CMYK
RGB Variations
Color information
#52BF49 (or 0x52BF49) is known color: Apple. HEX triplet: 52, BF and 49. RGB value is (82,191,73). Sum of RGB (Red+Green+Blue) = 82+191+73=346 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.70% from 346); Green value is 191 (75% from 255 or 55.20% from 346); Blue value is 73 (28.91% from 255 or 21.10% from 346); Max value from RGB is 191 - color contains mainly: green. Hex color #52BF49 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52BF49 is #AD40B6. Grayscale: #919191. Windows color (decimal): -11354295 or 4833106. OLE color: 4833106.
HSL color Cylindrical-coordinate representation of color #52BF49: hue angle of 115.42º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #52BF49 is Cyan = 0.57, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 82 | 191 | 73 | - |
| CMYK | 0.57 | 0 | 0.62 | 0.25 |
| HSL | 115.42º | 0.48% | 0.52% | - |
| HSV(B) | 115.42º | 0.62% | 0.75% | - |
| XYZ | 23.31 | 39.54 | 12.71 | - |
| YUV | 144.96 | 87.39 | 83.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 191 | 73 | 0.57 | 0 | 0.62 | 0.25 | 115.42 | 0.48 | 0.52 |
| Hex | 52 | BF | 49 | 39 | 0 | 3E | 19 | 73 | 30 | 34 |
| Octal | 122 | 277 | 111 | 71 | 0 | 76 | 31 | 163 | 60 | 64 |
| Binary | 1010010 | 10111111 | 1001001 | 111001 | 0 | 111110 | 11001 | 1110011 | 110000 | 110100 |
Color Harmonies of #52BF49
Complementary color
Monochromatic Colors of #52BF49
Black with #52BF49
Text Example
Text Example
White with #52BF49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52BF49; }
p { color: rgb(82,191,73); }
H1.HeaderClassName
{
color: #52BF49;
}
.AnyTagClassName
{
color: #52BF49;
}
</style>
background-color css
<style>
a { background-color: #52BF49; }
a { background-color: rgb(82,191,73); }
div.DivClassName
{
background-color: #52BF49;
}
.BgClassName
{
background-color: #52BF49;
}
</style>
border-color css
<style>
span { border-color: #52BF49; }
span { border-color: rgb(82,191,73); }
td.TdClassName
{
border-color: #52BF49;
}
.TagClassName
{
border-color: #52BF49;
}
</style>