Shades of Fruit Salad #5AA759
Tints of Fruit Salad #5AA759
RGB
CMYK
RGB Variations
Color information
#5AA759 (or 0x5AA759) is known color: Fruit Salad. HEX triplet: 5A, A7 and 59. RGB value is (90,167,89). Sum of RGB (Red+Green+Blue) = 90+167+89=346 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.01% from 346); Green value is 167 (65.62% from 255 or 48.27% from 346); Blue value is 89 (35.16% from 255 or 25.72% from 346); Max value from RGB is 167 - color contains mainly: green. Hex color #5AA759 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5AA759 is #A558A6. Grayscale: #878787. Windows color (decimal): -10836135 or 5875546. OLE color: 5875546.
HSL color Cylindrical-coordinate representation of color #5AA759: hue angle of 119.23º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5AA759 is Cyan = 0.46, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 90 | 167 | 89 | - |
| CMYK | 0.46 | 0 | 0.47 | 0.35 |
| HSL | 119.23º | 0.31% | 0.5% | - |
| HSV(B) | 119.23º | 0.47% | 0.65% | - |
| XYZ | 19.84 | 30.53 | 14.3 | - |
| YUV | 135.09 | 101.99 | 95.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 167 | 89 | 0.46 | 0 | 0.47 | 0.35 | 119.23 | 0.31 | 0.5 |
| Hex | 5A | A7 | 59 | 2E | 0 | 2F | 23 | 77 | 1F | 32 |
| Octal | 132 | 247 | 131 | 56 | 0 | 57 | 43 | 167 | 37 | 62 |
| Binary | 1011010 | 10100111 | 1011001 | 101110 | 0 | 101111 | 100011 | 1110111 | 11111 | 110010 |
Color Harmonies of #5AA759
Complementary color
Monochromatic Colors of #5AA759
Black with #5AA759
Text Example
Text Example
White with #5AA759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AA759; }
p { color: rgb(90,167,89); }
H1.HeaderClassName
{
color: #5AA759;
}
.AnyTagClassName
{
color: #5AA759;
}
</style>
background-color css
<style>
a { background-color: #5AA759; }
a { background-color: rgb(90,167,89); }
div.DivClassName
{
background-color: #5AA759;
}
.BgClassName
{
background-color: #5AA759;
}
</style>
border-color css
<style>
span { border-color: #5AA759; }
span { border-color: rgb(90,167,89); }
td.TdClassName
{
border-color: #5AA759;
}
.TagClassName
{
border-color: #5AA759;
}
</style>