Shades of Fruit Salad #52A847
Tints of Fruit Salad #52A847
RGB
CMYK
RGB Variations
Color information
#52A847 (or 0x52A847) is known color: Fruit Salad. HEX triplet: 52, A8 and 47. RGB value is (82,168,71). Sum of RGB (Red+Green+Blue) = 82+168+71=321 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.55% from 321); Green value is 168 (66.02% from 255 or 52.34% from 321); Blue value is 71 (28.12% from 255 or 22.12% from 321); Max value from RGB is 168 - color contains mainly: green. Hex color #52A847 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52A847 is #AD57B8. Grayscale: #838383. Windows color (decimal): -11360185 or 4696146. OLE color: 4696146.
HSL color Cylindrical-coordinate representation of color #52A847: hue angle of 113.2º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #52A847 is Cyan = 0.51, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 82 | 168 | 71 | - |
| CMYK | 0.51 | 0 | 0.58 | 0.34 |
| HSL | 113.2º | 0.41% | 0.47% | - |
| HSV(B) | 113.2º | 0.58% | 0.66% | - |
| XYZ | 18.62 | 30.25 | 10.82 | - |
| YUV | 131.23 | 94.01 | 92.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 168 | 71 | 0.51 | 0 | 0.58 | 0.34 | 113.2 | 0.41 | 0.47 |
| Hex | 52 | A8 | 47 | 33 | 0 | 3A | 22 | 71 | 29 | 2F |
| Octal | 122 | 250 | 107 | 63 | 0 | 72 | 42 | 161 | 51 | 57 |
| Binary | 1010010 | 10101000 | 1000111 | 110011 | 0 | 111010 | 100010 | 1110001 | 101001 | 101111 |
Color Harmonies of #52A847
Complementary color
Monochromatic Colors of #52A847
Black with #52A847
Text Example
Text Example
White with #52A847
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52A847; }
p { color: rgb(82,168,71); }
H1.HeaderClassName
{
color: #52A847;
}
.AnyTagClassName
{
color: #52A847;
}
</style>
background-color css
<style>
a { background-color: #52A847; }
a { background-color: rgb(82,168,71); }
div.DivClassName
{
background-color: #52A847;
}
.BgClassName
{
background-color: #52A847;
}
</style>
border-color css
<style>
span { border-color: #52A847; }
span { border-color: rgb(82,168,71); }
td.TdClassName
{
border-color: #52A847;
}
.TagClassName
{
border-color: #52A847;
}
</style>