Shades of Fruit Salad #5A9961
Tints of Fruit Salad #5A9961
RGB
CMYK
RGB Variations
Color information
#5A9961 (or 0x5A9961) is known color: Fruit Salad. HEX triplet: 5A, 99 and 61. RGB value is (90,153,97). Sum of RGB (Red+Green+Blue) = 90+153+97=340 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.47% from 340); Green value is 153 (60.16% from 255 or 45% from 340); Blue value is 97 (38.28% from 255 or 28.53% from 340); Max value from RGB is 153 - color contains mainly: green. Hex color #5A9961 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A9961 is #A5669E. Grayscale: #7F7F7F. Windows color (decimal): -10839711 or 6396250. OLE color: 6396250.
HSL color Cylindrical-coordinate representation of color #5A9961: hue angle of 126.67º degrees, saturation: 0.26, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5A9961 is Cyan = 0.41, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 90 | 153 | 97 | - |
| CMYK | 0.41 | 0 | 0.37 | 0.4 |
| HSL | 126.67º | 0.26% | 0.48% | - |
| HSV(B) | 126.67º | 0.41% | 0.6% | - |
| XYZ | 17.77 | 25.82 | 15.36 | - |
| YUV | 127.78 | 110.63 | 101.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 153 | 97 | 0.41 | 0 | 0.37 | 0.4 | 126.67 | 0.26 | 0.48 |
| Hex | 5A | 99 | 61 | 29 | 0 | 25 | 28 | 7F | 1A | 30 |
| Octal | 132 | 231 | 141 | 51 | 0 | 45 | 50 | 177 | 32 | 60 |
| Binary | 1011010 | 10011001 | 1100001 | 101001 | 0 | 100101 | 101000 | 1111111 | 11010 | 110000 |
Color Harmonies of #5A9961
Complementary color
Monochromatic Colors of #5A9961
Black with #5A9961
Text Example
Text Example
White with #5A9961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A9961; }
p { color: rgb(90,153,97); }
H1.HeaderClassName
{
color: #5A9961;
}
.AnyTagClassName
{
color: #5A9961;
}
</style>
background-color css
<style>
a { background-color: #5A9961; }
a { background-color: rgb(90,153,97); }
div.DivClassName
{
background-color: #5A9961;
}
.BgClassName
{
background-color: #5A9961;
}
</style>
border-color css
<style>
span { border-color: #5A9961; }
span { border-color: rgb(90,153,97); }
td.TdClassName
{
border-color: #5A9961;
}
.TagClassName
{
border-color: #5A9961;
}
</style>