Shades of Fruit Salad #4BAA5A
Tints of Fruit Salad #4BAA5A
RGB
CMYK
RGB Variations
Color information
#4BAA5A (or 0x4BAA5A) is known color: Fruit Salad. HEX triplet: 4B, AA and 5A. RGB value is (75,170,90). Sum of RGB (Red+Green+Blue) = 75+170+90=335 (44% of max value = 765). Red value is 75 (29.69% from 255 or 22.39% from 335); Green value is 170 (66.80% from 255 or 50.75% from 335); Blue value is 90 (35.55% from 255 or 26.87% from 335); Max value from RGB is 170 - color contains mainly: green. Hex color #4BAA5A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4BAA5A is #B455A5. Grayscale: #848484. Windows color (decimal): -11818406 or 5941835. OLE color: 5941835.
HSL color Cylindrical-coordinate representation of color #4BAA5A: hue angle of 129.47º 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 #4BAA5A is Cyan = 0.56, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 75 | 170 | 90 | - |
| CMYK | 0.56 | 0 | 0.47 | 0.33 |
| HSL | 129.47º | 0.39% | 0.48% | - |
| HSV(B) | 129.47º | 0.56% | 0.67% | - |
| XYZ | 19.12 | 30.98 | 14.65 | - |
| YUV | 132.48 | 104.03 | 87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 170 | 90 | 0.56 | 0 | 0.47 | 0.33 | 129.47 | 0.39 | 0.48 |
| Hex | 4B | AA | 5A | 38 | 0 | 2F | 21 | 81 | 27 | 30 |
| Octal | 113 | 252 | 132 | 70 | 0 | 57 | 41 | 201 | 47 | 60 |
| Binary | 1001011 | 10101010 | 1011010 | 111000 | 0 | 101111 | 100001 | 10000001 | 100111 | 110000 |
Color Harmonies of #4BAA5A
Complementary color
Monochromatic Colors of #4BAA5A
Black with #4BAA5A
Text Example
Text Example
White with #4BAA5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BAA5A; }
p { color: rgb(75,170,90); }
H1.HeaderClassName
{
color: #4BAA5A;
}
.AnyTagClassName
{
color: #4BAA5A;
}
</style>
background-color css
<style>
a { background-color: #4BAA5A; }
a { background-color: rgb(75,170,90); }
div.DivClassName
{
background-color: #4BAA5A;
}
.BgClassName
{
background-color: #4BAA5A;
}
</style>
border-color css
<style>
span { border-color: #4BAA5A; }
span { border-color: rgb(75,170,90); }
td.TdClassName
{
border-color: #4BAA5A;
}
.TagClassName
{
border-color: #4BAA5A;
}
</style>