Shades of Fruit Salad #529F5E
Tints of Fruit Salad #529F5E
RGB
CMYK
RGB Variations
Color information
#529F5E (or 0x529F5E) is known color: Fruit Salad. HEX triplet: 52, 9F and 5E. RGB value is (82,159,94). Sum of RGB (Red+Green+Blue) = 82+159+94=335 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.48% from 335); Green value is 159 (62.5% from 255 or 47.46% from 335); Blue value is 94 (37.11% from 255 or 28.06% from 335); Max value from RGB is 159 - color contains mainly: green. Hex color #529F5E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529F5E is #AD60A1. Grayscale: #808080. Windows color (decimal): -11362466 or 6201170. OLE color: 6201170.
HSL color Cylindrical-coordinate representation of color #529F5E: hue angle of 129.35º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #529F5E is Cyan = 0.48, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 82 | 159 | 94 | - |
| CMYK | 0.48 | 0 | 0.41 | 0.38 |
| HSL | 129.35º | 0.32% | 0.47% | - |
| HSV(B) | 129.35º | 0.48% | 0.62% | - |
| XYZ | 17.9 | 27.4 | 14.93 | - |
| YUV | 128.57 | 108.49 | 94.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 159 | 94 | 0.48 | 0 | 0.41 | 0.38 | 129.35 | 0.32 | 0.47 |
| Hex | 52 | 9F | 5E | 30 | 0 | 29 | 26 | 81 | 20 | 2F |
| Octal | 122 | 237 | 136 | 60 | 0 | 51 | 46 | 201 | 40 | 57 |
| Binary | 1010010 | 10011111 | 1011110 | 110000 | 0 | 101001 | 100110 | 10000001 | 100000 | 101111 |
Color Harmonies of #529F5E
Complementary color
Monochromatic Colors of #529F5E
Black with #529F5E
Text Example
Text Example
White with #529F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529F5E; }
p { color: rgb(82,159,94); }
H1.HeaderClassName
{
color: #529F5E;
}
.AnyTagClassName
{
color: #529F5E;
}
</style>
background-color css
<style>
a { background-color: #529F5E; }
a { background-color: rgb(82,159,94); }
div.DivClassName
{
background-color: #529F5E;
}
.BgClassName
{
background-color: #529F5E;
}
</style>
border-color css
<style>
span { border-color: #529F5E; }
span { border-color: rgb(82,159,94); }
td.TdClassName
{
border-color: #529F5E;
}
.TagClassName
{
border-color: #529F5E;
}
</style>