Shades of Fruit Salad #52A04D
Tints of Fruit Salad #52A04D
RGB
CMYK
RGB Variations
Color information
#52A04D (or 0x52A04D) is known color: Fruit Salad. HEX triplet: 52, A0 and 4D. RGB value is (82,160,77). Sum of RGB (Red+Green+Blue) = 82+160+77=319 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.71% from 319); Green value is 160 (62.89% from 255 or 50.16% from 319); Blue value is 77 (30.47% from 255 or 24.14% from 319); Max value from RGB is 160 - color contains mainly: green. Hex color #52A04D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52A04D is #AD5FB2. Grayscale: #7F7F7F. Windows color (decimal): -11362227 or 5087314. OLE color: 5087314.
HSL color Cylindrical-coordinate representation of color #52A04D: hue angle of 116.39º degrees, saturation: 0.35, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #52A04D is Cyan = 0.49, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 82 | 160 | 77 | - |
| CMYK | 0.49 | 0 | 0.52 | 0.37 |
| HSL | 116.39º | 0.35% | 0.46% | - |
| HSV(B) | 116.39º | 0.52% | 0.63% | - |
| XYZ | 17.39 | 27.47 | 11.41 | - |
| YUV | 127.22 | 99.66 | 95.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 160 | 77 | 0.49 | 0 | 0.52 | 0.37 | 116.39 | 0.35 | 0.46 |
| Hex | 52 | A0 | 4D | 31 | 0 | 34 | 25 | 74 | 23 | 2E |
| Octal | 122 | 240 | 115 | 61 | 0 | 64 | 45 | 164 | 43 | 56 |
| Binary | 1010010 | 10100000 | 1001101 | 110001 | 0 | 110100 | 100101 | 1110100 | 100011 | 101110 |
Color Harmonies of #52A04D
Complementary color
Monochromatic Colors of #52A04D
Black with #52A04D
Text Example
Text Example
White with #52A04D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52A04D; }
p { color: rgb(82,160,77); }
H1.HeaderClassName
{
color: #52A04D;
}
.AnyTagClassName
{
color: #52A04D;
}
</style>
background-color css
<style>
a { background-color: #52A04D; }
a { background-color: rgb(82,160,77); }
div.DivClassName
{
background-color: #52A04D;
}
.BgClassName
{
background-color: #52A04D;
}
</style>
border-color css
<style>
span { border-color: #52A04D; }
span { border-color: rgb(82,160,77); }
td.TdClassName
{
border-color: #52A04D;
}
.TagClassName
{
border-color: #52A04D;
}
</style>