Shades of Fruit Salad #5DA157
Tints of Fruit Salad #5DA157
RGB
CMYK
RGB Variations
Color information
#5DA157 (or 0x5DA157) is known color: Fruit Salad. HEX triplet: 5D, A1 and 57. RGB value is (93,161,87). Sum of RGB (Red+Green+Blue) = 93+161+87=341 (45% of max value = 765). Red value is 93 (36.72% from 255 or 27.27% from 341); Green value is 161 (63.28% from 255 or 47.21% from 341); Blue value is 87 (34.38% from 255 or 25.51% from 341); Max value from RGB is 161 - color contains mainly: green. Hex color #5DA157 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5DA157 is #A25EA8. Grayscale: #848484. Windows color (decimal): -10641065 or 5742941. OLE color: 5742941.
HSL color Cylindrical-coordinate representation of color #5DA157: hue angle of 115.14º degrees, saturation: 0.3, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5DA157 is Cyan = 0.42, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 93 | 161 | 87 | - |
| CMYK | 0.42 | 0 | 0.46 | 0.37 |
| HSL | 115.14º | 0.3% | 0.49% | - |
| HSV(B) | 115.14º | 0.46% | 0.63% | - |
| XYZ | 18.98 | 28.51 | 13.52 | - |
| YUV | 132.23 | 102.47 | 100.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 161 | 87 | 0.42 | 0 | 0.46 | 0.37 | 115.14 | 0.3 | 0.49 |
| Hex | 5D | A1 | 57 | 2A | 0 | 2E | 25 | 73 | 1E | 31 |
| Octal | 135 | 241 | 127 | 52 | 0 | 56 | 45 | 163 | 36 | 61 |
| Binary | 1011101 | 10100001 | 1010111 | 101010 | 0 | 101110 | 100101 | 1110011 | 11110 | 110001 |
Color Harmonies of #5DA157
Complementary color
Monochromatic Colors of #5DA157
Black with #5DA157
Text Example
Text Example
White with #5DA157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DA157; }
p { color: rgb(93,161,87); }
H1.HeaderClassName
{
color: #5DA157;
}
.AnyTagClassName
{
color: #5DA157;
}
</style>
background-color css
<style>
a { background-color: #5DA157; }
a { background-color: rgb(93,161,87); }
div.DivClassName
{
background-color: #5DA157;
}
.BgClassName
{
background-color: #5DA157;
}
</style>
border-color css
<style>
span { border-color: #5DA157; }
span { border-color: rgb(93,161,87); }
td.TdClassName
{
border-color: #5DA157;
}
.TagClassName
{
border-color: #5DA157;
}
</style>