Shades of Fruit Salad #5DA062
Tints of Fruit Salad #5DA062
RGB
CMYK
RGB Variations
Color information
#5DA062 (or 0x5DA062) is known color: Fruit Salad. HEX triplet: 5D, A0 and 62. RGB value is (93,160,98). Sum of RGB (Red+Green+Blue) = 93+160+98=351 (46% of max value = 765). Red value is 93 (36.72% from 255 or 26.50% from 351); Green value is 160 (62.89% from 255 or 45.58% from 351); Blue value is 98 (38.67% from 255 or 27.92% from 351); Max value from RGB is 160 - color contains mainly: green. Hex color #5DA062 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5DA062 is #A25F9D. Grayscale: #858585. Windows color (decimal): -10641310 or 6463581. OLE color: 6463581.
HSL color Cylindrical-coordinate representation of color #5DA062: hue angle of 124.48º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5DA062 is Cyan = 0.42, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 93 | 160 | 98 | - |
| CMYK | 0.42 | 0 | 0.39 | 0.37 |
| HSL | 124.48º | 0.26% | 0.5% | - |
| HSV(B) | 124.48º | 0.42% | 0.63% | - |
| XYZ | 19.29 | 28.35 | 16.01 | - |
| YUV | 132.9 | 108.3 | 99.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 160 | 98 | 0.42 | 0 | 0.39 | 0.37 | 124.48 | 0.26 | 0.5 |
| Hex | 5D | A0 | 62 | 2A | 0 | 27 | 25 | 7C | 1A | 32 |
| Octal | 135 | 240 | 142 | 52 | 0 | 47 | 45 | 174 | 32 | 62 |
| Binary | 1011101 | 10100000 | 1100010 | 101010 | 0 | 100111 | 100101 | 1111100 | 11010 | 110010 |
Color Harmonies of #5DA062
Complementary color
Monochromatic Colors of #5DA062
Black with #5DA062
Text Example
Text Example
White with #5DA062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DA062; }
p { color: rgb(93,160,98); }
H1.HeaderClassName
{
color: #5DA062;
}
.AnyTagClassName
{
color: #5DA062;
}
</style>
background-color css
<style>
a { background-color: #5DA062; }
a { background-color: rgb(93,160,98); }
div.DivClassName
{
background-color: #5DA062;
}
.BgClassName
{
background-color: #5DA062;
}
</style>
border-color css
<style>
span { border-color: #5DA062; }
span { border-color: rgb(93,160,98); }
td.TdClassName
{
border-color: #5DA062;
}
.TagClassName
{
border-color: #5DA062;
}
</style>