Shades of Fruit Salad #44B853
Tints of Fruit Salad #44B853
RGB
CMYK
RGB Variations
Color information
#44B853 (or 0x44B853) is known color: Fruit Salad. HEX triplet: 44, B8 and 53. RGB value is (68,184,83). Sum of RGB (Red+Green+Blue) = 68+184+83=335 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.30% from 335); Green value is 184 (72.27% from 255 or 54.93% from 335); Blue value is 83 (32.81% from 255 or 24.78% from 335); Max value from RGB is 184 - color contains mainly: green. Hex color #44B853 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #44B853 is #BB47AC. Grayscale: #8A8A8A. Windows color (decimal): -12273581 or 5486660. OLE color: 5486660.
HSL color Cylindrical-coordinate representation of color #44B853: hue angle of 127.76º 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 #44B853 is Cyan = 0.63, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 68 | 184 | 83 | - |
| CMYK | 0.63 | 0 | 0.55 | 0.28 |
| HSL | 127.76º | 0.46% | 0.49% | - |
| HSV(B) | 127.76º | 0.63% | 0.72% | - |
| XYZ | 21.09 | 36.13 | 14.05 | - |
| YUV | 137.8 | 97.07 | 78.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 184 | 83 | 0.63 | 0 | 0.55 | 0.28 | 127.76 | 0.46 | 0.49 |
| Hex | 44 | B8 | 53 | 3F | 0 | 37 | 1C | 80 | 2E | 31 |
| Octal | 104 | 270 | 123 | 77 | 0 | 67 | 34 | 200 | 56 | 61 |
| Binary | 1000100 | 10111000 | 1010011 | 111111 | 0 | 110111 | 11100 | 10000000 | 101110 | 110001 |
Color Harmonies of #44B853
Complementary color
Monochromatic Colors of #44B853
Black with #44B853
Text Example
Text Example
White with #44B853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44B853; }
p { color: rgb(68,184,83); }
H1.HeaderClassName
{
color: #44B853;
}
.AnyTagClassName
{
color: #44B853;
}
</style>
background-color css
<style>
a { background-color: #44B853; }
a { background-color: rgb(68,184,83); }
div.DivClassName
{
background-color: #44B853;
}
.BgClassName
{
background-color: #44B853;
}
</style>
border-color css
<style>
span { border-color: #44B853; }
span { border-color: rgb(68,184,83); }
td.TdClassName
{
border-color: #44B853;
}
.TagClassName
{
border-color: #44B853;
}
</style>