Shades of Fruit Salad #44B84A
Tints of Fruit Salad #44B84A
RGB
CMYK
RGB Variations
Color information
#44B84A (or 0x44B84A) is known color: Fruit Salad. HEX triplet: 44, B8 and 4A. RGB value is (68,184,74). Sum of RGB (Red+Green+Blue) = 68+184+74=326 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.86% from 326); Green value is 184 (72.27% from 255 or 56.44% from 326); Blue value is 74 (29.30% from 255 or 22.70% from 326); Max value from RGB is 184 - color contains mainly: green. Hex color #44B84A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #44B84A is #BB47B5. Grayscale: #898989. Windows color (decimal): -12273590 or 4896836. OLE color: 4896836.
HSL color Cylindrical-coordinate representation of color #44B84A: hue angle of 123.1º 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 #44B84A is Cyan = 0.63, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 68 | 184 | 74 | - |
| CMYK | 0.63 | 0 | 0.60 | 0.28 |
| HSL | 123.1º | 0.46% | 0.49% | - |
| HSV(B) | 123.1º | 0.63% | 0.72% | - |
| XYZ | 20.76 | 36 | 12.33 | - |
| YUV | 136.78 | 92.57 | 78.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 184 | 74 | 0.63 | 0 | 0.60 | 0.28 | 123.1 | 0.46 | 0.49 |
| Hex | 44 | B8 | 4A | 3F | 0 | 3C | 1C | 7B | 2E | 31 |
| Octal | 104 | 270 | 112 | 77 | 0 | 74 | 34 | 173 | 56 | 61 |
| Binary | 1000100 | 10111000 | 1001010 | 111111 | 0 | 111100 | 11100 | 1111011 | 101110 | 110001 |
Color Harmonies of #44B84A
Complementary color
Monochromatic Colors of #44B84A
Black with #44B84A
Text Example
Text Example
White with #44B84A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44B84A; }
p { color: rgb(68,184,74); }
H1.HeaderClassName
{
color: #44B84A;
}
.AnyTagClassName
{
color: #44B84A;
}
</style>
background-color css
<style>
a { background-color: #44B84A; }
a { background-color: rgb(68,184,74); }
div.DivClassName
{
background-color: #44B84A;
}
.BgClassName
{
background-color: #44B84A;
}
</style>
border-color css
<style>
span { border-color: #44B84A; }
span { border-color: rgb(68,184,74); }
td.TdClassName
{
border-color: #44B84A;
}
.TagClassName
{
border-color: #44B84A;
}
</style>