Shades of Fruit Salad #44AC40
Tints of Fruit Salad #44AC40
RGB
CMYK
RGB Variations
Color information
#44AC40 (or 0x44AC40) is known color: Fruit Salad. HEX triplet: 44, AC and 40. RGB value is (68,172,64). Sum of RGB (Red+Green+Blue) = 68+172+64=304 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.37% from 304); Green value is 172 (67.58% from 255 or 56.58% from 304); Blue value is 64 (25.39% from 255 or 21.05% from 304); Max value from RGB is 172 - color contains mainly: green. Hex color #44AC40 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #44AC40 is #BB53BF. Grayscale: #808080. Windows color (decimal): -12276672 or 4238404. OLE color: 4238404.
HSL color Cylindrical-coordinate representation of color #44AC40: hue angle of 117.78º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #44AC40 is Cyan = 0.60, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 68 | 172 | 64 | - |
| CMYK | 0.60 | 0 | 0.63 | 0.33 |
| HSL | 117.78º | 0.46% | 0.46% | - |
| HSV(B) | 117.78º | 0.63% | 0.67% | - |
| XYZ | 18.06 | 31.1 | 9.9 | - |
| YUV | 128.59 | 91.54 | 84.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 172 | 64 | 0.60 | 0 | 0.63 | 0.33 | 117.78 | 0.46 | 0.46 |
| Hex | 44 | AC | 40 | 3C | 0 | 3F | 21 | 76 | 2E | 2E |
| Octal | 104 | 254 | 100 | 74 | 0 | 77 | 41 | 166 | 56 | 56 |
| Binary | 1000100 | 10101100 | 1000000 | 111100 | 0 | 111111 | 100001 | 1110110 | 101110 | 101110 |
Color Harmonies of #44AC40
Complementary color
Monochromatic Colors of #44AC40
Black with #44AC40
Text Example
Text Example
White with #44AC40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44AC40; }
p { color: rgb(68,172,64); }
H1.HeaderClassName
{
color: #44AC40;
}
.AnyTagClassName
{
color: #44AC40;
}
</style>
background-color css
<style>
a { background-color: #44AC40; }
a { background-color: rgb(68,172,64); }
div.DivClassName
{
background-color: #44AC40;
}
.BgClassName
{
background-color: #44AC40;
}
</style>
border-color css
<style>
span { border-color: #44AC40; }
span { border-color: rgb(68,172,64); }
td.TdClassName
{
border-color: #44AC40;
}
.TagClassName
{
border-color: #44AC40;
}
</style>