Shades of Fruit Salad #49BE43
Tints of Fruit Salad #49BE43
RGB
CMYK
RGB Variations
Color information
#49BE43 (or 0x49BE43) is known color: Fruit Salad. HEX triplet: 49, BE and 43. RGB value is (73,190,67). Sum of RGB (Red+Green+Blue) = 73+190+67=330 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.12% from 330); Green value is 190 (74.61% from 255 or 57.58% from 330); Blue value is 67 (26.56% from 255 or 20.30% from 330); Max value from RGB is 190 - color contains mainly: green. Hex color #49BE43 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49BE43 is #B641BC. Grayscale: #8D8D8D. Windows color (decimal): -11944381 or 4439625. OLE color: 4439625.
HSL color Cylindrical-coordinate representation of color #49BE43: hue angle of 117.07º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #49BE43 is Cyan = 0.62, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 73 | 190 | 67 | - |
| CMYK | 0.62 | 0 | 0.65 | 0.25 |
| HSL | 117.07º | 0.49% | 0.5% | - |
| HSV(B) | 117.07º | 0.65% | 0.75% | - |
| XYZ | 22.17 | 38.65 | 11.6 | - |
| YUV | 141 | 86.24 | 79.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 190 | 67 | 0.62 | 0 | 0.65 | 0.25 | 117.07 | 0.49 | 0.5 |
| Hex | 49 | BE | 43 | 3E | 0 | 41 | 19 | 75 | 31 | 32 |
| Octal | 111 | 276 | 103 | 76 | 0 | 101 | 31 | 165 | 61 | 62 |
| Binary | 1001001 | 10111110 | 1000011 | 111110 | 0 | 1000001 | 11001 | 1110101 | 110001 | 110010 |
Color Harmonies of #49BE43
Complementary color
Monochromatic Colors of #49BE43
Black with #49BE43
Text Example
Text Example
White with #49BE43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49BE43; }
p { color: rgb(73,190,67); }
H1.HeaderClassName
{
color: #49BE43;
}
.AnyTagClassName
{
color: #49BE43;
}
</style>
background-color css
<style>
a { background-color: #49BE43; }
a { background-color: rgb(73,190,67); }
div.DivClassName
{
background-color: #49BE43;
}
.BgClassName
{
background-color: #49BE43;
}
</style>
border-color css
<style>
span { border-color: #49BE43; }
span { border-color: rgb(73,190,67); }
td.TdClassName
{
border-color: #49BE43;
}
.TagClassName
{
border-color: #49BE43;
}
</style>