Shades of Fruit Salad #5C9D61
Tints of Fruit Salad #5C9D61
RGB
CMYK
RGB Variations
Color information
#5C9D61 (or 0x5C9D61) is known color: Fruit Salad. HEX triplet: 5C, 9D and 61. RGB value is (92,157,97). Sum of RGB (Red+Green+Blue) = 92+157+97=346 (45% of max value = 765). Red value is 92 (36.33% from 255 or 26.59% from 346); Green value is 157 (61.72% from 255 or 45.38% from 346); Blue value is 97 (38.28% from 255 or 28.03% from 346); Max value from RGB is 157 - color contains mainly: green. Hex color #5C9D61 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5C9D61 is #A3629E. Grayscale: #828282. Windows color (decimal): -10707615 or 6397276. OLE color: 6397276.
HSL color Cylindrical-coordinate representation of color #5C9D61: hue angle of 124.62º degrees, saturation: 0.26, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5C9D61 is Cyan = 0.41, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 92 | 157 | 97 | - |
| CMYK | 0.41 | 0 | 0.38 | 0.38 |
| HSL | 124.62º | 0.26% | 0.49% | - |
| HSV(B) | 124.62º | 0.41% | 0.62% | - |
| XYZ | 18.63 | 27.25 | 15.59 | - |
| YUV | 130.73 | 108.97 | 100.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 157 | 97 | 0.41 | 0 | 0.38 | 0.38 | 124.62 | 0.26 | 0.49 |
| Hex | 5C | 9D | 61 | 29 | 0 | 26 | 26 | 7D | 1A | 31 |
| Octal | 134 | 235 | 141 | 51 | 0 | 46 | 46 | 175 | 32 | 61 |
| Binary | 1011100 | 10011101 | 1100001 | 101001 | 0 | 100110 | 100110 | 1111101 | 11010 | 110001 |
Color Harmonies of #5C9D61
Complementary color
Monochromatic Colors of #5C9D61
Black with #5C9D61
Text Example
Text Example
White with #5C9D61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C9D61; }
p { color: rgb(92,157,97); }
H1.HeaderClassName
{
color: #5C9D61;
}
.AnyTagClassName
{
color: #5C9D61;
}
</style>
background-color css
<style>
a { background-color: #5C9D61; }
a { background-color: rgb(92,157,97); }
div.DivClassName
{
background-color: #5C9D61;
}
.BgClassName
{
background-color: #5C9D61;
}
</style>
border-color css
<style>
span { border-color: #5C9D61; }
span { border-color: rgb(92,157,97); }
td.TdClassName
{
border-color: #5C9D61;
}
.TagClassName
{
border-color: #5C9D61;
}
</style>