Shades of Fruit Salad #44BD59
Tints of Fruit Salad #44BD59
RGB
CMYK
RGB Variations
Color information
#44BD59 (or 0x44BD59) is known color: Fruit Salad. HEX triplet: 44, BD and 59. RGB value is (68,189,89). Sum of RGB (Red+Green+Blue) = 68+189+89=346 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.65% from 346); Green value is 189 (74.22% from 255 or 54.62% from 346); Blue value is 89 (35.16% from 255 or 25.72% from 346); Max value from RGB is 189 - color contains mainly: green. Hex color #44BD59 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #44BD59 is #BB42A6. Grayscale: #8D8D8D. Windows color (decimal): -12272295 or 5881156. OLE color: 5881156.
HSL color Cylindrical-coordinate representation of color #44BD59: hue angle of 130.41º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #44BD59 is Cyan = 0.64, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 68 | 189 | 89 | - |
| CMYK | 0.64 | 0 | 0.53 | 0.26 |
| HSL | 130.41º | 0.48% | 0.5% | - |
| HSV(B) | 130.41º | 0.64% | 0.74% | - |
| XYZ | 22.38 | 38.35 | 15.67 | - |
| YUV | 141.42 | 98.41 | 75.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 189 | 89 | 0.64 | 0 | 0.53 | 0.26 | 130.41 | 0.48 | 0.5 |
| Hex | 44 | BD | 59 | 40 | 0 | 35 | 1A | 82 | 30 | 32 |
| Octal | 104 | 275 | 131 | 100 | 0 | 65 | 32 | 202 | 60 | 62 |
| Binary | 1000100 | 10111101 | 1011001 | 1000000 | 0 | 110101 | 11010 | 10000010 | 110000 | 110010 |
Color Harmonies of #44BD59
Complementary color
Monochromatic Colors of #44BD59
Black with #44BD59
Text Example
Text Example
White with #44BD59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44BD59; }
p { color: rgb(68,189,89); }
H1.HeaderClassName
{
color: #44BD59;
}
.AnyTagClassName
{
color: #44BD59;
}
</style>
background-color css
<style>
a { background-color: #44BD59; }
a { background-color: rgb(68,189,89); }
div.DivClassName
{
background-color: #44BD59;
}
.BgClassName
{
background-color: #44BD59;
}
</style>
border-color css
<style>
span { border-color: #44BD59; }
span { border-color: rgb(68,189,89); }
td.TdClassName
{
border-color: #44BD59;
}
.TagClassName
{
border-color: #44BD59;
}
</style>