Shades of Fruit Salad #44BB52
Tints of Fruit Salad #44BB52
RGB
CMYK
RGB Variations
Color information
#44BB52 (or 0x44BB52) is known color: Fruit Salad. HEX triplet: 44, BB and 52. RGB value is (68,187,82). Sum of RGB (Red+Green+Blue) = 68+187+82=337 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.18% from 337); Green value is 187 (73.44% from 255 or 55.49% from 337); Blue value is 82 (32.42% from 255 or 24.33% from 337); Max value from RGB is 187 - color contains mainly: green. Hex color #44BB52 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #44BB52 is #BB44AD. Grayscale: #8B8B8B. Windows color (decimal): -12272814 or 5421892. OLE color: 5421892.
HSL color Cylindrical-coordinate representation of color #44BB52: hue angle of 127.06º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #44BB52 is Cyan = 0.64, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 68 | 187 | 82 | - |
| CMYK | 0.64 | 0 | 0.56 | 0.27 |
| HSL | 127.06º | 0.47% | 0.5% | - |
| HSV(B) | 127.06º | 0.64% | 0.73% | - |
| XYZ | 21.68 | 37.38 | 14.05 | - |
| YUV | 139.45 | 95.58 | 77.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 187 | 82 | 0.64 | 0 | 0.56 | 0.27 | 127.06 | 0.47 | 0.5 |
| Hex | 44 | BB | 52 | 40 | 0 | 38 | 1B | 7F | 2F | 32 |
| Octal | 104 | 273 | 122 | 100 | 0 | 70 | 33 | 177 | 57 | 62 |
| Binary | 1000100 | 10111011 | 1010010 | 1000000 | 0 | 111000 | 11011 | 1111111 | 101111 | 110010 |
Color Harmonies of #44BB52
Complementary color
Monochromatic Colors of #44BB52
Black with #44BB52
Text Example
Text Example
White with #44BB52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44BB52; }
p { color: rgb(68,187,82); }
H1.HeaderClassName
{
color: #44BB52;
}
.AnyTagClassName
{
color: #44BB52;
}
</style>
background-color css
<style>
a { background-color: #44BB52; }
a { background-color: rgb(68,187,82); }
div.DivClassName
{
background-color: #44BB52;
}
.BgClassName
{
background-color: #44BB52;
}
</style>
border-color css
<style>
span { border-color: #44BB52; }
span { border-color: rgb(68,187,82); }
td.TdClassName
{
border-color: #44BB52;
}
.TagClassName
{
border-color: #44BB52;
}
</style>