Shades of Fruit Salad #4BAA57
Tints of Fruit Salad #4BAA57
RGB
CMYK
RGB Variations
Color information
#4BAA57 (or 0x4BAA57) is known color: Fruit Salad. HEX triplet: 4B, AA and 57. RGB value is (75,170,87). Sum of RGB (Red+Green+Blue) = 75+170+87=332 (43% of max value = 765). Red value is 75 (29.69% from 255 or 22.59% from 332); Green value is 170 (66.80% from 255 or 51.20% from 332); Blue value is 87 (34.38% from 255 or 26.20% from 332); Max value from RGB is 170 - color contains mainly: green. Hex color #4BAA57 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4BAA57 is #B455A8. Grayscale: #848484. Windows color (decimal): -11818409 or 5745227. OLE color: 5745227.
HSL color Cylindrical-coordinate representation of color #4BAA57: hue angle of 127.58º 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 #4BAA57 is Cyan = 0.56, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 75 | 170 | 87 | - |
| CMYK | 0.56 | 0 | 0.49 | 0.33 |
| HSL | 127.58º | 0.39% | 0.48% | - |
| HSV(B) | 127.58º | 0.56% | 0.67% | - |
| XYZ | 19 | 30.93 | 13.99 | - |
| YUV | 132.13 | 102.53 | 87.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 170 | 87 | 0.56 | 0 | 0.49 | 0.33 | 127.58 | 0.39 | 0.48 |
| Hex | 4B | AA | 57 | 38 | 0 | 31 | 21 | 80 | 27 | 30 |
| Octal | 113 | 252 | 127 | 70 | 0 | 61 | 41 | 200 | 47 | 60 |
| Binary | 1001011 | 10101010 | 1010111 | 111000 | 0 | 110001 | 100001 | 10000000 | 100111 | 110000 |
Color Harmonies of #4BAA57
Complementary color
Monochromatic Colors of #4BAA57
Black with #4BAA57
Text Example
Text Example
White with #4BAA57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BAA57; }
p { color: rgb(75,170,87); }
H1.HeaderClassName
{
color: #4BAA57;
}
.AnyTagClassName
{
color: #4BAA57;
}
</style>
background-color css
<style>
a { background-color: #4BAA57; }
a { background-color: rgb(75,170,87); }
div.DivClassName
{
background-color: #4BAA57;
}
.BgClassName
{
background-color: #4BAA57;
}
</style>
border-color css
<style>
span { border-color: #4BAA57; }
span { border-color: rgb(75,170,87); }
td.TdClassName
{
border-color: #4BAA57;
}
.TagClassName
{
border-color: #4BAA57;
}
</style>