Shades of Fruit Salad #44B53E
Tints of Fruit Salad #44B53E
RGB
CMYK
RGB Variations
Color information
#44B53E (or 0x44B53E) is known color: Fruit Salad. HEX triplet: 44, B5 and 3E. RGB value is (68,181,62). Sum of RGB (Red+Green+Blue) = 68+181+62=311 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.86% from 311); Green value is 181 (71.09% from 255 or 58.20% from 311); Blue value is 62 (24.61% from 255 or 19.94% from 311); Max value from RGB is 181 - color contains mainly: green. Hex color #44B53E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #44B53E is #BB4AC1. Grayscale: #868686. Windows color (decimal): -12274370 or 4109636. OLE color: 4109636.
HSL color Cylindrical-coordinate representation of color #44B53E: hue angle of 116.97º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #44B53E is Cyan = 0.62, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 68 | 181 | 62 | - |
| CMYK | 0.62 | 0 | 0.66 | 0.29 |
| HSL | 116.97º | 0.49% | 0.48% | - |
| HSV(B) | 116.97º | 0.66% | 0.71% | - |
| XYZ | 19.78 | 34.62 | 10.2 | - |
| YUV | 133.65 | 87.56 | 81.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 181 | 62 | 0.62 | 0 | 0.66 | 0.29 | 116.97 | 0.49 | 0.48 |
| Hex | 44 | B5 | 3E | 3E | 0 | 42 | 1D | 75 | 31 | 30 |
| Octal | 104 | 265 | 76 | 76 | 0 | 102 | 35 | 165 | 61 | 60 |
| Binary | 1000100 | 10110101 | 111110 | 111110 | 0 | 1000010 | 11101 | 1110101 | 110001 | 110000 |
Color Harmonies of #44B53E
Complementary color
Monochromatic Colors of #44B53E
Black with #44B53E
Text Example
Text Example
White with #44B53E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44B53E; }
p { color: rgb(68,181,62); }
H1.HeaderClassName
{
color: #44B53E;
}
.AnyTagClassName
{
color: #44B53E;
}
</style>
background-color css
<style>
a { background-color: #44B53E; }
a { background-color: rgb(68,181,62); }
div.DivClassName
{
background-color: #44B53E;
}
.BgClassName
{
background-color: #44B53E;
}
</style>
border-color css
<style>
span { border-color: #44B53E; }
span { border-color: rgb(68,181,62); }
td.TdClassName
{
border-color: #44B53E;
}
.TagClassName
{
border-color: #44B53E;
}
</style>