Shades of Fruit Salad #52A84D
Tints of Fruit Salad #52A84D
RGB
CMYK
RGB Variations
Color information
#52A84D (or 0x52A84D) is known color: Fruit Salad. HEX triplet: 52, A8 and 4D. RGB value is (82,168,77). Sum of RGB (Red+Green+Blue) = 82+168+77=327 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25.08% from 327); Green value is 168 (66.02% from 255 or 51.38% from 327); Blue value is 77 (30.47% from 255 or 23.55% from 327); Max value from RGB is 168 - color contains mainly: green. Hex color #52A84D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52A84D is #AD57B2. Grayscale: #848484. Windows color (decimal): -11360179 or 5089362. OLE color: 5089362.
HSL color Cylindrical-coordinate representation of color #52A84D: hue angle of 116.7º degrees, saturation: 0.37, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #52A84D is Cyan = 0.51, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 82 | 168 | 77 | - |
| CMYK | 0.51 | 0 | 0.54 | 0.34 |
| HSL | 116.7º | 0.37% | 0.48% | - |
| HSV(B) | 116.7º | 0.54% | 0.66% | - |
| XYZ | 18.82 | 30.33 | 11.88 | - |
| YUV | 131.91 | 97.01 | 92.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 168 | 77 | 0.51 | 0 | 0.54 | 0.34 | 116.7 | 0.37 | 0.48 |
| Hex | 52 | A8 | 4D | 33 | 0 | 36 | 22 | 75 | 25 | 30 |
| Octal | 122 | 250 | 115 | 63 | 0 | 66 | 42 | 165 | 45 | 60 |
| Binary | 1010010 | 10101000 | 1001101 | 110011 | 0 | 110110 | 100010 | 1110101 | 100101 | 110000 |
Color Harmonies of #52A84D
Complementary color
Monochromatic Colors of #52A84D
Black with #52A84D
Text Example
Text Example
White with #52A84D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52A84D; }
p { color: rgb(82,168,77); }
H1.HeaderClassName
{
color: #52A84D;
}
.AnyTagClassName
{
color: #52A84D;
}
</style>
background-color css
<style>
a { background-color: #52A84D; }
a { background-color: rgb(82,168,77); }
div.DivClassName
{
background-color: #52A84D;
}
.BgClassName
{
background-color: #52A84D;
}
</style>
border-color css
<style>
span { border-color: #52A84D; }
span { border-color: rgb(82,168,77); }
td.TdClassName
{
border-color: #52A84D;
}
.TagClassName
{
border-color: #52A84D;
}
</style>