Shades of Fruit Salad #44A940
Tints of Fruit Salad #44A940
RGB
CMYK
RGB Variations
Color information
#44A940 (or 0x44A940) is known color: Fruit Salad. HEX triplet: 44, A9 and 40. RGB value is (68,169,64). Sum of RGB (Red+Green+Blue) = 68+169+64=301 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.59% from 301); Green value is 169 (66.41% from 255 or 56.15% from 301); Blue value is 64 (25.39% from 255 or 21.26% from 301); Max value from RGB is 169 - color contains mainly: green. Hex color #44A940 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #44A940 is #BB56BF. Grayscale: #7F7F7F. Windows color (decimal): -12277440 or 4237636. OLE color: 4237636.
HSL color Cylindrical-coordinate representation of color #44A940: hue angle of 117.71º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #44A940 is Cyan = 0.60, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 68 | 169 | 64 | - |
| CMYK | 0.60 | 0 | 0.62 | 0.34 |
| HSL | 117.71º | 0.45% | 0.46% | - |
| HSV(B) | 117.71º | 0.62% | 0.66% | - |
| XYZ | 17.5 | 29.98 | 9.71 | - |
| YUV | 126.83 | 92.54 | 86.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 169 | 64 | 0.60 | 0 | 0.62 | 0.34 | 117.71 | 0.45 | 0.46 |
| Hex | 44 | A9 | 40 | 3C | 0 | 3E | 22 | 76 | 2D | 2E |
| Octal | 104 | 251 | 100 | 74 | 0 | 76 | 42 | 166 | 55 | 56 |
| Binary | 1000100 | 10101001 | 1000000 | 111100 | 0 | 111110 | 100010 | 1110110 | 101101 | 101110 |
Color Harmonies of #44A940
Complementary color
Monochromatic Colors of #44A940
Black with #44A940
Text Example
Text Example
White with #44A940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44A940; }
p { color: rgb(68,169,64); }
H1.HeaderClassName
{
color: #44A940;
}
.AnyTagClassName
{
color: #44A940;
}
</style>
background-color css
<style>
a { background-color: #44A940; }
a { background-color: rgb(68,169,64); }
div.DivClassName
{
background-color: #44A940;
}
.BgClassName
{
background-color: #44A940;
}
</style>
border-color css
<style>
span { border-color: #44A940; }
span { border-color: rgb(68,169,64); }
td.TdClassName
{
border-color: #44A940;
}
.TagClassName
{
border-color: #44A940;
}
</style>