Shades of Fruit Salad #5AB254
Tints of Fruit Salad #5AB254
RGB
CMYK
RGB Variations
Color information
#5AB254 (or 0x5AB254) is known color: Fruit Salad. HEX triplet: 5A, B2 and 54. RGB value is (90,178,84). Sum of RGB (Red+Green+Blue) = 90+178+84=352 (46% of max value = 765). Red value is 90 (35.55% from 255 or 25.57% from 352); Green value is 178 (69.92% from 255 or 50.57% from 352); Blue value is 84 (33.20% from 255 or 23.86% from 352); Max value from RGB is 178 - color contains mainly: green. Hex color #5AB254 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5AB254 is #A54DAB. Grayscale: #8D8D8D. Windows color (decimal): -10833324 or 5550682. OLE color: 5550682.
HSL color Cylindrical-coordinate representation of color #5AB254: hue angle of 116.17º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5AB254 is Cyan = 0.49, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 90 | 178 | 84 | - |
| CMYK | 0.49 | 0 | 0.53 | 0.30 |
| HSL | 116.17º | 0.38% | 0.51% | - |
| HSV(B) | 116.17º | 0.53% | 0.7% | - |
| XYZ | 21.74 | 34.65 | 13.93 | - |
| YUV | 140.97 | 95.85 | 91.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 178 | 84 | 0.49 | 0 | 0.53 | 0.30 | 116.17 | 0.38 | 0.51 |
| Hex | 5A | B2 | 54 | 31 | 0 | 35 | 1E | 74 | 26 | 33 |
| Octal | 132 | 262 | 124 | 61 | 0 | 65 | 36 | 164 | 46 | 63 |
| Binary | 1011010 | 10110010 | 1010100 | 110001 | 0 | 110101 | 11110 | 1110100 | 100110 | 110011 |
Color Harmonies of #5AB254
Complementary color
Monochromatic Colors of #5AB254
Black with #5AB254
Text Example
Text Example
White with #5AB254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB254; }
p { color: rgb(90,178,84); }
H1.HeaderClassName
{
color: #5AB254;
}
.AnyTagClassName
{
color: #5AB254;
}
</style>
background-color css
<style>
a { background-color: #5AB254; }
a { background-color: rgb(90,178,84); }
div.DivClassName
{
background-color: #5AB254;
}
.BgClassName
{
background-color: #5AB254;
}
</style>
border-color css
<style>
span { border-color: #5AB254; }
span { border-color: rgb(90,178,84); }
td.TdClassName
{
border-color: #5AB254;
}
.TagClassName
{
border-color: #5AB254;
}
</style>