Shades of Fruit Salad #5DAA55
Tints of Fruit Salad #5DAA55
RGB
CMYK
RGB Variations
Color information
#5DAA55 (or 0x5DAA55) is known color: Fruit Salad. HEX triplet: 5D, AA and 55. RGB value is (93,170,85). Sum of RGB (Red+Green+Blue) = 93+170+85=348 (46% of max value = 765). Red value is 93 (36.72% from 255 or 26.72% from 348); Green value is 170 (66.80% from 255 or 48.85% from 348); Blue value is 85 (33.59% from 255 or 24.43% from 348); Max value from RGB is 170 - color contains mainly: green. Hex color #5DAA55 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5DAA55 is #A255AA. Grayscale: #898989. Windows color (decimal): -10638763 or 5614173. OLE color: 5614173.
HSL color Cylindrical-coordinate representation of color #5DAA55: hue angle of 114.35º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5DAA55 is Cyan = 0.45, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 93 | 170 | 85 | - |
| CMYK | 0.45 | 0 | 0.50 | 0.33 |
| HSL | 114.35º | 0.33% | 0.5% | - |
| HSV(B) | 114.35º | 0.5% | 0.67% | - |
| XYZ | 20.53 | 31.73 | 13.64 | - |
| YUV | 137.29 | 98.49 | 96.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 170 | 85 | 0.45 | 0 | 0.50 | 0.33 | 114.35 | 0.33 | 0.5 |
| Hex | 5D | AA | 55 | 2D | 0 | 32 | 21 | 72 | 21 | 32 |
| Octal | 135 | 252 | 125 | 55 | 0 | 62 | 41 | 162 | 41 | 62 |
| Binary | 1011101 | 10101010 | 1010101 | 101101 | 0 | 110010 | 100001 | 1110010 | 100001 | 110010 |
Color Harmonies of #5DAA55
Complementary color
Monochromatic Colors of #5DAA55
Black with #5DAA55
Text Example
Text Example
White with #5DAA55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DAA55; }
p { color: rgb(93,170,85); }
H1.HeaderClassName
{
color: #5DAA55;
}
.AnyTagClassName
{
color: #5DAA55;
}
</style>
background-color css
<style>
a { background-color: #5DAA55; }
a { background-color: rgb(93,170,85); }
div.DivClassName
{
background-color: #5DAA55;
}
.BgClassName
{
background-color: #5DAA55;
}
</style>
border-color css
<style>
span { border-color: #5DAA55; }
span { border-color: rgb(93,170,85); }
td.TdClassName
{
border-color: #5DAA55;
}
.TagClassName
{
border-color: #5DAA55;
}
</style>