Shades of Fruit Salad #529E5E
Tints of Fruit Salad #529E5E
RGB
CMYK
RGB Variations
Color information
#529E5E (or 0x529E5E) is known color: Fruit Salad. HEX triplet: 52, 9E and 5E. RGB value is (82,158,94). Sum of RGB (Red+Green+Blue) = 82+158+94=334 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.55% from 334); Green value is 158 (62.11% from 255 or 47.31% from 334); Blue value is 94 (37.11% from 255 or 28.14% from 334); Max value from RGB is 158 - color contains mainly: green. Hex color #529E5E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529E5E is #AD61A1. Grayscale: #808080. Windows color (decimal): -11362722 or 6200914. OLE color: 6200914.
HSL color Cylindrical-coordinate representation of color #529E5E: hue angle of 129.47º 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 #529E5E is Cyan = 0.48, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 82 | 158 | 94 | - |
| CMYK | 0.48 | 0 | 0.41 | 0.38 |
| HSL | 129.47º | 0.32% | 0.47% | - |
| HSV(B) | 129.47º | 0.48% | 0.62% | - |
| XYZ | 17.73 | 27.06 | 14.88 | - |
| YUV | 127.98 | 108.82 | 95.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 158 | 94 | 0.48 | 0 | 0.41 | 0.38 | 129.47 | 0.32 | 0.47 |
| Hex | 52 | 9E | 5E | 30 | 0 | 29 | 26 | 81 | 20 | 2F |
| Octal | 122 | 236 | 136 | 60 | 0 | 51 | 46 | 201 | 40 | 57 |
| Binary | 1010010 | 10011110 | 1011110 | 110000 | 0 | 101001 | 100110 | 10000001 | 100000 | 101111 |
Color Harmonies of #529E5E
Complementary color
Monochromatic Colors of #529E5E
Black with #529E5E
Text Example
Text Example
White with #529E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529E5E; }
p { color: rgb(82,158,94); }
H1.HeaderClassName
{
color: #529E5E;
}
.AnyTagClassName
{
color: #529E5E;
}
</style>
background-color css
<style>
a { background-color: #529E5E; }
a { background-color: rgb(82,158,94); }
div.DivClassName
{
background-color: #529E5E;
}
.BgClassName
{
background-color: #529E5E;
}
</style>
border-color css
<style>
span { border-color: #529E5E; }
span { border-color: rgb(82,158,94); }
td.TdClassName
{
border-color: #529E5E;
}
.TagClassName
{
border-color: #529E5E;
}
</style>