Shades of Fruit Salad #5AA75B
Tints of Fruit Salad #5AA75B
RGB
CMYK
RGB Variations
Color information
#5AA75B (or 0x5AA75B) is known color: Fruit Salad. HEX triplet: 5A, A7 and 5B. RGB value is (90,167,91). Sum of RGB (Red+Green+Blue) = 90+167+91=348 (46% of max value = 765). Red value is 90 (35.55% from 255 or 25.86% from 348); Green value is 167 (65.62% from 255 or 47.99% from 348); Blue value is 91 (35.94% from 255 or 26.15% from 348); Max value from RGB is 167 - color contains mainly: green. Hex color #5AA75B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5AA75B is #A558A4. Grayscale: #878787. Windows color (decimal): -10836133 or 6006618. OLE color: 6006618.
HSL color Cylindrical-coordinate representation of color #5AA75B: hue angle of 120.78º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5AA75B is Cyan = 0.46, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 90 | 167 | 91 | - |
| CMYK | 0.46 | 0 | 0.46 | 0.35 |
| HSL | 120.78º | 0.3% | 0.5% | - |
| HSV(B) | 120.78º | 0.46% | 0.65% | - |
| XYZ | 19.92 | 30.57 | 14.75 | - |
| YUV | 135.31 | 102.99 | 95.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 167 | 91 | 0.46 | 0 | 0.46 | 0.35 | 120.78 | 0.3 | 0.5 |
| Hex | 5A | A7 | 5B | 2E | 0 | 2E | 23 | 79 | 1E | 32 |
| Octal | 132 | 247 | 133 | 56 | 0 | 56 | 43 | 171 | 36 | 62 |
| Binary | 1011010 | 10100111 | 1011011 | 101110 | 0 | 101110 | 100011 | 1111001 | 11110 | 110010 |
Color Harmonies of #5AA75B
Complementary color
Monochromatic Colors of #5AA75B
Black with #5AA75B
Text Example
Text Example
White with #5AA75B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AA75B; }
p { color: rgb(90,167,91); }
H1.HeaderClassName
{
color: #5AA75B;
}
.AnyTagClassName
{
color: #5AA75B;
}
</style>
background-color css
<style>
a { background-color: #5AA75B; }
a { background-color: rgb(90,167,91); }
div.DivClassName
{
background-color: #5AA75B;
}
.BgClassName
{
background-color: #5AA75B;
}
</style>
border-color css
<style>
span { border-color: #5AA75B; }
span { border-color: rgb(90,167,91); }
td.TdClassName
{
border-color: #5AA75B;
}
.TagClassName
{
border-color: #5AA75B;
}
</style>