Shades of Fruit Salad #4AB139
Tints of Fruit Salad #4AB139
RGB
CMYK
RGB Variations
Color information
#4AB139 (or 0x4AB139) is known color: Fruit Salad. HEX triplet: 4A, B1 and 39. RGB value is (74,177,57). Sum of RGB (Red+Green+Blue) = 74+177+57=308 (40% of max value = 765). Red value is 74 (29.30% from 255 or 24.03% from 308); Green value is 177 (69.53% from 255 or 57.47% from 308); Blue value is 57 (22.66% from 255 or 18.51% from 308); Max value from RGB is 177 - color contains mainly: green. Hex color #4AB139 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4AB139 is #B54EC6. Grayscale: #848484. Windows color (decimal): -11882183 or 3780938. OLE color: 3780938.
HSL color Cylindrical-coordinate representation of color #4AB139: hue angle of 111.5º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4AB139 is Cyan = 0.58, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 74 | 177 | 57 | - |
| CMYK | 0.58 | 0 | 0.68 | 0.31 |
| HSL | 111.5º | 0.51% | 0.46% | - |
| HSV(B) | 111.5º | 0.68% | 0.69% | - |
| XYZ | 19.28 | 33.2 | 9.26 | - |
| YUV | 132.52 | 85.38 | 86.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 177 | 57 | 0.58 | 0 | 0.68 | 0.31 | 111.5 | 0.51 | 0.46 |
| Hex | 4A | B1 | 39 | 3A | 0 | 44 | 1F | 70 | 33 | 2E |
| Octal | 112 | 261 | 71 | 72 | 0 | 104 | 37 | 160 | 63 | 56 |
| Binary | 1001010 | 10110001 | 111001 | 111010 | 0 | 1000100 | 11111 | 1110000 | 110011 | 101110 |
Color Harmonies of #4AB139
Complementary color
Monochromatic Colors of #4AB139
Black with #4AB139
Text Example
Text Example
White with #4AB139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AB139; }
p { color: rgb(74,177,57); }
H1.HeaderClassName
{
color: #4AB139;
}
.AnyTagClassName
{
color: #4AB139;
}
</style>
background-color css
<style>
a { background-color: #4AB139; }
a { background-color: rgb(74,177,57); }
div.DivClassName
{
background-color: #4AB139;
}
.BgClassName
{
background-color: #4AB139;
}
</style>
border-color css
<style>
span { border-color: #4AB139; }
span { border-color: rgb(74,177,57); }
td.TdClassName
{
border-color: #4AB139;
}
.TagClassName
{
border-color: #4AB139;
}
</style>