Shades of Fruit Salad #43AB4E
Tints of Fruit Salad #43AB4E
RGB
CMYK
RGB Variations
Color information
#43AB4E (or 0x43AB4E) is known color: Fruit Salad. HEX triplet: 43, AB and 4E. RGB value is (67,171,78). Sum of RGB (Red+Green+Blue) = 67+171+78=316 (41% of max value = 765). Red value is 67 (26.56% from 255 or 21.20% from 316); Green value is 171 (67.19% from 255 or 54.11% from 316); Blue value is 78 (30.86% from 255 or 24.68% from 316); Max value from RGB is 171 - color contains mainly: green. Hex color #43AB4E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #43AB4E is #BC54B1. Grayscale: #818181. Windows color (decimal): -12342450 or 5155651. OLE color: 5155651.
HSL color Cylindrical-coordinate representation of color #43AB4E: hue angle of 126.35º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #43AB4E is Cyan = 0.61, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 67 | 171 | 78 | - |
| CMYK | 0.61 | 0 | 0.54 | 0.33 |
| HSL | 126.35º | 0.44% | 0.47% | - |
| HSV(B) | 126.35º | 0.61% | 0.67% | - |
| XYZ | 18.25 | 30.87 | 12.2 | - |
| YUV | 129.3 | 99.04 | 83.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 171 | 78 | 0.61 | 0 | 0.54 | 0.33 | 126.35 | 0.44 | 0.47 |
| Hex | 43 | AB | 4E | 3D | 0 | 36 | 21 | 7E | 2C | 2F |
| Octal | 103 | 253 | 116 | 75 | 0 | 66 | 41 | 176 | 54 | 57 |
| Binary | 1000011 | 10101011 | 1001110 | 111101 | 0 | 110110 | 100001 | 1111110 | 101100 | 101111 |
Color Harmonies of #43AB4E
Complementary color
Monochromatic Colors of #43AB4E
Black with #43AB4E
Text Example
Text Example
White with #43AB4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43AB4E; }
p { color: rgb(67,171,78); }
H1.HeaderClassName
{
color: #43AB4E;
}
.AnyTagClassName
{
color: #43AB4E;
}
</style>
background-color css
<style>
a { background-color: #43AB4E; }
a { background-color: rgb(67,171,78); }
div.DivClassName
{
background-color: #43AB4E;
}
.BgClassName
{
background-color: #43AB4E;
}
</style>
border-color css
<style>
span { border-color: #43AB4E; }
span { border-color: rgb(67,171,78); }
td.TdClassName
{
border-color: #43AB4E;
}
.TagClassName
{
border-color: #43AB4E;
}
</style>