Shades of Fruit Salad #5AB155
Tints of Fruit Salad #5AB155
RGB
CMYK
RGB Variations
Color information
#5AB155 (or 0x5AB155) is known color: Fruit Salad. HEX triplet: 5A, B1 and 55. RGB value is (90,177,85). Sum of RGB (Red+Green+Blue) = 90+177+85=352 (46% of max value = 765). Red value is 90 (35.55% from 255 or 25.57% from 352); Green value is 177 (69.53% from 255 or 50.28% from 352); Blue value is 85 (33.59% from 255 or 24.15% from 352); Max value from RGB is 177 - color contains mainly: green. Hex color #5AB155 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5AB155 is #A54EAA. Grayscale: #8C8C8C. Windows color (decimal): -10833579 or 5615962. OLE color: 5615962.
HSL color Cylindrical-coordinate representation of color #5AB155: hue angle of 116.74º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5AB155 is Cyan = 0.49, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 90 | 177 | 85 | - |
| CMYK | 0.49 | 0 | 0.52 | 0.31 |
| HSL | 116.74º | 0.37% | 0.51% | - |
| HSV(B) | 116.74º | 0.52% | 0.69% | - |
| XYZ | 21.58 | 34.27 | 14.07 | - |
| YUV | 140.5 | 96.68 | 91.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 177 | 85 | 0.49 | 0 | 0.52 | 0.31 | 116.74 | 0.37 | 0.51 |
| Hex | 5A | B1 | 55 | 31 | 0 | 34 | 1F | 75 | 25 | 33 |
| Octal | 132 | 261 | 125 | 61 | 0 | 64 | 37 | 165 | 45 | 63 |
| Binary | 1011010 | 10110001 | 1010101 | 110001 | 0 | 110100 | 11111 | 1110101 | 100101 | 110011 |
Color Harmonies of #5AB155
Complementary color
Monochromatic Colors of #5AB155
Black with #5AB155
Text Example
Text Example
White with #5AB155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB155; }
p { color: rgb(90,177,85); }
H1.HeaderClassName
{
color: #5AB155;
}
.AnyTagClassName
{
color: #5AB155;
}
</style>
background-color css
<style>
a { background-color: #5AB155; }
a { background-color: rgb(90,177,85); }
div.DivClassName
{
background-color: #5AB155;
}
.BgClassName
{
background-color: #5AB155;
}
</style>
border-color css
<style>
span { border-color: #5AB155; }
span { border-color: rgb(90,177,85); }
td.TdClassName
{
border-color: #5AB155;
}
.TagClassName
{
border-color: #5AB155;
}
</style>