Shades of Fruit Salad #5BAD54
Tints of Fruit Salad #5BAD54
RGB
CMYK
RGB Variations
Color information
#5BAD54 (or 0x5BAD54) is known color: Fruit Salad. HEX triplet: 5B, AD and 54. RGB value is (91,173,84). Sum of RGB (Red+Green+Blue) = 91+173+84=348 (46% of max value = 765). Red value is 91 (35.94% from 255 or 26.15% from 348); Green value is 173 (67.97% from 255 or 49.71% from 348); Blue value is 84 (33.20% from 255 or 24.14% from 348); Max value from RGB is 173 - color contains mainly: green. Hex color #5BAD54 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5BAD54 is #A452AB. Grayscale: #8A8A8A. Windows color (decimal): -10769068 or 5549403. OLE color: 5549403.
HSL color Cylindrical-coordinate representation of color #5BAD54: hue angle of 115.28º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5BAD54 is Cyan = 0.47, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 91 | 173 | 84 | - |
| CMYK | 0.47 | 0 | 0.51 | 0.32 |
| HSL | 115.28º | 0.35% | 0.5% | - |
| HSV(B) | 115.28º | 0.51% | 0.68% | - |
| XYZ | 20.86 | 32.75 | 13.61 | - |
| YUV | 138.34 | 97.33 | 94.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 173 | 84 | 0.47 | 0 | 0.51 | 0.32 | 115.28 | 0.35 | 0.5 |
| Hex | 5B | AD | 54 | 2F | 0 | 33 | 20 | 73 | 23 | 32 |
| Octal | 133 | 255 | 124 | 57 | 0 | 63 | 40 | 163 | 43 | 62 |
| Binary | 1011011 | 10101101 | 1010100 | 101111 | 0 | 110011 | 100000 | 1110011 | 100011 | 110010 |
Color Harmonies of #5BAD54
Complementary color
Monochromatic Colors of #5BAD54
Black with #5BAD54
Text Example
Text Example
White with #5BAD54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BAD54; }
p { color: rgb(91,173,84); }
H1.HeaderClassName
{
color: #5BAD54;
}
.AnyTagClassName
{
color: #5BAD54;
}
</style>
background-color css
<style>
a { background-color: #5BAD54; }
a { background-color: rgb(91,173,84); }
div.DivClassName
{
background-color: #5BAD54;
}
.BgClassName
{
background-color: #5BAD54;
}
</style>
border-color css
<style>
span { border-color: #5BAD54; }
span { border-color: rgb(91,173,84); }
td.TdClassName
{
border-color: #5BAD54;
}
.TagClassName
{
border-color: #5BAD54;
}
</style>