Shades of Fruit Salad #4BAA4E
Tints of Fruit Salad #4BAA4E
RGB
CMYK
RGB Variations
Color information
#4BAA4E (or 0x4BAA4E) is known color: Fruit Salad. HEX triplet: 4B, AA and 4E. RGB value is (75,170,78). Sum of RGB (Red+Green+Blue) = 75+170+78=323 (42% of max value = 765). Red value is 75 (29.69% from 255 or 23.22% from 323); Green value is 170 (66.80% from 255 or 52.63% from 323); Blue value is 78 (30.86% from 255 or 24.15% from 323); Max value from RGB is 170 - color contains mainly: green. Hex color #4BAA4E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4BAA4E is #B455B1. Grayscale: #838383. Windows color (decimal): -11818418 or 5155403. OLE color: 5155403.
HSL color Cylindrical-coordinate representation of color #4BAA4E: hue angle of 121.89º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4BAA4E is Cyan = 0.56, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 75 | 170 | 78 | - |
| CMYK | 0.56 | 0 | 0.54 | 0.33 |
| HSL | 121.89º | 0.39% | 0.48% | - |
| HSV(B) | 121.89º | 0.56% | 0.67% | - |
| XYZ | 18.65 | 30.8 | 12.17 | - |
| YUV | 131.11 | 98.03 | 87.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 170 | 78 | 0.56 | 0 | 0.54 | 0.33 | 121.89 | 0.39 | 0.48 |
| Hex | 4B | AA | 4E | 38 | 0 | 36 | 21 | 7A | 27 | 30 |
| Octal | 113 | 252 | 116 | 70 | 0 | 66 | 41 | 172 | 47 | 60 |
| Binary | 1001011 | 10101010 | 1001110 | 111000 | 0 | 110110 | 100001 | 1111010 | 100111 | 110000 |
Color Harmonies of #4BAA4E
Complementary color
Monochromatic Colors of #4BAA4E
Black with #4BAA4E
Text Example
Text Example
White with #4BAA4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BAA4E; }
p { color: rgb(75,170,78); }
H1.HeaderClassName
{
color: #4BAA4E;
}
.AnyTagClassName
{
color: #4BAA4E;
}
</style>
background-color css
<style>
a { background-color: #4BAA4E; }
a { background-color: rgb(75,170,78); }
div.DivClassName
{
background-color: #4BAA4E;
}
.BgClassName
{
background-color: #4BAA4E;
}
</style>
border-color css
<style>
span { border-color: #4BAA4E; }
span { border-color: rgb(75,170,78); }
td.TdClassName
{
border-color: #4BAA4E;
}
.TagClassName
{
border-color: #4BAA4E;
}
</style>