Shades of Fruit Salad #4AB246
Tints of Fruit Salad #4AB246
RGB
CMYK
RGB Variations
Color information
#4AB246 (or 0x4AB246) is known color: Fruit Salad. HEX triplet: 4A, B2 and 46. RGB value is (74,178,70). Sum of RGB (Red+Green+Blue) = 74+178+70=322 (42% of max value = 765). Red value is 74 (29.30% from 255 or 22.98% from 322); Green value is 178 (69.92% from 255 or 55.28% from 322); Blue value is 70 (27.73% from 255 or 21.74% from 322); Max value from RGB is 178 - color contains mainly: green. Hex color #4AB246 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4AB246 is #B54DB9. Grayscale: #868686. Windows color (decimal): -11881914 or 4633162. OLE color: 4633162.
HSL color Cylindrical-coordinate representation of color #4AB246: hue angle of 117.78º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4AB246 is Cyan = 0.58, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 74 | 178 | 70 | - |
| CMYK | 0.58 | 0 | 0.61 | 0.30 |
| HSL | 117.78º | 0.44% | 0.49% | - |
| HSV(B) | 117.78º | 0.61% | 0.7% | - |
| XYZ | 19.85 | 33.74 | 11.26 | - |
| YUV | 134.59 | 91.54 | 84.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 178 | 70 | 0.58 | 0 | 0.61 | 0.30 | 117.78 | 0.44 | 0.49 |
| Hex | 4A | B2 | 46 | 3A | 0 | 3D | 1E | 76 | 2C | 31 |
| Octal | 112 | 262 | 106 | 72 | 0 | 75 | 36 | 166 | 54 | 61 |
| Binary | 1001010 | 10110010 | 1000110 | 111010 | 0 | 111101 | 11110 | 1110110 | 101100 | 110001 |
Color Harmonies of #4AB246
Complementary color
Monochromatic Colors of #4AB246
Black with #4AB246
Text Example
Text Example
White with #4AB246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AB246; }
p { color: rgb(74,178,70); }
H1.HeaderClassName
{
color: #4AB246;
}
.AnyTagClassName
{
color: #4AB246;
}
</style>
background-color css
<style>
a { background-color: #4AB246; }
a { background-color: rgb(74,178,70); }
div.DivClassName
{
background-color: #4AB246;
}
.BgClassName
{
background-color: #4AB246;
}
</style>
border-color css
<style>
span { border-color: #4AB246; }
span { border-color: rgb(74,178,70); }
td.TdClassName
{
border-color: #4AB246;
}
.TagClassName
{
border-color: #4AB246;
}
</style>