Shades of Fruit Salad #43A143
Tints of Fruit Salad #43A143
RGB
CMYK
RGB Variations
Color information
#43A143 (or 0x43A143) is known color: Fruit Salad. HEX triplet: 43, A1 and 43. RGB value is (67,161,67). Sum of RGB (Red+Green+Blue) = 67+161+67=295 (39% of max value = 765). Red value is 67 (26.56% from 255 or 22.71% from 295); Green value is 161 (63.28% from 255 or 54.58% from 295); Blue value is 67 (26.56% from 255 or 22.71% from 295); Max value from RGB is 161 - color contains mainly: green. Hex color #43A143 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #43A143 is #BC5EBC. Grayscale: #7A7A7A. Windows color (decimal): -12345021 or 4432195. OLE color: 4432195.
HSL color Cylindrical-coordinate representation of color #43A143: 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 #43A143 is Cyan = 0.58, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 67 | 161 | 67 | - |
| CMYK | 0.58 | 0 | 0.58 | 0.37 |
| HSL | 120º | 0.41% | 0.45% | - |
| HSV(B) | 120º | 0.58% | 0.63% | - |
| XYZ | 16.07 | 27.09 | 9.69 | - |
| YUV | 122.18 | 96.86 | 88.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 161 | 67 | 0.58 | 0 | 0.58 | 0.37 | 120 | 0.41 | 0.45 |
| Hex | 43 | A1 | 43 | 3A | 0 | 3A | 25 | 78 | 29 | 2D |
| Octal | 103 | 241 | 103 | 72 | 0 | 72 | 45 | 170 | 51 | 55 |
| Binary | 1000011 | 10100001 | 1000011 | 111010 | 0 | 111010 | 100101 | 1111000 | 101001 | 101101 |
Color Harmonies of #43A143
Complementary color
Monochromatic Colors of #43A143
Black with #43A143
Text Example
Text Example
White with #43A143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43A143; }
p { color: rgb(67,161,67); }
H1.HeaderClassName
{
color: #43A143;
}
.AnyTagClassName
{
color: #43A143;
}
</style>
background-color css
<style>
a { background-color: #43A143; }
a { background-color: rgb(67,161,67); }
div.DivClassName
{
background-color: #43A143;
}
.BgClassName
{
background-color: #43A143;
}
</style>
border-color css
<style>
span { border-color: #43A143; }
span { border-color: rgb(67,161,67); }
td.TdClassName
{
border-color: #43A143;
}
.TagClassName
{
border-color: #43A143;
}
</style>