Shades of Fruit Salad #5AAF54
Tints of Fruit Salad #5AAF54
RGB
CMYK
RGB Variations
Color information
#5AAF54 (or 0x5AAF54) is known color: Fruit Salad. HEX triplet: 5A, AF and 54. RGB value is (90,175,84). Sum of RGB (Red+Green+Blue) = 90+175+84=349 (46% of max value = 765). Red value is 90 (35.55% from 255 or 25.79% from 349); Green value is 175 (68.75% from 255 or 50.14% from 349); Blue value is 84 (33.20% from 255 or 24.07% from 349); Max value from RGB is 175 - color contains mainly: green. Hex color #5AAF54 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5AAF54 is #A550AB. Grayscale: #8B8B8B. Windows color (decimal): -10834092 or 5549914. OLE color: 5549914.
HSL color Cylindrical-coordinate representation of color #5AAF54: hue angle of 116.04º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5AAF54 is Cyan = 0.49, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 90 | 175 | 84 | - |
| CMYK | 0.49 | 0 | 0.52 | 0.31 |
| HSL | 116.04º | 0.36% | 0.51% | - |
| HSV(B) | 116.04º | 0.52% | 0.69% | - |
| XYZ | 21.15 | 33.47 | 13.73 | - |
| YUV | 139.21 | 96.84 | 92.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 175 | 84 | 0.49 | 0 | 0.52 | 0.31 | 116.04 | 0.36 | 0.51 |
| Hex | 5A | AF | 54 | 31 | 0 | 34 | 1F | 74 | 24 | 33 |
| Octal | 132 | 257 | 124 | 61 | 0 | 64 | 37 | 164 | 44 | 63 |
| Binary | 1011010 | 10101111 | 1010100 | 110001 | 0 | 110100 | 11111 | 1110100 | 100100 | 110011 |
Color Harmonies of #5AAF54
Complementary color
Monochromatic Colors of #5AAF54
Black with #5AAF54
Text Example
Text Example
White with #5AAF54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AAF54; }
p { color: rgb(90,175,84); }
H1.HeaderClassName
{
color: #5AAF54;
}
.AnyTagClassName
{
color: #5AAF54;
}
</style>
background-color css
<style>
a { background-color: #5AAF54; }
a { background-color: rgb(90,175,84); }
div.DivClassName
{
background-color: #5AAF54;
}
.BgClassName
{
background-color: #5AAF54;
}
</style>
border-color css
<style>
span { border-color: #5AAF54; }
span { border-color: rgb(90,175,84); }
td.TdClassName
{
border-color: #5AAF54;
}
.TagClassName
{
border-color: #5AAF54;
}
</style>