Shades of Fruit Salad #5BAE5B
Tints of Fruit Salad #5BAE5B
RGB
CMYK
RGB Variations
Color information
#5BAE5B (or 0x5BAE5B) is known color: Fruit Salad. HEX triplet: 5B, AE and 5B. RGB value is (91,174,91). Sum of RGB (Red+Green+Blue) = 91+174+91=356 (47% of max value = 765). Red value is 91 (35.94% from 255 or 25.56% from 356); Green value is 174 (68.36% from 255 or 48.88% from 356); Blue value is 91 (35.94% from 255 or 25.56% from 356); Max value from RGB is 174 - color contains mainly: green. Hex color #5BAE5B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5BAE5B is #A451A4. Grayscale: #8B8B8B. Windows color (decimal): -10768805 or 6008411. OLE color: 6008411.
HSL color Cylindrical-coordinate representation of color #5BAE5B: hue angle of 120º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5BAE5B is Cyan = 0.48, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 91 | 174 | 91 | - |
| CMYK | 0.48 | 0 | 0.48 | 0.32 |
| HSL | 120º | 0.34% | 0.52% | - |
| HSV(B) | 120º | 0.48% | 0.68% | - |
| XYZ | 21.34 | 33.25 | 15.19 | - |
| YUV | 139.72 | 100.5 | 93.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 174 | 91 | 0.48 | 0 | 0.48 | 0.32 | 120 | 0.34 | 0.52 |
| Hex | 5B | AE | 5B | 30 | 0 | 30 | 20 | 78 | 22 | 34 |
| Octal | 133 | 256 | 133 | 60 | 0 | 60 | 40 | 170 | 42 | 64 |
| Binary | 1011011 | 10101110 | 1011011 | 110000 | 0 | 110000 | 100000 | 1111000 | 100010 | 110100 |
Color Harmonies of #5BAE5B
Complementary color
Monochromatic Colors of #5BAE5B
Black with #5BAE5B
Text Example
Text Example
White with #5BAE5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BAE5B; }
p { color: rgb(91,174,91); }
H1.HeaderClassName
{
color: #5BAE5B;
}
.AnyTagClassName
{
color: #5BAE5B;
}
</style>
background-color css
<style>
a { background-color: #5BAE5B; }
a { background-color: rgb(91,174,91); }
div.DivClassName
{
background-color: #5BAE5B;
}
.BgClassName
{
background-color: #5BAE5B;
}
</style>
border-color css
<style>
span { border-color: #5BAE5B; }
span { border-color: rgb(91,174,91); }
td.TdClassName
{
border-color: #5BAE5B;
}
.TagClassName
{
border-color: #5BAE5B;
}
</style>