Shades of Fruit Salad #44BD53
Tints of Fruit Salad #44BD53
RGB
CMYK
RGB Variations
Color information
#44BD53 (or 0x44BD53) is known color: Fruit Salad. HEX triplet: 44, BD and 53. RGB value is (68,189,83). Sum of RGB (Red+Green+Blue) = 68+189+83=340 (45% of max value = 765). Red value is 68 (26.95% from 255 or 20% from 340); Green value is 189 (74.22% from 255 or 55.59% from 340); Blue value is 83 (32.81% from 255 or 24.41% from 340); Max value from RGB is 189 - color contains mainly: green. Hex color #44BD53 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #44BD53 is #BB42AC. Grayscale: #8D8D8D. Windows color (decimal): -12272301 or 5487940. OLE color: 5487940.
HSL color Cylindrical-coordinate representation of color #44BD53: hue angle of 127.44º 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 #44BD53 is Cyan = 0.64, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 68 | 189 | 83 | - |
| CMYK | 0.64 | 0 | 0.56 | 0.26 |
| HSL | 127.44º | 0.48% | 0.5% | - |
| HSV(B) | 127.44º | 0.64% | 0.74% | - |
| XYZ | 22.14 | 38.25 | 14.4 | - |
| YUV | 140.74 | 95.41 | 76.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 189 | 83 | 0.64 | 0 | 0.56 | 0.26 | 127.44 | 0.48 | 0.5 |
| Hex | 44 | BD | 53 | 40 | 0 | 38 | 1A | 7F | 30 | 32 |
| Octal | 104 | 275 | 123 | 100 | 0 | 70 | 32 | 177 | 60 | 62 |
| Binary | 1000100 | 10111101 | 1010011 | 1000000 | 0 | 111000 | 11010 | 1111111 | 110000 | 110010 |
Color Harmonies of #44BD53
Complementary color
Monochromatic Colors of #44BD53
Black with #44BD53
Text Example
Text Example
White with #44BD53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44BD53; }
p { color: rgb(68,189,83); }
H1.HeaderClassName
{
color: #44BD53;
}
.AnyTagClassName
{
color: #44BD53;
}
</style>
background-color css
<style>
a { background-color: #44BD53; }
a { background-color: rgb(68,189,83); }
div.DivClassName
{
background-color: #44BD53;
}
.BgClassName
{
background-color: #44BD53;
}
</style>
border-color css
<style>
span { border-color: #44BD53; }
span { border-color: rgb(68,189,83); }
td.TdClassName
{
border-color: #44BD53;
}
.TagClassName
{
border-color: #44BD53;
}
</style>