Shades of Fruit Salad #43A043
Tints of Fruit Salad #43A043
RGB
CMYK
RGB Variations
Color information
#43A043 (or 0x43A043) is known color: Fruit Salad. HEX triplet: 43, A0 and 43. RGB value is (67,160,67). Sum of RGB (Red+Green+Blue) = 67+160+67=294 (38% of max value = 765). Red value is 67 (26.56% from 255 or 22.79% from 294); Green value is 160 (62.89% from 255 or 54.42% from 294); Blue value is 67 (26.56% from 255 or 22.79% from 294); Max value from RGB is 160 - color contains mainly: green. Hex color #43A043 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #43A043 is #BC5FBC. Grayscale: #797979. Windows color (decimal): -12345277 or 4431939. OLE color: 4431939.
HSL color Cylindrical-coordinate representation of color #43A043: hue angle of 120º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #43A043 is Cyan = 0.58, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 67 | 160 | 67 | - |
| CMYK | 0.58 | 0 | 0.58 | 0.37 |
| HSL | 120º | 0.41% | 0.45% | - |
| HSV(B) | 120º | 0.58% | 0.63% | - |
| XYZ | 15.9 | 26.74 | 9.63 | - |
| YUV | 121.59 | 97.19 | 89.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 160 | 67 | 0.58 | 0 | 0.58 | 0.37 | 120 | 0.41 | 0.45 |
| Hex | 43 | A0 | 43 | 3A | 0 | 3A | 25 | 78 | 29 | 2D |
| Octal | 103 | 240 | 103 | 72 | 0 | 72 | 45 | 170 | 51 | 55 |
| Binary | 1000011 | 10100000 | 1000011 | 111010 | 0 | 111010 | 100101 | 1111000 | 101001 | 101101 |
Color Harmonies of #43A043
Complementary color
Monochromatic Colors of #43A043
Black with #43A043
Text Example
Text Example
White with #43A043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43A043; }
p { color: rgb(67,160,67); }
H1.HeaderClassName
{
color: #43A043;
}
.AnyTagClassName
{
color: #43A043;
}
</style>
background-color css
<style>
a { background-color: #43A043; }
a { background-color: rgb(67,160,67); }
div.DivClassName
{
background-color: #43A043;
}
.BgClassName
{
background-color: #43A043;
}
</style>
border-color css
<style>
span { border-color: #43A043; }
span { border-color: rgb(67,160,67); }
td.TdClassName
{
border-color: #43A043;
}
.TagClassName
{
border-color: #43A043;
}
</style>