Shades of Fruit Salad #49C258
Tints of Fruit Salad #49C258
RGB
CMYK
RGB Variations
Color information
#49C258 (or 0x49C258) is known color: Fruit Salad. HEX triplet: 49, C2 and 58. RGB value is (73,194,88). Sum of RGB (Red+Green+Blue) = 73+194+88=355 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.56% from 355); Green value is 194 (76.17% from 255 or 54.65% from 355); Blue value is 88 (34.77% from 255 or 24.79% from 355); Max value from RGB is 194 - color contains mainly: green. Hex color #49C258 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49C258 is #B63DA7. Grayscale: #929292. Windows color (decimal): -11943336 or 5816905. OLE color: 5816905.
HSL color Cylindrical-coordinate representation of color #49C258: hue angle of 127.44º 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 #49C258 is Cyan = 0.62, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 73 | 194 | 88 | - |
| CMYK | 0.62 | 0 | 0.55 | 0.24 |
| HSL | 127.44º | 0.5% | 0.52% | - |
| HSV(B) | 127.44º | 0.62% | 0.76% | - |
| XYZ | 23.8 | 40.7 | 15.83 | - |
| YUV | 145.74 | 95.41 | 76.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 194 | 88 | 0.62 | 0 | 0.55 | 0.24 | 127.44 | 0.5 | 0.52 |
| Hex | 49 | C2 | 58 | 3E | 0 | 37 | 18 | 7F | 32 | 34 |
| Octal | 111 | 302 | 130 | 76 | 0 | 67 | 30 | 177 | 62 | 64 |
| Binary | 1001001 | 11000010 | 1011000 | 111110 | 0 | 110111 | 11000 | 1111111 | 110010 | 110100 |
Color Harmonies of #49C258
Complementary color
Monochromatic Colors of #49C258
Black with #49C258
Text Example
Text Example
White with #49C258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49C258; }
p { color: rgb(73,194,88); }
H1.HeaderClassName
{
color: #49C258;
}
.AnyTagClassName
{
color: #49C258;
}
</style>
background-color css
<style>
a { background-color: #49C258; }
a { background-color: rgb(73,194,88); }
div.DivClassName
{
background-color: #49C258;
}
.BgClassName
{
background-color: #49C258;
}
</style>
border-color css
<style>
span { border-color: #49C258; }
span { border-color: rgb(73,194,88); }
td.TdClassName
{
border-color: #49C258;
}
.TagClassName
{
border-color: #49C258;
}
</style>