Shades of Fruit Salad #43BF4E
Tints of Fruit Salad #43BF4E
RGB
CMYK
RGB Variations
Color information
#43BF4E (or 0x43BF4E) is known color: Fruit Salad. HEX triplet: 43, BF and 4E. RGB value is (67,191,78). Sum of RGB (Red+Green+Blue) = 67+191+78=336 (44% of max value = 765). Red value is 67 (26.56% from 255 or 19.94% from 336); Green value is 191 (75% from 255 or 56.85% from 336); Blue value is 78 (30.86% from 255 or 23.21% from 336); Max value from RGB is 191 - color contains mainly: green. Hex color #43BF4E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #43BF4E is #BC40B1. Grayscale: #8D8D8D. Windows color (decimal): -12337330 or 5160771. OLE color: 5160771.
HSL color Cylindrical-coordinate representation of color #43BF4E: hue angle of 125.32º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #43BF4E is Cyan = 0.65, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 67 | 191 | 78 | - |
| CMYK | 0.65 | 0 | 0.59 | 0.25 |
| HSL | 125.32º | 0.49% | 0.51% | - |
| HSV(B) | 125.32º | 0.65% | 0.75% | - |
| XYZ | 22.32 | 39 | 13.56 | - |
| YUV | 141.04 | 92.42 | 75.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 191 | 78 | 0.65 | 0 | 0.59 | 0.25 | 125.32 | 0.49 | 0.51 |
| Hex | 43 | BF | 4E | 41 | 0 | 3B | 19 | 7D | 31 | 33 |
| Octal | 103 | 277 | 116 | 101 | 0 | 73 | 31 | 175 | 61 | 63 |
| Binary | 1000011 | 10111111 | 1001110 | 1000001 | 0 | 111011 | 11001 | 1111101 | 110001 | 110011 |
Color Harmonies of #43BF4E
Complementary color
Monochromatic Colors of #43BF4E
Black with #43BF4E
Text Example
Text Example
White with #43BF4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43BF4E; }
p { color: rgb(67,191,78); }
H1.HeaderClassName
{
color: #43BF4E;
}
.AnyTagClassName
{
color: #43BF4E;
}
</style>
background-color css
<style>
a { background-color: #43BF4E; }
a { background-color: rgb(67,191,78); }
div.DivClassName
{
background-color: #43BF4E;
}
.BgClassName
{
background-color: #43BF4E;
}
</style>
border-color css
<style>
span { border-color: #43BF4E; }
span { border-color: rgb(67,191,78); }
td.TdClassName
{
border-color: #43BF4E;
}
.TagClassName
{
border-color: #43BF4E;
}
</style>