Shades of Fruit Salad #44C24F
Tints of Fruit Salad #44C24F
RGB
CMYK
RGB Variations
Color information
#44C24F (or 0x44C24F) is known color: Fruit Salad. HEX triplet: 44, C2 and 4F. RGB value is (68,194,79). Sum of RGB (Red+Green+Blue) = 68+194+79=341 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.94% from 341); Green value is 194 (76.17% from 255 or 56.89% from 341); Blue value is 79 (31.25% from 255 or 23.17% from 341); Max value from RGB is 194 - color contains mainly: green. Hex color #44C24F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #44C24F is #BB3DB0. Grayscale: #8F8F8F. Windows color (decimal): -12271025 or 5227076. OLE color: 5227076.
HSL color Cylindrical-coordinate representation of color #44C24F: hue angle of 125.24º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #44C24F is Cyan = 0.65, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 68 | 194 | 79 | - |
| CMYK | 0.65 | 0 | 0.59 | 0.24 |
| HSL | 125.24º | 0.51% | 0.51% | - |
| HSV(B) | 125.24º | 0.65% | 0.76% | - |
| XYZ | 23.09 | 40.38 | 13.97 | - |
| YUV | 143.22 | 91.76 | 74.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 194 | 79 | 0.65 | 0 | 0.59 | 0.24 | 125.24 | 0.51 | 0.51 |
| Hex | 44 | C2 | 4F | 41 | 0 | 3B | 18 | 7D | 33 | 33 |
| Octal | 104 | 302 | 117 | 101 | 0 | 73 | 30 | 175 | 63 | 63 |
| Binary | 1000100 | 11000010 | 1001111 | 1000001 | 0 | 111011 | 11000 | 1111101 | 110011 | 110011 |
Color Harmonies of #44C24F
Complementary color
Monochromatic Colors of #44C24F
Black with #44C24F
Text Example
Text Example
White with #44C24F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44C24F; }
p { color: rgb(68,194,79); }
H1.HeaderClassName
{
color: #44C24F;
}
.AnyTagClassName
{
color: #44C24F;
}
</style>
background-color css
<style>
a { background-color: #44C24F; }
a { background-color: rgb(68,194,79); }
div.DivClassName
{
background-color: #44C24F;
}
.BgClassName
{
background-color: #44C24F;
}
</style>
border-color css
<style>
span { border-color: #44C24F; }
span { border-color: rgb(68,194,79); }
td.TdClassName
{
border-color: #44C24F;
}
.TagClassName
{
border-color: #44C24F;
}
</style>