Shades of Fruit Salad #5DA85B
Tints of Fruit Salad #5DA85B
RGB
CMYK
RGB Variations
Color information
#5DA85B (or 0x5DA85B) is known color: Fruit Salad. HEX triplet: 5D, A8 and 5B. RGB value is (93,168,91). Sum of RGB (Red+Green+Blue) = 93+168+91=352 (46% of max value = 765). Red value is 93 (36.72% from 255 or 26.42% from 352); Green value is 168 (66.02% from 255 or 47.73% from 352); Blue value is 91 (35.94% from 255 or 25.85% from 352); Max value from RGB is 168 - color contains mainly: green. Hex color #5DA85B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5DA85B is #A257A4. Grayscale: #898989. Windows color (decimal): -10639269 or 6006877. OLE color: 6006877.
HSL color Cylindrical-coordinate representation of color #5DA85B: hue angle of 118.44º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5DA85B is Cyan = 0.45, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 93 | 168 | 91 | - |
| CMYK | 0.45 | 0 | 0.46 | 0.34 |
| HSL | 118.44º | 0.31% | 0.51% | - |
| HSV(B) | 118.44º | 0.46% | 0.66% | - |
| XYZ | 20.41 | 31.09 | 14.82 | - |
| YUV | 136.8 | 102.15 | 96.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 168 | 91 | 0.45 | 0 | 0.46 | 0.34 | 118.44 | 0.31 | 0.51 |
| Hex | 5D | A8 | 5B | 2D | 0 | 2E | 22 | 76 | 1F | 33 |
| Octal | 135 | 250 | 133 | 55 | 0 | 56 | 42 | 166 | 37 | 63 |
| Binary | 1011101 | 10101000 | 1011011 | 101101 | 0 | 101110 | 100010 | 1110110 | 11111 | 110011 |
Color Harmonies of #5DA85B
Complementary color
Monochromatic Colors of #5DA85B
Black with #5DA85B
Text Example
Text Example
White with #5DA85B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DA85B; }
p { color: rgb(93,168,91); }
H1.HeaderClassName
{
color: #5DA85B;
}
.AnyTagClassName
{
color: #5DA85B;
}
</style>
background-color css
<style>
a { background-color: #5DA85B; }
a { background-color: rgb(93,168,91); }
div.DivClassName
{
background-color: #5DA85B;
}
.BgClassName
{
background-color: #5DA85B;
}
</style>
border-color css
<style>
span { border-color: #5DA85B; }
span { border-color: rgb(93,168,91); }
td.TdClassName
{
border-color: #5DA85B;
}
.TagClassName
{
border-color: #5DA85B;
}
</style>