Shades of Fruit Salad #43A14B
Tints of Fruit Salad #43A14B
RGB
CMYK
RGB Variations
Color information
#43A14B (or 0x43A14B) is known color: Fruit Salad. HEX triplet: 43, A1 and 4B. RGB value is (67,161,75). Sum of RGB (Red+Green+Blue) = 67+161+75=303 (40% of max value = 765). Red value is 67 (26.56% from 255 or 22.11% from 303); Green value is 161 (63.28% from 255 or 53.14% from 303); Blue value is 75 (29.69% from 255 or 24.75% from 303); Max value from RGB is 161 - color contains mainly: green. Hex color #43A14B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #43A14B is #BC5EB4. Grayscale: #7B7B7B. Windows color (decimal): -12345013 or 4956483. OLE color: 4956483.
HSL color Cylindrical-coordinate representation of color #43A14B: hue angle of 125.11º 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 #43A14B is Cyan = 0.58, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 67 | 161 | 75 | - |
| CMYK | 0.58 | 0 | 0.53 | 0.37 |
| HSL | 125.11º | 0.41% | 0.45% | - |
| HSV(B) | 125.11º | 0.58% | 0.63% | - |
| XYZ | 16.33 | 27.19 | 11.04 | - |
| YUV | 123.09 | 100.86 | 87.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 161 | 75 | 0.58 | 0 | 0.53 | 0.37 | 125.11 | 0.41 | 0.45 |
| Hex | 43 | A1 | 4B | 3A | 0 | 35 | 25 | 7D | 29 | 2D |
| Octal | 103 | 241 | 113 | 72 | 0 | 65 | 45 | 175 | 51 | 55 |
| Binary | 1000011 | 10100001 | 1001011 | 111010 | 0 | 110101 | 100101 | 1111101 | 101001 | 101101 |
Color Harmonies of #43A14B
Complementary color
Monochromatic Colors of #43A14B
Black with #43A14B
Text Example
Text Example
White with #43A14B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43A14B; }
p { color: rgb(67,161,75); }
H1.HeaderClassName
{
color: #43A14B;
}
.AnyTagClassName
{
color: #43A14B;
}
</style>
background-color css
<style>
a { background-color: #43A14B; }
a { background-color: rgb(67,161,75); }
div.DivClassName
{
background-color: #43A14B;
}
.BgClassName
{
background-color: #43A14B;
}
</style>
border-color css
<style>
span { border-color: #43A14B; }
span { border-color: rgb(67,161,75); }
td.TdClassName
{
border-color: #43A14B;
}
.TagClassName
{
border-color: #43A14B;
}
</style>