Shades of Fruit Salad #4BAB40
Tints of Fruit Salad #4BAB40
RGB
CMYK
RGB Variations
Color information
#4BAB40 (or 0x4BAB40) is known color: Fruit Salad. HEX triplet: 4B, AB and 40. RGB value is (75,171,64). Sum of RGB (Red+Green+Blue) = 75+171+64=310 (41% of max value = 765). Red value is 75 (29.69% from 255 or 24.19% from 310); Green value is 171 (67.19% from 255 or 55.16% from 310); Blue value is 64 (25.39% from 255 or 20.65% from 310); Max value from RGB is 171 - color contains mainly: green. Hex color #4BAB40 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4BAB40 is #B454BF. Grayscale: #828282. Windows color (decimal): -11818176 or 4238155. OLE color: 4238155.
HSL color Cylindrical-coordinate representation of color #4BAB40: hue angle of 113.83º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4BAB40 is Cyan = 0.56, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 75 | 171 | 64 | - |
| CMYK | 0.56 | 0 | 0.63 | 0.33 |
| HSL | 113.83º | 0.46% | 0.46% | - |
| HSV(B) | 113.83º | 0.63% | 0.67% | - |
| XYZ | 18.39 | 30.99 | 9.86 | - |
| YUV | 130.1 | 90.7 | 88.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 171 | 64 | 0.56 | 0 | 0.63 | 0.33 | 113.83 | 0.46 | 0.46 |
| Hex | 4B | AB | 40 | 38 | 0 | 3F | 21 | 72 | 2E | 2E |
| Octal | 113 | 253 | 100 | 70 | 0 | 77 | 41 | 162 | 56 | 56 |
| Binary | 1001011 | 10101011 | 1000000 | 111000 | 0 | 111111 | 100001 | 1110010 | 101110 | 101110 |
Color Harmonies of #4BAB40
Complementary color
Monochromatic Colors of #4BAB40
Black with #4BAB40
Text Example
Text Example
White with #4BAB40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BAB40; }
p { color: rgb(75,171,64); }
H1.HeaderClassName
{
color: #4BAB40;
}
.AnyTagClassName
{
color: #4BAB40;
}
</style>
background-color css
<style>
a { background-color: #4BAB40; }
a { background-color: rgb(75,171,64); }
div.DivClassName
{
background-color: #4BAB40;
}
.BgClassName
{
background-color: #4BAB40;
}
</style>
border-color css
<style>
span { border-color: #4BAB40; }
span { border-color: rgb(75,171,64); }
td.TdClassName
{
border-color: #4BAB40;
}
.TagClassName
{
border-color: #4BAB40;
}
</style>