Shades of Fruit Salad #49CA55
Tints of Fruit Salad #49CA55
RGB
CMYK
RGB Variations
Color information
#49CA55 (or 0x49CA55) is known color: Fruit Salad. HEX triplet: 49, CA and 55. RGB value is (73,202,85). Sum of RGB (Red+Green+Blue) = 73+202+85=360 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.28% from 360); Green value is 202 (79.30% from 255 or 56.11% from 360); Blue value is 85 (33.59% from 255 or 23.61% from 360); Max value from RGB is 202 - color contains mainly: green. Hex color #49CA55 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49CA55 is #B635AA. Grayscale: #969696. Windows color (decimal): -11941291 or 5622345. OLE color: 5622345.
HSL color Cylindrical-coordinate representation of color #49CA55: hue angle of 125.58º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #49CA55 is Cyan = 0.64, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 73 | 202 | 85 | - |
| CMYK | 0.64 | 0 | 0.58 | 0.21 |
| HSL | 125.58º | 0.55% | 0.54% | - |
| HSV(B) | 125.58º | 0.64% | 0.79% | - |
| XYZ | 25.51 | 44.31 | 15.8 | - |
| YUV | 150.09 | 91.26 | 73.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 202 | 85 | 0.64 | 0 | 0.58 | 0.21 | 125.58 | 0.55 | 0.54 |
| Hex | 49 | CA | 55 | 40 | 0 | 3A | 15 | 7E | 37 | 36 |
| Octal | 111 | 312 | 125 | 100 | 0 | 72 | 25 | 176 | 67 | 66 |
| Binary | 1001001 | 11001010 | 1010101 | 1000000 | 0 | 111010 | 10101 | 1111110 | 110111 | 110110 |
Color Harmonies of #49CA55
Complementary color
Monochromatic Colors of #49CA55
Black with #49CA55
Text Example
Text Example
White with #49CA55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49CA55; }
p { color: rgb(73,202,85); }
H1.HeaderClassName
{
color: #49CA55;
}
.AnyTagClassName
{
color: #49CA55;
}
</style>
background-color css
<style>
a { background-color: #49CA55; }
a { background-color: rgb(73,202,85); }
div.DivClassName
{
background-color: #49CA55;
}
.BgClassName
{
background-color: #49CA55;
}
</style>
border-color css
<style>
span { border-color: #49CA55; }
span { border-color: rgb(73,202,85); }
td.TdClassName
{
border-color: #49CA55;
}
.TagClassName
{
border-color: #49CA55;
}
</style>