Shades of Fruit Salad #44BF4D
Tints of Fruit Salad #44BF4D
RGB
CMYK
RGB Variations
Color information
#44BF4D (or 0x44BF4D) is known color: Fruit Salad. HEX triplet: 44, BF and 4D. RGB value is (68,191,77). Sum of RGB (Red+Green+Blue) = 68+191+77=336 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.24% from 336); Green value is 191 (75% from 255 or 56.85% from 336); Blue value is 77 (30.47% from 255 or 22.92% from 336); Max value from RGB is 191 - color contains mainly: green. Hex color #44BF4D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #44BF4D is #BB40B2. Grayscale: #8D8D8D. Windows color (decimal): -12271795 or 5095236. OLE color: 5095236.
HSL color Cylindrical-coordinate representation of color #44BF4D: hue angle of 124.39º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #44BF4D is Cyan = 0.64, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 68 | 191 | 77 | - |
| CMYK | 0.64 | 0 | 0.60 | 0.25 |
| HSL | 124.39º | 0.49% | 0.51% | - |
| HSV(B) | 124.39º | 0.64% | 0.75% | - |
| XYZ | 22.35 | 39.03 | 13.38 | - |
| YUV | 141.23 | 91.75 | 75.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 191 | 77 | 0.64 | 0 | 0.60 | 0.25 | 124.39 | 0.49 | 0.51 |
| Hex | 44 | BF | 4D | 40 | 0 | 3C | 19 | 7C | 31 | 33 |
| Octal | 104 | 277 | 115 | 100 | 0 | 74 | 31 | 174 | 61 | 63 |
| Binary | 1000100 | 10111111 | 1001101 | 1000000 | 0 | 111100 | 11001 | 1111100 | 110001 | 110011 |
Color Harmonies of #44BF4D
Complementary color
Monochromatic Colors of #44BF4D
Black with #44BF4D
Text Example
Text Example
White with #44BF4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44BF4D; }
p { color: rgb(68,191,77); }
H1.HeaderClassName
{
color: #44BF4D;
}
.AnyTagClassName
{
color: #44BF4D;
}
</style>
background-color css
<style>
a { background-color: #44BF4D; }
a { background-color: rgb(68,191,77); }
div.DivClassName
{
background-color: #44BF4D;
}
.BgClassName
{
background-color: #44BF4D;
}
</style>
border-color css
<style>
span { border-color: #44BF4D; }
span { border-color: rgb(68,191,77); }
td.TdClassName
{
border-color: #44BF4D;
}
.TagClassName
{
border-color: #44BF4D;
}
</style>