Shades of Fruit Salad #5DAA5A
Tints of Fruit Salad #5DAA5A
RGB
CMYK
RGB Variations
Color information
#5DAA5A (or 0x5DAA5A) is known color: Fruit Salad. HEX triplet: 5D, AA and 5A. RGB value is (93,170,90). Sum of RGB (Red+Green+Blue) = 93+170+90=353 (46% of max value = 765). Red value is 93 (36.72% from 255 or 26.35% from 353); Green value is 170 (66.80% from 255 or 48.16% from 353); Blue value is 90 (35.55% from 255 or 25.50% from 353); Max value from RGB is 170 - color contains mainly: green. Hex color #5DAA5A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5DAA5A is #A255A5. Grayscale: #8A8A8A. Windows color (decimal): -10638758 or 5941853. OLE color: 5941853.
HSL color Cylindrical-coordinate representation of color #5DAA5A: hue angle of 117.75º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5DAA5A is Cyan = 0.45, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 93 | 170 | 90 | - |
| CMYK | 0.45 | 0 | 0.47 | 0.33 |
| HSL | 117.75º | 0.32% | 0.51% | - |
| HSV(B) | 117.75º | 0.47% | 0.67% | - |
| XYZ | 20.73 | 31.81 | 14.72 | - |
| YUV | 137.86 | 100.99 | 96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 170 | 90 | 0.45 | 0 | 0.47 | 0.33 | 117.75 | 0.32 | 0.51 |
| Hex | 5D | AA | 5A | 2D | 0 | 2F | 21 | 76 | 20 | 33 |
| Octal | 135 | 252 | 132 | 55 | 0 | 57 | 41 | 166 | 40 | 63 |
| Binary | 1011101 | 10101010 | 1011010 | 101101 | 0 | 101111 | 100001 | 1110110 | 100000 | 110011 |
Color Harmonies of #5DAA5A
Complementary color
Monochromatic Colors of #5DAA5A
Black with #5DAA5A
Text Example
Text Example
White with #5DAA5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DAA5A; }
p { color: rgb(93,170,90); }
H1.HeaderClassName
{
color: #5DAA5A;
}
.AnyTagClassName
{
color: #5DAA5A;
}
</style>
background-color css
<style>
a { background-color: #5DAA5A; }
a { background-color: rgb(93,170,90); }
div.DivClassName
{
background-color: #5DAA5A;
}
.BgClassName
{
background-color: #5DAA5A;
}
</style>
border-color css
<style>
span { border-color: #5DAA5A; }
span { border-color: rgb(93,170,90); }
td.TdClassName
{
border-color: #5DAA5A;
}
.TagClassName
{
border-color: #5DAA5A;
}
</style>