Shades of Fruit Salad #5BAE57
Tints of Fruit Salad #5BAE57
RGB
CMYK
RGB Variations
Color information
#5BAE57 (or 0x5BAE57) is known color: Fruit Salad. HEX triplet: 5B, AE and 57. RGB value is (91,174,87). Sum of RGB (Red+Green+Blue) = 91+174+87=352 (46% of max value = 765). Red value is 91 (35.94% from 255 or 25.85% from 352); Green value is 174 (68.36% from 255 or 49.43% from 352); Blue value is 87 (34.38% from 255 or 24.72% from 352); Max value from RGB is 174 - color contains mainly: green. Hex color #5BAE57 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5BAE57 is #A451A8. Grayscale: #8B8B8B. Windows color (decimal): -10768809 or 5746267. OLE color: 5746267.
HSL color Cylindrical-coordinate representation of color #5BAE57: hue angle of 117.24º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5BAE57 is Cyan = 0.48, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 91 | 174 | 87 | - |
| CMYK | 0.48 | 0 | 0.5 | 0.32 |
| HSL | 117.24º | 0.35% | 0.51% | - |
| HSV(B) | 117.24º | 0.5% | 0.68% | - |
| XYZ | 21.17 | 33.18 | 14.31 | - |
| YUV | 139.27 | 98.5 | 93.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 174 | 87 | 0.48 | 0 | 0.5 | 0.32 | 117.24 | 0.35 | 0.51 |
| Hex | 5B | AE | 57 | 30 | 0 | 32 | 20 | 75 | 23 | 33 |
| Octal | 133 | 256 | 127 | 60 | 0 | 62 | 40 | 165 | 43 | 63 |
| Binary | 1011011 | 10101110 | 1010111 | 110000 | 0 | 110010 | 100000 | 1110101 | 100011 | 110011 |
Color Harmonies of #5BAE57
Complementary color
Monochromatic Colors of #5BAE57
Black with #5BAE57
Text Example
Text Example
White with #5BAE57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BAE57; }
p { color: rgb(91,174,87); }
H1.HeaderClassName
{
color: #5BAE57;
}
.AnyTagClassName
{
color: #5BAE57;
}
</style>
background-color css
<style>
a { background-color: #5BAE57; }
a { background-color: rgb(91,174,87); }
div.DivClassName
{
background-color: #5BAE57;
}
.BgClassName
{
background-color: #5BAE57;
}
</style>
border-color css
<style>
span { border-color: #5BAE57; }
span { border-color: rgb(91,174,87); }
td.TdClassName
{
border-color: #5BAE57;
}
.TagClassName
{
border-color: #5BAE57;
}
</style>