Shades of Fruit Salad #5B9C5D
Tints of Fruit Salad #5B9C5D
RGB
CMYK
RGB Variations
Color information
#5B9C5D (or 0x5B9C5D) is known color: Fruit Salad. HEX triplet: 5B, 9C and 5D. RGB value is (91,156,93). Sum of RGB (Red+Green+Blue) = 91+156+93=340 (45% of max value = 765). Red value is 91 (35.94% from 255 or 26.76% from 340); Green value is 156 (61.33% from 255 or 45.88% from 340); Blue value is 93 (36.72% from 255 or 27.35% from 340); Max value from RGB is 156 - color contains mainly: green. Hex color #5B9C5D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B9C5D is #A463A2. Grayscale: #818181. Windows color (decimal): -10773411 or 6134875. OLE color: 6134875.
HSL color Cylindrical-coordinate representation of color #5B9C5D: hue angle of 121.85º degrees, saturation: 0.26, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5B9C5D is Cyan = 0.42, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 91 | 156 | 93 | - |
| CMYK | 0.42 | 0 | 0.40 | 0.39 |
| HSL | 121.85º | 0.26% | 0.48% | - |
| HSV(B) | 121.85º | 0.42% | 0.61% | - |
| XYZ | 18.18 | 26.79 | 14.57 | - |
| YUV | 129.38 | 107.47 | 100.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 156 | 93 | 0.42 | 0 | 0.40 | 0.39 | 121.85 | 0.26 | 0.48 |
| Hex | 5B | 9C | 5D | 2A | 0 | 28 | 27 | 7A | 1A | 30 |
| Octal | 133 | 234 | 135 | 52 | 0 | 50 | 47 | 172 | 32 | 60 |
| Binary | 1011011 | 10011100 | 1011101 | 101010 | 0 | 101000 | 100111 | 1111010 | 11010 | 110000 |
Color Harmonies of #5B9C5D
Complementary color
Monochromatic Colors of #5B9C5D
Black with #5B9C5D
Text Example
Text Example
White with #5B9C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B9C5D; }
p { color: rgb(91,156,93); }
H1.HeaderClassName
{
color: #5B9C5D;
}
.AnyTagClassName
{
color: #5B9C5D;
}
</style>
background-color css
<style>
a { background-color: #5B9C5D; }
a { background-color: rgb(91,156,93); }
div.DivClassName
{
background-color: #5B9C5D;
}
.BgClassName
{
background-color: #5B9C5D;
}
</style>
border-color css
<style>
span { border-color: #5B9C5D; }
span { border-color: rgb(91,156,93); }
td.TdClassName
{
border-color: #5B9C5D;
}
.TagClassName
{
border-color: #5B9C5D;
}
</style>