Shades of Fruit Salad #5AB153
Tints of Fruit Salad #5AB153
RGB
CMYK
RGB Variations
Color information
#5AB153 (or 0x5AB153) is known color: Fruit Salad. HEX triplet: 5A, B1 and 53. RGB value is (90,177,83). Sum of RGB (Red+Green+Blue) = 90+177+83=350 (46% of max value = 765). Red value is 90 (35.55% from 255 or 25.71% from 350); Green value is 177 (69.53% from 255 or 50.57% from 350); Blue value is 83 (32.81% from 255 or 23.71% from 350); Max value from RGB is 177 - color contains mainly: green. Hex color #5AB153 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5AB153 is #A54EAC. Grayscale: #8C8C8C. Windows color (decimal): -10833581 or 5484890. OLE color: 5484890.
HSL color Cylindrical-coordinate representation of color #5AB153: hue angle of 115.53º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5AB153 is Cyan = 0.49, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 90 | 177 | 83 | - |
| CMYK | 0.49 | 0 | 0.53 | 0.31 |
| HSL | 115.53º | 0.38% | 0.51% | - |
| HSV(B) | 115.53º | 0.53% | 0.69% | - |
| XYZ | 21.5 | 34.24 | 13.66 | - |
| YUV | 140.27 | 95.68 | 92.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 177 | 83 | 0.49 | 0 | 0.53 | 0.31 | 115.53 | 0.38 | 0.51 |
| Hex | 5A | B1 | 53 | 31 | 0 | 35 | 1F | 74 | 26 | 33 |
| Octal | 132 | 261 | 123 | 61 | 0 | 65 | 37 | 164 | 46 | 63 |
| Binary | 1011010 | 10110001 | 1010011 | 110001 | 0 | 110101 | 11111 | 1110100 | 100110 | 110011 |
Color Harmonies of #5AB153
Complementary color
Monochromatic Colors of #5AB153
Black with #5AB153
Text Example
Text Example
White with #5AB153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB153; }
p { color: rgb(90,177,83); }
H1.HeaderClassName
{
color: #5AB153;
}
.AnyTagClassName
{
color: #5AB153;
}
</style>
background-color css
<style>
a { background-color: #5AB153; }
a { background-color: rgb(90,177,83); }
div.DivClassName
{
background-color: #5AB153;
}
.BgClassName
{
background-color: #5AB153;
}
</style>
border-color css
<style>
span { border-color: #5AB153; }
span { border-color: rgb(90,177,83); }
td.TdClassName
{
border-color: #5AB153;
}
.TagClassName
{
border-color: #5AB153;
}
</style>