Shades of Fruit Salad #49C15B
Tints of Fruit Salad #49C15B
RGB
CMYK
RGB Variations
Color information
#49C15B (or 0x49C15B) is known color: Fruit Salad. HEX triplet: 49, C1 and 5B. RGB value is (73,193,91). Sum of RGB (Red+Green+Blue) = 73+193+91=357 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.45% from 357); Green value is 193 (75.78% from 255 or 54.06% from 357); Blue value is 91 (35.94% from 255 or 25.49% from 357); Max value from RGB is 193 - color contains mainly: green. Hex color #49C15B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49C15B is #B63EA4. Grayscale: #919191. Windows color (decimal): -11943589 or 6013257. OLE color: 6013257.
HSL color Cylindrical-coordinate representation of color #49C15B: hue angle of 129º degrees, saturation: 0.49, 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 #49C15B is Cyan = 0.62, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 73 | 193 | 91 | - |
| CMYK | 0.62 | 0 | 0.53 | 0.24 |
| HSL | 129º | 0.49% | 0.52% | - |
| HSV(B) | 129º | 0.62% | 0.76% | - |
| XYZ | 23.71 | 40.31 | 16.43 | - |
| YUV | 145.49 | 97.24 | 76.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 193 | 91 | 0.62 | 0 | 0.53 | 0.24 | 129 | 0.49 | 0.52 |
| Hex | 49 | C1 | 5B | 3E | 0 | 35 | 18 | 81 | 31 | 34 |
| Octal | 111 | 301 | 133 | 76 | 0 | 65 | 30 | 201 | 61 | 64 |
| Binary | 1001001 | 11000001 | 1011011 | 111110 | 0 | 110101 | 11000 | 10000001 | 110001 | 110100 |
Color Harmonies of #49C15B
Complementary color
Monochromatic Colors of #49C15B
Black with #49C15B
Text Example
Text Example
White with #49C15B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49C15B; }
p { color: rgb(73,193,91); }
H1.HeaderClassName
{
color: #49C15B;
}
.AnyTagClassName
{
color: #49C15B;
}
</style>
background-color css
<style>
a { background-color: #49C15B; }
a { background-color: rgb(73,193,91); }
div.DivClassName
{
background-color: #49C15B;
}
.BgClassName
{
background-color: #49C15B;
}
</style>
border-color css
<style>
span { border-color: #49C15B; }
span { border-color: rgb(73,193,91); }
td.TdClassName
{
border-color: #49C15B;
}
.TagClassName
{
border-color: #49C15B;
}
</style>