Shades of Fruit Salad #5A9D5C
Tints of Fruit Salad #5A9D5C
RGB
CMYK
RGB Variations
Color information
#5A9D5C (or 0x5A9D5C) is known color: Fruit Salad. HEX triplet: 5A, 9D and 5C. RGB value is (90,157,92). Sum of RGB (Red+Green+Blue) = 90+157+92=339 (44% of max value = 765). Red value is 90 (35.55% from 255 or 26.55% from 339); Green value is 157 (61.72% from 255 or 46.31% from 339); Blue value is 92 (36.33% from 255 or 27.14% from 339); Max value from RGB is 157 - color contains mainly: green. Hex color #5A9D5C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A9D5C is #A562A3. Grayscale: #818181. Windows color (decimal): -10838692 or 6069594. OLE color: 6069594.
HSL color Cylindrical-coordinate representation of color #5A9D5C: hue angle of 121.79º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5A9D5C is Cyan = 0.43, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 90 | 157 | 92 | - |
| CMYK | 0.43 | 0 | 0.41 | 0.38 |
| HSL | 121.79º | 0.27% | 0.48% | - |
| HSV(B) | 121.79º | 0.43% | 0.62% | - |
| XYZ | 18.21 | 27.06 | 14.39 | - |
| YUV | 129.56 | 106.8 | 99.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 157 | 92 | 0.43 | 0 | 0.41 | 0.38 | 121.79 | 0.27 | 0.48 |
| Hex | 5A | 9D | 5C | 2B | 0 | 29 | 26 | 7A | 1B | 30 |
| Octal | 132 | 235 | 134 | 53 | 0 | 51 | 46 | 172 | 33 | 60 |
| Binary | 1011010 | 10011101 | 1011100 | 101011 | 0 | 101001 | 100110 | 1111010 | 11011 | 110000 |
Color Harmonies of #5A9D5C
Complementary color
Monochromatic Colors of #5A9D5C
Black with #5A9D5C
Text Example
Text Example
White with #5A9D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A9D5C; }
p { color: rgb(90,157,92); }
H1.HeaderClassName
{
color: #5A9D5C;
}
.AnyTagClassName
{
color: #5A9D5C;
}
</style>
background-color css
<style>
a { background-color: #5A9D5C; }
a { background-color: rgb(90,157,92); }
div.DivClassName
{
background-color: #5A9D5C;
}
.BgClassName
{
background-color: #5A9D5C;
}
</style>
border-color css
<style>
span { border-color: #5A9D5C; }
span { border-color: rgb(90,157,92); }
td.TdClassName
{
border-color: #5A9D5C;
}
.TagClassName
{
border-color: #5A9D5C;
}
</style>