Shades of Fruit Salad #44BD45
Tints of Fruit Salad #44BD45
RGB
CMYK
RGB Variations
Color information
#44BD45 (or 0x44BD45) is known color: Fruit Salad. HEX triplet: 44, BD and 45. RGB value is (68,189,69). Sum of RGB (Red+Green+Blue) = 68+189+69=326 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.86% from 326); Green value is 189 (74.22% from 255 or 57.98% from 326); Blue value is 69 (27.34% from 255 or 21.17% from 326); Max value from RGB is 189 - color contains mainly: green. Hex color #44BD45 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #44BD45 is #BB42BA. Grayscale: #8B8B8B. Windows color (decimal): -12272315 or 4570436. OLE color: 4570436.
HSL color Cylindrical-coordinate representation of color #44BD45: hue angle of 120.5º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #44BD45 is Cyan = 0.64, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 68 | 189 | 69 | - |
| CMYK | 0.64 | 0 | 0.63 | 0.26 |
| HSL | 120.5º | 0.48% | 0.5% | - |
| HSV(B) | 120.5º | 0.64% | 0.74% | - |
| XYZ | 21.66 | 38.05 | 11.83 | - |
| YUV | 139.14 | 88.41 | 77.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 189 | 69 | 0.64 | 0 | 0.63 | 0.26 | 120.5 | 0.48 | 0.5 |
| Hex | 44 | BD | 45 | 40 | 0 | 3F | 1A | 78 | 30 | 32 |
| Octal | 104 | 275 | 105 | 100 | 0 | 77 | 32 | 170 | 60 | 62 |
| Binary | 1000100 | 10111101 | 1000101 | 1000000 | 0 | 111111 | 11010 | 1111000 | 110000 | 110010 |
Color Harmonies of #44BD45
Complementary color
Monochromatic Colors of #44BD45
Black with #44BD45
Text Example
Text Example
White with #44BD45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44BD45; }
p { color: rgb(68,189,69); }
H1.HeaderClassName
{
color: #44BD45;
}
.AnyTagClassName
{
color: #44BD45;
}
</style>
background-color css
<style>
a { background-color: #44BD45; }
a { background-color: rgb(68,189,69); }
div.DivClassName
{
background-color: #44BD45;
}
.BgClassName
{
background-color: #44BD45;
}
</style>
border-color css
<style>
span { border-color: #44BD45; }
span { border-color: rgb(68,189,69); }
td.TdClassName
{
border-color: #44BD45;
}
.TagClassName
{
border-color: #44BD45;
}
</style>