Shades of Fruit Salad #5AAA51
Tints of Fruit Salad #5AAA51
RGB
CMYK
RGB Variations
Color information
#5AAA51 (or 0x5AAA51) is known color: Fruit Salad. HEX triplet: 5A, AA and 51. RGB value is (90,170,81). Sum of RGB (Red+Green+Blue) = 90+170+81=341 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.39% from 341); Green value is 170 (66.80% from 255 or 49.85% from 341); Blue value is 81 (32.03% from 255 or 23.75% from 341); Max value from RGB is 170 - color contains mainly: green. Hex color #5AAA51 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5AAA51 is #A555AE. Grayscale: #888888. Windows color (decimal): -10835375 or 5352026. OLE color: 5352026.
HSL color Cylindrical-coordinate representation of color #5AAA51: hue angle of 113.93º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5AAA51 is Cyan = 0.47, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 90 | 170 | 81 | - |
| CMYK | 0.47 | 0 | 0.52 | 0.33 |
| HSL | 113.93º | 0.35% | 0.49% | - |
| HSV(B) | 113.93º | 0.52% | 0.67% | - |
| XYZ | 20.08 | 31.52 | 12.81 | - |
| YUV | 135.93 | 97 | 95.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 170 | 81 | 0.47 | 0 | 0.52 | 0.33 | 113.93 | 0.35 | 0.49 |
| Hex | 5A | AA | 51 | 2F | 0 | 34 | 21 | 72 | 23 | 31 |
| Octal | 132 | 252 | 121 | 57 | 0 | 64 | 41 | 162 | 43 | 61 |
| Binary | 1011010 | 10101010 | 1010001 | 101111 | 0 | 110100 | 100001 | 1110010 | 100011 | 110001 |
Color Harmonies of #5AAA51
Complementary color
Monochromatic Colors of #5AAA51
Black with #5AAA51
Text Example
Text Example
White with #5AAA51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AAA51; }
p { color: rgb(90,170,81); }
H1.HeaderClassName
{
color: #5AAA51;
}
.AnyTagClassName
{
color: #5AAA51;
}
</style>
background-color css
<style>
a { background-color: #5AAA51; }
a { background-color: rgb(90,170,81); }
div.DivClassName
{
background-color: #5AAA51;
}
.BgClassName
{
background-color: #5AAA51;
}
</style>
border-color css
<style>
span { border-color: #5AAA51; }
span { border-color: rgb(90,170,81); }
td.TdClassName
{
border-color: #5AAA51;
}
.TagClassName
{
border-color: #5AAA51;
}
</style>