Shades of Fruit Salad #43B34D
Tints of Fruit Salad #43B34D
RGB
CMYK
RGB Variations
Color information
#43B34D (or 0x43B34D) is known color: Fruit Salad. HEX triplet: 43, B3 and 4D. RGB value is (67,179,77). Sum of RGB (Red+Green+Blue) = 67+179+77=323 (42% of max value = 765). Red value is 67 (26.56% from 255 or 20.74% from 323); Green value is 179 (70.31% from 255 or 55.42% from 323); Blue value is 77 (30.47% from 255 or 23.84% from 323); Max value from RGB is 179 - color contains mainly: green. Hex color #43B34D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #43B34D is #BC4CB2. Grayscale: #868686. Windows color (decimal): -12340403 or 5092163. OLE color: 5092163.
HSL color Cylindrical-coordinate representation of color #43B34D: hue angle of 125.36º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #43B34D is Cyan = 0.63, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 67 | 179 | 77 | - |
| CMYK | 0.63 | 0 | 0.57 | 0.30 |
| HSL | 125.36º | 0.46% | 0.48% | - |
| HSV(B) | 125.36º | 0.63% | 0.7% | - |
| XYZ | 19.77 | 33.97 | 12.54 | - |
| YUV | 133.88 | 95.89 | 80.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 179 | 77 | 0.63 | 0 | 0.57 | 0.30 | 125.36 | 0.46 | 0.48 |
| Hex | 43 | B3 | 4D | 3F | 0 | 39 | 1E | 7D | 2E | 30 |
| Octal | 103 | 263 | 115 | 77 | 0 | 71 | 36 | 175 | 56 | 60 |
| Binary | 1000011 | 10110011 | 1001101 | 111111 | 0 | 111001 | 11110 | 1111101 | 101110 | 110000 |
Color Harmonies of #43B34D
Complementary color
Monochromatic Colors of #43B34D
Black with #43B34D
Text Example
Text Example
White with #43B34D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43B34D; }
p { color: rgb(67,179,77); }
H1.HeaderClassName
{
color: #43B34D;
}
.AnyTagClassName
{
color: #43B34D;
}
</style>
background-color css
<style>
a { background-color: #43B34D; }
a { background-color: rgb(67,179,77); }
div.DivClassName
{
background-color: #43B34D;
}
.BgClassName
{
background-color: #43B34D;
}
</style>
border-color css
<style>
span { border-color: #43B34D; }
span { border-color: rgb(67,179,77); }
td.TdClassName
{
border-color: #43B34D;
}
.TagClassName
{
border-color: #43B34D;
}
</style>