Shades of Fruit Salad #5EA260
Tints of Fruit Salad #5EA260
RGB
CMYK
RGB Variations
Color information
#5EA260 (or 0x5EA260) is known color: Fruit Salad. HEX triplet: 5E, A2 and 60. RGB value is (94,162,96). Sum of RGB (Red+Green+Blue) = 94+162+96=352 (46% of max value = 765). Red value is 94 (37.11% from 255 or 26.70% from 352); Green value is 162 (63.67% from 255 or 46.02% from 352); Blue value is 96 (37.89% from 255 or 27.27% from 352); Max value from RGB is 162 - color contains mainly: green. Hex color #5EA260 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5EA260 is #A15D9F. Grayscale: #868686. Windows color (decimal): -10575264 or 6333022. OLE color: 6333022.
HSL color Cylindrical-coordinate representation of color #5EA260: hue angle of 121.76º degrees, saturation: 0.27, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5EA260 is Cyan = 0.42, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 94 | 162 | 96 | - |
| CMYK | 0.42 | 0 | 0.41 | 0.36 |
| HSL | 121.76º | 0.27% | 0.5% | - |
| HSV(B) | 121.76º | 0.42% | 0.64% | - |
| XYZ | 19.65 | 29.06 | 15.64 | - |
| YUV | 134.14 | 106.47 | 99.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 162 | 96 | 0.42 | 0 | 0.41 | 0.36 | 121.76 | 0.27 | 0.5 |
| Hex | 5E | A2 | 60 | 2A | 0 | 29 | 24 | 7A | 1B | 32 |
| Octal | 136 | 242 | 140 | 52 | 0 | 51 | 44 | 172 | 33 | 62 |
| Binary | 1011110 | 10100010 | 1100000 | 101010 | 0 | 101001 | 100100 | 1111010 | 11011 | 110010 |
Color Harmonies of #5EA260
Complementary color
Monochromatic Colors of #5EA260
Black with #5EA260
Text Example
Text Example
White with #5EA260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EA260; }
p { color: rgb(94,162,96); }
H1.HeaderClassName
{
color: #5EA260;
}
.AnyTagClassName
{
color: #5EA260;
}
</style>
background-color css
<style>
a { background-color: #5EA260; }
a { background-color: rgb(94,162,96); }
div.DivClassName
{
background-color: #5EA260;
}
.BgClassName
{
background-color: #5EA260;
}
</style>
border-color css
<style>
span { border-color: #5EA260; }
span { border-color: rgb(94,162,96); }
td.TdClassName
{
border-color: #5EA260;
}
.TagClassName
{
border-color: #5EA260;
}
</style>