Shades of Fruit Salad #4AAF5B
Tints of Fruit Salad #4AAF5B
RGB
CMYK
RGB Variations
Color information
#4AAF5B (or 0x4AAF5B) is known color: Fruit Salad. HEX triplet: 4A, AF and 5B. RGB value is (74,175,91). Sum of RGB (Red+Green+Blue) = 74+175+91=340 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.76% from 340); Green value is 175 (68.75% from 255 or 51.47% from 340); Blue value is 91 (35.94% from 255 or 26.76% from 340); Max value from RGB is 175 - color contains mainly: green. Hex color #4AAF5B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4AAF5B is #B550A4. Grayscale: #878787. Windows color (decimal): -11882661 or 6008650. OLE color: 6008650.
HSL color Cylindrical-coordinate representation of color #4AAF5B: hue angle of 130.1º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4AAF5B is Cyan = 0.58, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 74 | 175 | 91 | - |
| CMYK | 0.58 | 0 | 0.48 | 0.31 |
| HSL | 130.1º | 0.41% | 0.49% | - |
| HSV(B) | 130.1º | 0.58% | 0.69% | - |
| XYZ | 20.04 | 32.87 | 15.19 | - |
| YUV | 135.23 | 103.04 | 84.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 175 | 91 | 0.58 | 0 | 0.48 | 0.31 | 130.1 | 0.41 | 0.49 |
| Hex | 4A | AF | 5B | 3A | 0 | 30 | 1F | 82 | 29 | 31 |
| Octal | 112 | 257 | 133 | 72 | 0 | 60 | 37 | 202 | 51 | 61 |
| Binary | 1001010 | 10101111 | 1011011 | 111010 | 0 | 110000 | 11111 | 10000010 | 101001 | 110001 |
Color Harmonies of #4AAF5B
Complementary color
Monochromatic Colors of #4AAF5B
Black with #4AAF5B
Text Example
Text Example
White with #4AAF5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AAF5B; }
p { color: rgb(74,175,91); }
H1.HeaderClassName
{
color: #4AAF5B;
}
.AnyTagClassName
{
color: #4AAF5B;
}
</style>
background-color css
<style>
a { background-color: #4AAF5B; }
a { background-color: rgb(74,175,91); }
div.DivClassName
{
background-color: #4AAF5B;
}
.BgClassName
{
background-color: #4AAF5B;
}
</style>
border-color css
<style>
span { border-color: #4AAF5B; }
span { border-color: rgb(74,175,91); }
td.TdClassName
{
border-color: #4AAF5B;
}
.TagClassName
{
border-color: #4AAF5B;
}
</style>