Shades of Fruit Salad #44C050
Tints of Fruit Salad #44C050
RGB
CMYK
RGB Variations
Color information
#44C050 (or 0x44C050) is known color: Fruit Salad. HEX triplet: 44, C0 and 50. RGB value is (68,192,80). Sum of RGB (Red+Green+Blue) = 68+192+80=340 (45% of max value = 765). Red value is 68 (26.95% from 255 or 20% from 340); Green value is 192 (75.39% from 255 or 56.47% from 340); Blue value is 80 (31.64% from 255 or 23.53% from 340); Max value from RGB is 192 - color contains mainly: green. Hex color #44C050 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #44C050 is #BB3FAF. Grayscale: #8E8E8E. Windows color (decimal): -12271536 or 5292100. OLE color: 5292100.
HSL color Cylindrical-coordinate representation of color #44C050: hue angle of 125.81º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #44C050 is Cyan = 0.65, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 68 | 192 | 80 | - |
| CMYK | 0.65 | 0 | 0.58 | 0.25 |
| HSL | 125.81º | 0.5% | 0.51% | - |
| HSV(B) | 125.81º | 0.65% | 0.75% | - |
| XYZ | 22.68 | 39.51 | 14.02 | - |
| YUV | 142.16 | 92.92 | 75.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 192 | 80 | 0.65 | 0 | 0.58 | 0.25 | 125.81 | 0.5 | 0.51 |
| Hex | 44 | C0 | 50 | 41 | 0 | 3A | 19 | 7E | 32 | 33 |
| Octal | 104 | 300 | 120 | 101 | 0 | 72 | 31 | 176 | 62 | 63 |
| Binary | 1000100 | 11000000 | 1010000 | 1000001 | 0 | 111010 | 11001 | 1111110 | 110010 | 110011 |
Color Harmonies of #44C050
Complementary color
Monochromatic Colors of #44C050
Black with #44C050
Text Example
Text Example
White with #44C050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44C050; }
p { color: rgb(68,192,80); }
H1.HeaderClassName
{
color: #44C050;
}
.AnyTagClassName
{
color: #44C050;
}
</style>
background-color css
<style>
a { background-color: #44C050; }
a { background-color: rgb(68,192,80); }
div.DivClassName
{
background-color: #44C050;
}
.BgClassName
{
background-color: #44C050;
}
</style>
border-color css
<style>
span { border-color: #44C050; }
span { border-color: rgb(68,192,80); }
td.TdClassName
{
border-color: #44C050;
}
.TagClassName
{
border-color: #44C050;
}
</style>