Shades of Fruit Salad #44B255
Tints of Fruit Salad #44B255
RGB
CMYK
RGB Variations
Color information
#44B255 (or 0x44B255) is known color: Fruit Salad. HEX triplet: 44, B2 and 55. RGB value is (68,178,85). Sum of RGB (Red+Green+Blue) = 68+178+85=331 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.54% from 331); Green value is 178 (69.92% from 255 or 53.78% from 331); Blue value is 85 (33.59% from 255 or 25.68% from 331); Max value from RGB is 178 - color contains mainly: green. Hex color #44B255 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #44B255 is #BB4DAA. Grayscale: #868686. Windows color (decimal): -12275115 or 5616196. OLE color: 5616196.
HSL color Cylindrical-coordinate representation of color #44B255: hue angle of 129.27º degrees, saturation: 0.45, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #44B255 is Cyan = 0.62, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 68 | 178 | 85 | - |
| CMYK | 0.62 | 0 | 0.52 | 0.30 |
| HSL | 129.27º | 0.45% | 0.48% | - |
| HSV(B) | 129.27º | 0.62% | 0.7% | - |
| XYZ | 19.94 | 33.73 | 14.05 | - |
| YUV | 134.51 | 100.06 | 80.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 178 | 85 | 0.62 | 0 | 0.52 | 0.30 | 129.27 | 0.45 | 0.48 |
| Hex | 44 | B2 | 55 | 3E | 0 | 34 | 1E | 81 | 2D | 30 |
| Octal | 104 | 262 | 125 | 76 | 0 | 64 | 36 | 201 | 55 | 60 |
| Binary | 1000100 | 10110010 | 1010101 | 111110 | 0 | 110100 | 11110 | 10000001 | 101101 | 110000 |
Color Harmonies of #44B255
Complementary color
Monochromatic Colors of #44B255
Black with #44B255
Text Example
Text Example
White with #44B255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44B255; }
p { color: rgb(68,178,85); }
H1.HeaderClassName
{
color: #44B255;
}
.AnyTagClassName
{
color: #44B255;
}
</style>
background-color css
<style>
a { background-color: #44B255; }
a { background-color: rgb(68,178,85); }
div.DivClassName
{
background-color: #44B255;
}
.BgClassName
{
background-color: #44B255;
}
</style>
border-color css
<style>
span { border-color: #44B255; }
span { border-color: rgb(68,178,85); }
td.TdClassName
{
border-color: #44B255;
}
.TagClassName
{
border-color: #44B255;
}
</style>