Shades of Fruit Salad #5BA45B
Tints of Fruit Salad #5BA45B
RGB
CMYK
RGB Variations
Color information
#5BA45B (or 0x5BA45B) is known color: Fruit Salad. HEX triplet: 5B, A4 and 5B. RGB value is (91,164,91). Sum of RGB (Red+Green+Blue) = 91+164+91=346 (45% of max value = 765). Red value is 91 (35.94% from 255 or 26.30% from 346); Green value is 164 (64.45% from 255 or 47.40% from 346); Blue value is 91 (35.94% from 255 or 26.30% from 346); Max value from RGB is 164 - color contains mainly: green. Hex color #5BA45B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5BA45B is #A45BA4. Grayscale: #868686. Windows color (decimal): -10771365 or 6005851. OLE color: 6005851.
HSL color Cylindrical-coordinate representation of color #5BA45B: hue angle of 120º degrees, saturation: 0.29, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5BA45B is Cyan = 0.45, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 91 | 164 | 91 | - |
| CMYK | 0.45 | 0 | 0.45 | 0.36 |
| HSL | 120º | 0.29% | 0.5% | - |
| HSV(B) | 120º | 0.45% | 0.64% | - |
| XYZ | 19.48 | 29.53 | 14.57 | - |
| YUV | 133.85 | 103.82 | 97.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 164 | 91 | 0.45 | 0 | 0.45 | 0.36 | 120 | 0.29 | 0.5 |
| Hex | 5B | A4 | 5B | 2D | 0 | 2D | 24 | 78 | 1D | 32 |
| Octal | 133 | 244 | 133 | 55 | 0 | 55 | 44 | 170 | 35 | 62 |
| Binary | 1011011 | 10100100 | 1011011 | 101101 | 0 | 101101 | 100100 | 1111000 | 11101 | 110010 |
Color Harmonies of #5BA45B
Complementary color
Monochromatic Colors of #5BA45B
Black with #5BA45B
Text Example
Text Example
White with #5BA45B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BA45B; }
p { color: rgb(91,164,91); }
H1.HeaderClassName
{
color: #5BA45B;
}
.AnyTagClassName
{
color: #5BA45B;
}
</style>
background-color css
<style>
a { background-color: #5BA45B; }
a { background-color: rgb(91,164,91); }
div.DivClassName
{
background-color: #5BA45B;
}
.BgClassName
{
background-color: #5BA45B;
}
</style>
border-color css
<style>
span { border-color: #5BA45B; }
span { border-color: rgb(91,164,91); }
td.TdClassName
{
border-color: #5BA45B;
}
.TagClassName
{
border-color: #5BA45B;
}
</style>