Shades of Fruit Salad #5AAF53
Tints of Fruit Salad #5AAF53
RGB
CMYK
RGB Variations
Color information
#5AAF53 (or 0x5AAF53) is known color: Fruit Salad. HEX triplet: 5A, AF and 53. RGB value is (90,175,83). Sum of RGB (Red+Green+Blue) = 90+175+83=348 (46% of max value = 765). Red value is 90 (35.55% from 255 or 25.86% from 348); Green value is 175 (68.75% from 255 or 50.29% from 348); Blue value is 83 (32.81% from 255 or 23.85% from 348); Max value from RGB is 175 - color contains mainly: green. Hex color #5AAF53 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5AAF53 is #A550AC. Grayscale: #8B8B8B. Windows color (decimal): -10834093 or 5484378. OLE color: 5484378.
HSL color Cylindrical-coordinate representation of color #5AAF53: hue angle of 115.43º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5AAF53 is Cyan = 0.49, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 90 | 175 | 83 | - |
| CMYK | 0.49 | 0 | 0.53 | 0.31 |
| HSL | 115.43º | 0.37% | 0.51% | - |
| HSV(B) | 115.43º | 0.53% | 0.69% | - |
| XYZ | 21.11 | 33.46 | 13.53 | - |
| YUV | 139.1 | 96.34 | 92.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 175 | 83 | 0.49 | 0 | 0.53 | 0.31 | 115.43 | 0.37 | 0.51 |
| Hex | 5A | AF | 53 | 31 | 0 | 35 | 1F | 73 | 25 | 33 |
| Octal | 132 | 257 | 123 | 61 | 0 | 65 | 37 | 163 | 45 | 63 |
| Binary | 1011010 | 10101111 | 1010011 | 110001 | 0 | 110101 | 11111 | 1110011 | 100101 | 110011 |
Color Harmonies of #5AAF53
Complementary color
Monochromatic Colors of #5AAF53
Black with #5AAF53
Text Example
Text Example
White with #5AAF53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AAF53; }
p { color: rgb(90,175,83); }
H1.HeaderClassName
{
color: #5AAF53;
}
.AnyTagClassName
{
color: #5AAF53;
}
</style>
background-color css
<style>
a { background-color: #5AAF53; }
a { background-color: rgb(90,175,83); }
div.DivClassName
{
background-color: #5AAF53;
}
.BgClassName
{
background-color: #5AAF53;
}
</style>
border-color css
<style>
span { border-color: #5AAF53; }
span { border-color: rgb(90,175,83); }
td.TdClassName
{
border-color: #5AAF53;
}
.TagClassName
{
border-color: #5AAF53;
}
</style>