Shades of Fruit Salad #5C9F5E
Tints of Fruit Salad #5C9F5E
RGB
CMYK
RGB Variations
Color information
#5C9F5E (or 0x5C9F5E) is known color: Fruit Salad. HEX triplet: 5C, 9F and 5E. RGB value is (92,159,94). Sum of RGB (Red+Green+Blue) = 92+159+94=345 (45% of max value = 765). Red value is 92 (36.33% from 255 or 26.67% from 345); Green value is 159 (62.5% from 255 or 46.09% from 345); Blue value is 94 (37.11% from 255 or 27.25% from 345); Max value from RGB is 159 - color contains mainly: green. Hex color #5C9F5E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5C9F5E is #A360A1. Grayscale: #838383. Windows color (decimal): -10707106 or 6201180. OLE color: 6201180.
HSL color Cylindrical-coordinate representation of color #5C9F5E: hue angle of 121.79º degrees, saturation: 0.27, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5C9F5E is Cyan = 0.42, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 92 | 159 | 94 | - |
| CMYK | 0.42 | 0 | 0.41 | 0.38 |
| HSL | 121.79º | 0.27% | 0.49% | - |
| HSV(B) | 121.79º | 0.42% | 0.62% | - |
| XYZ | 18.83 | 27.88 | 14.98 | - |
| YUV | 131.56 | 106.8 | 99.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 159 | 94 | 0.42 | 0 | 0.41 | 0.38 | 121.79 | 0.27 | 0.49 |
| Hex | 5C | 9F | 5E | 2A | 0 | 29 | 26 | 7A | 1B | 31 |
| Octal | 134 | 237 | 136 | 52 | 0 | 51 | 46 | 172 | 33 | 61 |
| Binary | 1011100 | 10011111 | 1011110 | 101010 | 0 | 101001 | 100110 | 1111010 | 11011 | 110001 |
Color Harmonies of #5C9F5E
Complementary color
Monochromatic Colors of #5C9F5E
Black with #5C9F5E
Text Example
Text Example
White with #5C9F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C9F5E; }
p { color: rgb(92,159,94); }
H1.HeaderClassName
{
color: #5C9F5E;
}
.AnyTagClassName
{
color: #5C9F5E;
}
</style>
background-color css
<style>
a { background-color: #5C9F5E; }
a { background-color: rgb(92,159,94); }
div.DivClassName
{
background-color: #5C9F5E;
}
.BgClassName
{
background-color: #5C9F5E;
}
</style>
border-color css
<style>
span { border-color: #5C9F5E; }
span { border-color: rgb(92,159,94); }
td.TdClassName
{
border-color: #5C9F5E;
}
.TagClassName
{
border-color: #5C9F5E;
}
</style>