Shades of Fruit Salad #5AAA57
Tints of Fruit Salad #5AAA57
RGB
CMYK
RGB Variations
Color information
#5AAA57 (or 0x5AAA57) is known color: Fruit Salad. HEX triplet: 5A, AA and 57. RGB value is (90,170,87). Sum of RGB (Red+Green+Blue) = 90+170+87=347 (45% of max value = 765). Red value is 90 (35.55% from 255 or 25.94% from 347); Green value is 170 (66.80% from 255 or 48.99% from 347); Blue value is 87 (34.38% from 255 or 25.07% from 347); Max value from RGB is 170 - color contains mainly: green. Hex color #5AAA57 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5AAA57 is #A555A8. Grayscale: #888888. Windows color (decimal): -10835369 or 5745242. OLE color: 5745242.
HSL color Cylindrical-coordinate representation of color #5AAA57: hue angle of 117.83º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5AAA57 is Cyan = 0.47, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 90 | 170 | 87 | - |
| CMYK | 0.47 | 0 | 0.49 | 0.33 |
| HSL | 117.83º | 0.33% | 0.5% | - |
| HSV(B) | 117.83º | 0.49% | 0.67% | - |
| XYZ | 20.31 | 31.61 | 14.05 | - |
| YUV | 136.62 | 100 | 94.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 170 | 87 | 0.47 | 0 | 0.49 | 0.33 | 117.83 | 0.33 | 0.5 |
| Hex | 5A | AA | 57 | 2F | 0 | 31 | 21 | 76 | 21 | 32 |
| Octal | 132 | 252 | 127 | 57 | 0 | 61 | 41 | 166 | 41 | 62 |
| Binary | 1011010 | 10101010 | 1010111 | 101111 | 0 | 110001 | 100001 | 1110110 | 100001 | 110010 |
Color Harmonies of #5AAA57
Complementary color
Monochromatic Colors of #5AAA57
Black with #5AAA57
Text Example
Text Example
White with #5AAA57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AAA57; }
p { color: rgb(90,170,87); }
H1.HeaderClassName
{
color: #5AAA57;
}
.AnyTagClassName
{
color: #5AAA57;
}
</style>
background-color css
<style>
a { background-color: #5AAA57; }
a { background-color: rgb(90,170,87); }
div.DivClassName
{
background-color: #5AAA57;
}
.BgClassName
{
background-color: #5AAA57;
}
</style>
border-color css
<style>
span { border-color: #5AAA57; }
span { border-color: rgb(90,170,87); }
td.TdClassName
{
border-color: #5AAA57;
}
.TagClassName
{
border-color: #5AAA57;
}
</style>