Shades of Fruit Salad #5BA754
Tints of Fruit Salad #5BA754
RGB
CMYK
RGB Variations
Color information
#5BA754 (or 0x5BA754) is known color: Fruit Salad. HEX triplet: 5B, A7 and 54. RGB value is (91,167,84). Sum of RGB (Red+Green+Blue) = 91+167+84=342 (45% of max value = 765). Red value is 91 (35.94% from 255 or 26.61% from 342); Green value is 167 (65.62% from 255 or 48.83% from 342); Blue value is 84 (33.20% from 255 or 24.56% from 342); Max value from RGB is 167 - color contains mainly: green. Hex color #5BA754 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5BA754 is #A458AB. Grayscale: #878787. Windows color (decimal): -10770604 or 5547867. OLE color: 5547867.
HSL color Cylindrical-coordinate representation of color #5BA754: hue angle of 114.94º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5BA754 is Cyan = 0.46, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 91 | 167 | 84 | - |
| CMYK | 0.46 | 0 | 0.50 | 0.35 |
| HSL | 114.94º | 0.33% | 0.49% | - |
| HSV(B) | 114.94º | 0.5% | 0.65% | - |
| XYZ | 19.73 | 30.5 | 13.23 | - |
| YUV | 134.81 | 99.32 | 96.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 167 | 84 | 0.46 | 0 | 0.50 | 0.35 | 114.94 | 0.33 | 0.49 |
| Hex | 5B | A7 | 54 | 2E | 0 | 32 | 23 | 73 | 21 | 31 |
| Octal | 133 | 247 | 124 | 56 | 0 | 62 | 43 | 163 | 41 | 61 |
| Binary | 1011011 | 10100111 | 1010100 | 101110 | 0 | 110010 | 100011 | 1110011 | 100001 | 110001 |
Color Harmonies of #5BA754
Complementary color
Monochromatic Colors of #5BA754
Black with #5BA754
Text Example
Text Example
White with #5BA754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BA754; }
p { color: rgb(91,167,84); }
H1.HeaderClassName
{
color: #5BA754;
}
.AnyTagClassName
{
color: #5BA754;
}
</style>
background-color css
<style>
a { background-color: #5BA754; }
a { background-color: rgb(91,167,84); }
div.DivClassName
{
background-color: #5BA754;
}
.BgClassName
{
background-color: #5BA754;
}
</style>
border-color css
<style>
span { border-color: #5BA754; }
span { border-color: rgb(91,167,84); }
td.TdClassName
{
border-color: #5BA754;
}
.TagClassName
{
border-color: #5BA754;
}
</style>