Shades of Fruit Salad #5AA755
Tints of Fruit Salad #5AA755
RGB
CMYK
RGB Variations
Color information
#5AA755 (or 0x5AA755) is known color: Fruit Salad. HEX triplet: 5A, A7 and 55. RGB value is (90,167,85). Sum of RGB (Red+Green+Blue) = 90+167+85=342 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.32% from 342); Green value is 167 (65.62% from 255 or 48.83% from 342); Blue value is 85 (33.59% from 255 or 24.85% from 342); Max value from RGB is 167 - color contains mainly: green. Hex color #5AA755 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5AA755 is #A558AA. Grayscale: #868686. Windows color (decimal): -10836139 or 5613402. OLE color: 5613402.
HSL color Cylindrical-coordinate representation of color #5AA755: hue angle of 116.34º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5AA755 is Cyan = 0.46, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 90 | 167 | 85 | - |
| CMYK | 0.46 | 0 | 0.49 | 0.35 |
| HSL | 116.34º | 0.33% | 0.49% | - |
| HSV(B) | 116.34º | 0.49% | 0.65% | - |
| XYZ | 19.67 | 30.47 | 13.44 | - |
| YUV | 134.63 | 99.99 | 96.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 167 | 85 | 0.46 | 0 | 0.49 | 0.35 | 116.34 | 0.33 | 0.49 |
| Hex | 5A | A7 | 55 | 2E | 0 | 31 | 23 | 74 | 21 | 31 |
| Octal | 132 | 247 | 125 | 56 | 0 | 61 | 43 | 164 | 41 | 61 |
| Binary | 1011010 | 10100111 | 1010101 | 101110 | 0 | 110001 | 100011 | 1110100 | 100001 | 110001 |
Color Harmonies of #5AA755
Complementary color
Monochromatic Colors of #5AA755
Black with #5AA755
Text Example
Text Example
White with #5AA755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AA755; }
p { color: rgb(90,167,85); }
H1.HeaderClassName
{
color: #5AA755;
}
.AnyTagClassName
{
color: #5AA755;
}
</style>
background-color css
<style>
a { background-color: #5AA755; }
a { background-color: rgb(90,167,85); }
div.DivClassName
{
background-color: #5AA755;
}
.BgClassName
{
background-color: #5AA755;
}
</style>
border-color css
<style>
span { border-color: #5AA755; }
span { border-color: rgb(90,167,85); }
td.TdClassName
{
border-color: #5AA755;
}
.TagClassName
{
border-color: #5AA755;
}
</style>