Shades of Fruit Salad #5BAE58
Tints of Fruit Salad #5BAE58
RGB
CMYK
RGB Variations
Color information
#5BAE58 (or 0x5BAE58) is known color: Fruit Salad. HEX triplet: 5B, AE and 58. RGB value is (91,174,88). Sum of RGB (Red+Green+Blue) = 91+174+88=353 (46% of max value = 765). Red value is 91 (35.94% from 255 or 25.78% from 353); Green value is 174 (68.36% from 255 or 49.29% from 353); Blue value is 88 (34.77% from 255 or 24.93% from 353); Max value from RGB is 174 - color contains mainly: green. Hex color #5BAE58 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5BAE58 is #A451A7. Grayscale: #8B8B8B. Windows color (decimal): -10768808 or 5811803. OLE color: 5811803.
HSL color Cylindrical-coordinate representation of color #5BAE58: hue angle of 117.91º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5BAE58 is Cyan = 0.48, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 91 | 174 | 88 | - |
| CMYK | 0.48 | 0 | 0.49 | 0.32 |
| HSL | 117.91º | 0.35% | 0.51% | - |
| HSV(B) | 117.91º | 0.49% | 0.68% | - |
| XYZ | 21.21 | 33.2 | 14.52 | - |
| YUV | 139.38 | 99 | 93.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 174 | 88 | 0.48 | 0 | 0.49 | 0.32 | 117.91 | 0.35 | 0.51 |
| Hex | 5B | AE | 58 | 30 | 0 | 31 | 20 | 76 | 23 | 33 |
| Octal | 133 | 256 | 130 | 60 | 0 | 61 | 40 | 166 | 43 | 63 |
| Binary | 1011011 | 10101110 | 1011000 | 110000 | 0 | 110001 | 100000 | 1110110 | 100011 | 110011 |
Color Harmonies of #5BAE58
Complementary color
Monochromatic Colors of #5BAE58
Black with #5BAE58
Text Example
Text Example
White with #5BAE58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BAE58; }
p { color: rgb(91,174,88); }
H1.HeaderClassName
{
color: #5BAE58;
}
.AnyTagClassName
{
color: #5BAE58;
}
</style>
background-color css
<style>
a { background-color: #5BAE58; }
a { background-color: rgb(91,174,88); }
div.DivClassName
{
background-color: #5BAE58;
}
.BgClassName
{
background-color: #5BAE58;
}
</style>
border-color css
<style>
span { border-color: #5BAE58; }
span { border-color: rgb(91,174,88); }
td.TdClassName
{
border-color: #5BAE58;
}
.TagClassName
{
border-color: #5BAE58;
}
</style>