Shades of Fruit Salad #5BA65E
Tints of Fruit Salad #5BA65E
RGB
CMYK
RGB Variations
Color information
#5BA65E (or 0x5BA65E) is known color: Fruit Salad. HEX triplet: 5B, A6 and 5E. RGB value is (91,166,94). Sum of RGB (Red+Green+Blue) = 91+166+94=351 (46% of max value = 765). Red value is 91 (35.94% from 255 or 25.93% from 351); Green value is 166 (65.23% from 255 or 47.29% from 351); Blue value is 94 (37.11% from 255 or 26.78% from 351); Max value from RGB is 166 - color contains mainly: green. Hex color #5BA65E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5BA65E is #A459A1. Grayscale: #878787. Windows color (decimal): -10770850 or 6202971. OLE color: 6202971.
HSL color Cylindrical-coordinate representation of color #5BA65E: hue angle of 122.4º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5BA65E is Cyan = 0.45, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 91 | 166 | 94 | - |
| CMYK | 0.45 | 0 | 0.43 | 0.35 |
| HSL | 122.4º | 0.3% | 0.5% | - |
| HSV(B) | 122.4º | 0.45% | 0.65% | - |
| XYZ | 19.97 | 30.3 | 15.39 | - |
| YUV | 135.37 | 104.65 | 96.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 166 | 94 | 0.45 | 0 | 0.43 | 0.35 | 122.4 | 0.3 | 0.5 |
| Hex | 5B | A6 | 5E | 2D | 0 | 2B | 23 | 7A | 1E | 32 |
| Octal | 133 | 246 | 136 | 55 | 0 | 53 | 43 | 172 | 36 | 62 |
| Binary | 1011011 | 10100110 | 1011110 | 101101 | 0 | 101011 | 100011 | 1111010 | 11110 | 110010 |
Color Harmonies of #5BA65E
Complementary color
Monochromatic Colors of #5BA65E
Black with #5BA65E
Text Example
Text Example
White with #5BA65E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BA65E; }
p { color: rgb(91,166,94); }
H1.HeaderClassName
{
color: #5BA65E;
}
.AnyTagClassName
{
color: #5BA65E;
}
</style>
background-color css
<style>
a { background-color: #5BA65E; }
a { background-color: rgb(91,166,94); }
div.DivClassName
{
background-color: #5BA65E;
}
.BgClassName
{
background-color: #5BA65E;
}
</style>
border-color css
<style>
span { border-color: #5BA65E; }
span { border-color: rgb(91,166,94); }
td.TdClassName
{
border-color: #5BA65E;
}
.TagClassName
{
border-color: #5BA65E;
}
</style>