Shades of Fruit Salad #5BA152
Tints of Fruit Salad #5BA152
RGB
CMYK
RGB Variations
Color information
#5BA152 (or 0x5BA152) is known color: Fruit Salad. HEX triplet: 5B, A1 and 52. RGB value is (91,161,82). Sum of RGB (Red+Green+Blue) = 91+161+82=334 (44% of max value = 765). Red value is 91 (35.94% from 255 or 27.25% from 334); Green value is 161 (63.28% from 255 or 48.20% from 334); Blue value is 82 (32.42% from 255 or 24.55% from 334); Max value from RGB is 161 - color contains mainly: green. Hex color #5BA152 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5BA152 is #A45EAD. Grayscale: #838383. Windows color (decimal): -10772142 or 5415259. OLE color: 5415259.
HSL color Cylindrical-coordinate representation of color #5BA152: hue angle of 113.16º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5BA152 is Cyan = 0.43, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 91 | 161 | 82 | - |
| CMYK | 0.43 | 0 | 0.49 | 0.37 |
| HSL | 113.16º | 0.33% | 0.48% | - |
| HSV(B) | 113.16º | 0.49% | 0.63% | - |
| XYZ | 18.58 | 28.32 | 12.47 | - |
| YUV | 131.06 | 100.31 | 99.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 161 | 82 | 0.43 | 0 | 0.49 | 0.37 | 113.16 | 0.33 | 0.48 |
| Hex | 5B | A1 | 52 | 2B | 0 | 31 | 25 | 71 | 21 | 30 |
| Octal | 133 | 241 | 122 | 53 | 0 | 61 | 45 | 161 | 41 | 60 |
| Binary | 1011011 | 10100001 | 1010010 | 101011 | 0 | 110001 | 100101 | 1110001 | 100001 | 110000 |
Color Harmonies of #5BA152
Complementary color
Monochromatic Colors of #5BA152
Black with #5BA152
Text Example
Text Example
White with #5BA152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BA152; }
p { color: rgb(91,161,82); }
H1.HeaderClassName
{
color: #5BA152;
}
.AnyTagClassName
{
color: #5BA152;
}
</style>
background-color css
<style>
a { background-color: #5BA152; }
a { background-color: rgb(91,161,82); }
div.DivClassName
{
background-color: #5BA152;
}
.BgClassName
{
background-color: #5BA152;
}
</style>
border-color css
<style>
span { border-color: #5BA152; }
span { border-color: rgb(91,161,82); }
td.TdClassName
{
border-color: #5BA152;
}
.TagClassName
{
border-color: #5BA152;
}
</style>