Shades of Fruit Salad #49C251
Tints of Fruit Salad #49C251
RGB
CMYK
RGB Variations
Color information
#49C251 (or 0x49C251) is known color: Fruit Salad. HEX triplet: 49, C2 and 51. RGB value is (73,194,81). Sum of RGB (Red+Green+Blue) = 73+194+81=348 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.98% from 348); Green value is 194 (76.17% from 255 or 55.75% from 348); Blue value is 81 (32.03% from 255 or 23.28% from 348); Max value from RGB is 194 - color contains mainly: green. Hex color #49C251 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49C251 is #B63DAE. Grayscale: #919191. Windows color (decimal): -11943343 or 5358153. OLE color: 5358153.
HSL color Cylindrical-coordinate representation of color #49C251: hue angle of 123.97º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #49C251 is Cyan = 0.62, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 73 | 194 | 81 | - |
| CMYK | 0.62 | 0 | 0.58 | 0.24 |
| HSL | 123.97º | 0.5% | 0.52% | - |
| HSV(B) | 123.97º | 0.62% | 0.76% | - |
| XYZ | 23.52 | 40.59 | 14.38 | - |
| YUV | 144.94 | 91.91 | 76.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 194 | 81 | 0.62 | 0 | 0.58 | 0.24 | 123.97 | 0.5 | 0.52 |
| Hex | 49 | C2 | 51 | 3E | 0 | 3A | 18 | 7C | 32 | 34 |
| Octal | 111 | 302 | 121 | 76 | 0 | 72 | 30 | 174 | 62 | 64 |
| Binary | 1001001 | 11000010 | 1010001 | 111110 | 0 | 111010 | 11000 | 1111100 | 110010 | 110100 |
Color Harmonies of #49C251
Complementary color
Monochromatic Colors of #49C251
Black with #49C251
Text Example
Text Example
White with #49C251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49C251; }
p { color: rgb(73,194,81); }
H1.HeaderClassName
{
color: #49C251;
}
.AnyTagClassName
{
color: #49C251;
}
</style>
background-color css
<style>
a { background-color: #49C251; }
a { background-color: rgb(73,194,81); }
div.DivClassName
{
background-color: #49C251;
}
.BgClassName
{
background-color: #49C251;
}
</style>
border-color css
<style>
span { border-color: #49C251; }
span { border-color: rgb(73,194,81); }
td.TdClassName
{
border-color: #49C251;
}
.TagClassName
{
border-color: #49C251;
}
</style>