Shades of Fruit Salad #5AB457
Tints of Fruit Salad #5AB457
RGB
CMYK
RGB Variations
Color information
#5AB457 (or 0x5AB457) is known color: Fruit Salad. HEX triplet: 5A, B4 and 57. RGB value is (90,180,87). Sum of RGB (Red+Green+Blue) = 90+180+87=357 (47% of max value = 765). Red value is 90 (35.55% from 255 or 25.21% from 357); Green value is 180 (70.70% from 255 or 50.42% from 357); Blue value is 87 (34.38% from 255 or 24.37% from 357); Max value from RGB is 180 - color contains mainly: green. Hex color #5AB457 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AB457 is #A54BA8. Grayscale: #8E8E8E. Windows color (decimal): -10832809 or 5747802. OLE color: 5747802.
HSL color Cylindrical-coordinate representation of color #5AB457: hue angle of 118.06º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5AB457 is Cyan = 0.50, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 90 | 180 | 87 | - |
| CMYK | 0.50 | 0 | 0.52 | 0.29 |
| HSL | 118.06º | 0.38% | 0.52% | - |
| HSV(B) | 118.06º | 0.52% | 0.71% | - |
| XYZ | 22.26 | 35.5 | 14.7 | - |
| YUV | 142.49 | 96.68 | 90.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 180 | 87 | 0.50 | 0 | 0.52 | 0.29 | 118.06 | 0.38 | 0.52 |
| Hex | 5A | B4 | 57 | 32 | 0 | 34 | 1D | 76 | 26 | 34 |
| Octal | 132 | 264 | 127 | 62 | 0 | 64 | 35 | 166 | 46 | 64 |
| Binary | 1011010 | 10110100 | 1010111 | 110010 | 0 | 110100 | 11101 | 1110110 | 100110 | 110100 |
Color Harmonies of #5AB457
Complementary color
Monochromatic Colors of #5AB457
Black with #5AB457
Text Example
Text Example
White with #5AB457
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB457; }
p { color: rgb(90,180,87); }
H1.HeaderClassName
{
color: #5AB457;
}
.AnyTagClassName
{
color: #5AB457;
}
</style>
background-color css
<style>
a { background-color: #5AB457; }
a { background-color: rgb(90,180,87); }
div.DivClassName
{
background-color: #5AB457;
}
.BgClassName
{
background-color: #5AB457;
}
</style>
border-color css
<style>
span { border-color: #5AB457; }
span { border-color: rgb(90,180,87); }
td.TdClassName
{
border-color: #5AB457;
}
.TagClassName
{
border-color: #5AB457;
}
</style>