Shades of Fruit Salad #5AB557
Tints of Fruit Salad #5AB557
RGB
CMYK
RGB Variations
Color information
#5AB557 (or 0x5AB557) is known color: Fruit Salad. HEX triplet: 5A, B5 and 57. RGB value is (90,181,87). Sum of RGB (Red+Green+Blue) = 90+181+87=358 (47% of max value = 765). Red value is 90 (35.55% from 255 or 25.14% from 358); Green value is 181 (71.09% from 255 or 50.56% from 358); Blue value is 87 (34.38% from 255 or 24.30% from 358); Max value from RGB is 181 - color contains mainly: green. Hex color #5AB557 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AB557 is #A54AA8. Grayscale: #8F8F8F. Windows color (decimal): -10832553 or 5748058. OLE color: 5748058.
HSL color Cylindrical-coordinate representation of color #5AB557: hue angle of 118.09º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5AB557 is Cyan = 0.50, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 90 | 181 | 87 | - |
| CMYK | 0.50 | 0 | 0.52 | 0.29 |
| HSL | 118.09º | 0.39% | 0.53% | - |
| HSV(B) | 118.09º | 0.52% | 0.71% | - |
| XYZ | 22.46 | 35.91 | 14.76 | - |
| YUV | 143.08 | 96.35 | 90.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 181 | 87 | 0.50 | 0 | 0.52 | 0.29 | 118.09 | 0.39 | 0.53 |
| Hex | 5A | B5 | 57 | 32 | 0 | 34 | 1D | 76 | 27 | 35 |
| Octal | 132 | 265 | 127 | 62 | 0 | 64 | 35 | 166 | 47 | 65 |
| Binary | 1011010 | 10110101 | 1010111 | 110010 | 0 | 110100 | 11101 | 1110110 | 100111 | 110101 |
Color Harmonies of #5AB557
Complementary color
Monochromatic Colors of #5AB557
Black with #5AB557
Text Example
Text Example
White with #5AB557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB557; }
p { color: rgb(90,181,87); }
H1.HeaderClassName
{
color: #5AB557;
}
.AnyTagClassName
{
color: #5AB557;
}
</style>
background-color css
<style>
a { background-color: #5AB557; }
a { background-color: rgb(90,181,87); }
div.DivClassName
{
background-color: #5AB557;
}
.BgClassName
{
background-color: #5AB557;
}
</style>
border-color css
<style>
span { border-color: #5AB557; }
span { border-color: rgb(90,181,87); }
td.TdClassName
{
border-color: #5AB557;
}
.TagClassName
{
border-color: #5AB557;
}
</style>