Shades of Fruit Salad #5BA15B
Tints of Fruit Salad #5BA15B
RGB
CMYK
RGB Variations
Color information
#5BA15B (or 0x5BA15B) is known color: Fruit Salad. HEX triplet: 5B, A1 and 5B. RGB value is (91,161,91). Sum of RGB (Red+Green+Blue) = 91+161+91=343 (45% of max value = 765). Red value is 91 (35.94% from 255 or 26.53% from 343); Green value is 161 (63.28% from 255 or 46.94% from 343); Blue value is 91 (35.94% from 255 or 26.53% from 343); Max value from RGB is 161 - color contains mainly: green. Hex color #5BA15B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5BA15B is #A45EA4. Grayscale: #848484. Windows color (decimal): -10772133 or 6005083. OLE color: 6005083.
HSL color Cylindrical-coordinate representation of color #5BA15B: hue angle of 120º degrees, saturation: 0.28, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5BA15B is Cyan = 0.43, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 91 | 161 | 91 | - |
| CMYK | 0.43 | 0 | 0.43 | 0.37 |
| HSL | 120º | 0.28% | 0.49% | - |
| HSV(B) | 120º | 0.43% | 0.63% | - |
| XYZ | 18.95 | 28.47 | 14.39 | - |
| YUV | 132.09 | 104.81 | 98.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 161 | 91 | 0.43 | 0 | 0.43 | 0.37 | 120 | 0.28 | 0.49 |
| Hex | 5B | A1 | 5B | 2B | 0 | 2B | 25 | 78 | 1C | 31 |
| Octal | 133 | 241 | 133 | 53 | 0 | 53 | 45 | 170 | 34 | 61 |
| Binary | 1011011 | 10100001 | 1011011 | 101011 | 0 | 101011 | 100101 | 1111000 | 11100 | 110001 |
Color Harmonies of #5BA15B
Complementary color
Monochromatic Colors of #5BA15B
Black with #5BA15B
Text Example
Text Example
White with #5BA15B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BA15B; }
p { color: rgb(91,161,91); }
H1.HeaderClassName
{
color: #5BA15B;
}
.AnyTagClassName
{
color: #5BA15B;
}
</style>
background-color css
<style>
a { background-color: #5BA15B; }
a { background-color: rgb(91,161,91); }
div.DivClassName
{
background-color: #5BA15B;
}
.BgClassName
{
background-color: #5BA15B;
}
</style>
border-color css
<style>
span { border-color: #5BA15B; }
span { border-color: rgb(91,161,91); }
td.TdClassName
{
border-color: #5BA15B;
}
.TagClassName
{
border-color: #5BA15B;
}
</style>