Shades of Fruit Salad #52AB5E
Tints of Fruit Salad #52AB5E
RGB
CMYK
RGB Variations
Color information
#52AB5E (or 0x52AB5E) is known color: Fruit Salad. HEX triplet: 52, AB and 5E. RGB value is (82,171,94). Sum of RGB (Red+Green+Blue) = 82+171+94=347 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.63% from 347); Green value is 171 (67.19% from 255 or 49.28% from 347); Blue value is 94 (37.11% from 255 or 27.09% from 347); Max value from RGB is 171 - color contains mainly: green. Hex color #52AB5E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52AB5E is #AD54A1. Grayscale: #878787. Windows color (decimal): -11359394 or 6204242. OLE color: 6204242.
HSL color Cylindrical-coordinate representation of color #52AB5E: hue angle of 128.09º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #52AB5E is Cyan = 0.52, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 82 | 171 | 94 | - |
| CMYK | 0.52 | 0 | 0.45 | 0.33 |
| HSL | 128.09º | 0.35% | 0.5% | - |
| HSV(B) | 128.09º | 0.52% | 0.67% | - |
| XYZ | 20.06 | 31.73 | 15.66 | - |
| YUV | 135.61 | 104.51 | 89.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 171 | 94 | 0.52 | 0 | 0.45 | 0.33 | 128.09 | 0.35 | 0.5 |
| Hex | 52 | AB | 5E | 34 | 0 | 2D | 21 | 80 | 23 | 32 |
| Octal | 122 | 253 | 136 | 64 | 0 | 55 | 41 | 200 | 43 | 62 |
| Binary | 1010010 | 10101011 | 1011110 | 110100 | 0 | 101101 | 100001 | 10000000 | 100011 | 110010 |
Color Harmonies of #52AB5E
Complementary color
Monochromatic Colors of #52AB5E
Black with #52AB5E
Text Example
Text Example
White with #52AB5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52AB5E; }
p { color: rgb(82,171,94); }
H1.HeaderClassName
{
color: #52AB5E;
}
.AnyTagClassName
{
color: #52AB5E;
}
</style>
background-color css
<style>
a { background-color: #52AB5E; }
a { background-color: rgb(82,171,94); }
div.DivClassName
{
background-color: #52AB5E;
}
.BgClassName
{
background-color: #52AB5E;
}
</style>
border-color css
<style>
span { border-color: #52AB5E; }
span { border-color: rgb(82,171,94); }
td.TdClassName
{
border-color: #52AB5E;
}
.TagClassName
{
border-color: #52AB5E;
}
</style>