Shades of Fruit Salad #5BA85B
Tints of Fruit Salad #5BA85B
RGB
CMYK
RGB Variations
Color information
#5BA85B (or 0x5BA85B) is known color: Fruit Salad. HEX triplet: 5B, A8 and 5B. RGB value is (91,168,91). Sum of RGB (Red+Green+Blue) = 91+168+91=350 (46% of max value = 765). Red value is 91 (35.94% from 255 or 26% from 350); Green value is 168 (66.02% from 255 or 48% from 350); Blue value is 91 (35.94% from 255 or 26% from 350); Max value from RGB is 168 - color contains mainly: green. Hex color #5BA85B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5BA85B is #A457A4. Grayscale: #888888. Windows color (decimal): -10770341 or 6006875. OLE color: 6006875.
HSL color Cylindrical-coordinate representation of color #5BA85B: hue angle of 120º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5BA85B is Cyan = 0.46, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 91 | 168 | 91 | - |
| CMYK | 0.46 | 0 | 0.46 | 0.34 |
| HSL | 120º | 0.31% | 0.51% | - |
| HSV(B) | 120º | 0.46% | 0.66% | - |
| XYZ | 20.21 | 30.98 | 14.81 | - |
| YUV | 136.2 | 102.49 | 95.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 168 | 91 | 0.46 | 0 | 0.46 | 0.34 | 120 | 0.31 | 0.51 |
| Hex | 5B | A8 | 5B | 2E | 0 | 2E | 22 | 78 | 1F | 33 |
| Octal | 133 | 250 | 133 | 56 | 0 | 56 | 42 | 170 | 37 | 63 |
| Binary | 1011011 | 10101000 | 1011011 | 101110 | 0 | 101110 | 100010 | 1111000 | 11111 | 110011 |
Color Harmonies of #5BA85B
Complementary color
Monochromatic Colors of #5BA85B
Black with #5BA85B
Text Example
Text Example
White with #5BA85B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BA85B; }
p { color: rgb(91,168,91); }
H1.HeaderClassName
{
color: #5BA85B;
}
.AnyTagClassName
{
color: #5BA85B;
}
</style>
background-color css
<style>
a { background-color: #5BA85B; }
a { background-color: rgb(91,168,91); }
div.DivClassName
{
background-color: #5BA85B;
}
.BgClassName
{
background-color: #5BA85B;
}
</style>
border-color css
<style>
span { border-color: #5BA85B; }
span { border-color: rgb(91,168,91); }
td.TdClassName
{
border-color: #5BA85B;
}
.TagClassName
{
border-color: #5BA85B;
}
</style>