Shades of Fruit Salad #5BA752
Tints of Fruit Salad #5BA752
RGB
CMYK
RGB Variations
Color information
#5BA752 (or 0x5BA752) is known color: Fruit Salad. HEX triplet: 5B, A7 and 52. RGB value is (91,167,82). Sum of RGB (Red+Green+Blue) = 91+167+82=340 (45% of max value = 765). Red value is 91 (35.94% from 255 or 26.76% from 340); Green value is 167 (65.62% from 255 or 49.12% from 340); Blue value is 82 (32.42% from 255 or 24.12% from 340); Max value from RGB is 167 - color contains mainly: green. Hex color #5BA752 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5BA752 is #A458AD. Grayscale: #868686. Windows color (decimal): -10770606 or 5416795. OLE color: 5416795.
HSL color Cylindrical-coordinate representation of color #5BA752: hue angle of 113.65º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5BA752 is Cyan = 0.46, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 91 | 167 | 82 | - |
| CMYK | 0.46 | 0 | 0.51 | 0.35 |
| HSL | 113.65º | 0.34% | 0.49% | - |
| HSV(B) | 113.65º | 0.51% | 0.65% | - |
| XYZ | 19.66 | 30.47 | 12.83 | - |
| YUV | 134.59 | 98.32 | 96.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 167 | 82 | 0.46 | 0 | 0.51 | 0.35 | 113.65 | 0.34 | 0.49 |
| Hex | 5B | A7 | 52 | 2E | 0 | 33 | 23 | 72 | 22 | 31 |
| Octal | 133 | 247 | 122 | 56 | 0 | 63 | 43 | 162 | 42 | 61 |
| Binary | 1011011 | 10100111 | 1010010 | 101110 | 0 | 110011 | 100011 | 1110010 | 100010 | 110001 |
Color Harmonies of #5BA752
Complementary color
Monochromatic Colors of #5BA752
Black with #5BA752
Text Example
Text Example
White with #5BA752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BA752; }
p { color: rgb(91,167,82); }
H1.HeaderClassName
{
color: #5BA752;
}
.AnyTagClassName
{
color: #5BA752;
}
</style>
background-color css
<style>
a { background-color: #5BA752; }
a { background-color: rgb(91,167,82); }
div.DivClassName
{
background-color: #5BA752;
}
.BgClassName
{
background-color: #5BA752;
}
</style>
border-color css
<style>
span { border-color: #5BA752; }
span { border-color: rgb(91,167,82); }
td.TdClassName
{
border-color: #5BA752;
}
.TagClassName
{
border-color: #5BA752;
}
</style>