Shades of Fruit Salad #44A74E
Tints of Fruit Salad #44A74E
RGB
CMYK
RGB Variations
Color information
#44A74E (or 0x44A74E) is known color: Fruit Salad. HEX triplet: 44, A7 and 4E. RGB value is (68,167,78). Sum of RGB (Red+Green+Blue) = 68+167+78=313 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.73% from 313); Green value is 167 (65.62% from 255 or 53.35% from 313); Blue value is 78 (30.86% from 255 or 24.92% from 313); Max value from RGB is 167 - color contains mainly: green. Hex color #44A74E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #44A74E is #BB58B1. Grayscale: #7F7F7F. Windows color (decimal): -12277938 or 5154628. OLE color: 5154628.
HSL color Cylindrical-coordinate representation of color #44A74E: hue angle of 126.06º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #44A74E is Cyan = 0.59, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 68 | 167 | 78 | - |
| CMYK | 0.59 | 0 | 0.53 | 0.35 |
| HSL | 126.06º | 0.42% | 0.46% | - |
| HSV(B) | 126.06º | 0.59% | 0.65% | - |
| XYZ | 17.58 | 29.42 | 11.96 | - |
| YUV | 127.25 | 100.2 | 85.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 167 | 78 | 0.59 | 0 | 0.53 | 0.35 | 126.06 | 0.42 | 0.46 |
| Hex | 44 | A7 | 4E | 3B | 0 | 35 | 23 | 7E | 2A | 2E |
| Octal | 104 | 247 | 116 | 73 | 0 | 65 | 43 | 176 | 52 | 56 |
| Binary | 1000100 | 10100111 | 1001110 | 111011 | 0 | 110101 | 100011 | 1111110 | 101010 | 101110 |
Color Harmonies of #44A74E
Complementary color
Monochromatic Colors of #44A74E
Black with #44A74E
Text Example
Text Example
White with #44A74E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44A74E; }
p { color: rgb(68,167,78); }
H1.HeaderClassName
{
color: #44A74E;
}
.AnyTagClassName
{
color: #44A74E;
}
</style>
background-color css
<style>
a { background-color: #44A74E; }
a { background-color: rgb(68,167,78); }
div.DivClassName
{
background-color: #44A74E;
}
.BgClassName
{
background-color: #44A74E;
}
</style>
border-color css
<style>
span { border-color: #44A74E; }
span { border-color: rgb(68,167,78); }
td.TdClassName
{
border-color: #44A74E;
}
.TagClassName
{
border-color: #44A74E;
}
</style>