Shades of Fruit Salad #44B854
Tints of Fruit Salad #44B854
RGB
CMYK
RGB Variations
Color information
#44B854 (or 0x44B854) is known color: Fruit Salad. HEX triplet: 44, B8 and 54. RGB value is (68,184,84). Sum of RGB (Red+Green+Blue) = 68+184+84=336 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.24% from 336); Green value is 184 (72.27% from 255 or 54.76% from 336); Blue value is 84 (33.20% from 255 or 25% from 336); Max value from RGB is 184 - color contains mainly: green. Hex color #44B854 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #44B854 is #BB47AB. Grayscale: #8A8A8A. Windows color (decimal): -12273580 or 5552196. OLE color: 5552196.
HSL color Cylindrical-coordinate representation of color #44B854: hue angle of 128.28º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #44B854 is Cyan = 0.63, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 68 | 184 | 84 | - |
| CMYK | 0.63 | 0 | 0.54 | 0.28 |
| HSL | 128.28º | 0.46% | 0.49% | - |
| HSV(B) | 128.28º | 0.63% | 0.72% | - |
| XYZ | 21.12 | 36.15 | 14.25 | - |
| YUV | 137.92 | 97.57 | 78.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 184 | 84 | 0.63 | 0 | 0.54 | 0.28 | 128.28 | 0.46 | 0.49 |
| Hex | 44 | B8 | 54 | 3F | 0 | 36 | 1C | 80 | 2E | 31 |
| Octal | 104 | 270 | 124 | 77 | 0 | 66 | 34 | 200 | 56 | 61 |
| Binary | 1000100 | 10111000 | 1010100 | 111111 | 0 | 110110 | 11100 | 10000000 | 101110 | 110001 |
Color Harmonies of #44B854
Complementary color
Monochromatic Colors of #44B854
Black with #44B854
Text Example
Text Example
White with #44B854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44B854; }
p { color: rgb(68,184,84); }
H1.HeaderClassName
{
color: #44B854;
}
.AnyTagClassName
{
color: #44B854;
}
</style>
background-color css
<style>
a { background-color: #44B854; }
a { background-color: rgb(68,184,84); }
div.DivClassName
{
background-color: #44B854;
}
.BgClassName
{
background-color: #44B854;
}
</style>
border-color css
<style>
span { border-color: #44B854; }
span { border-color: rgb(68,184,84); }
td.TdClassName
{
border-color: #44B854;
}
.TagClassName
{
border-color: #44B854;
}
</style>