Shades of Fruit Salad #43BF4D
Tints of Fruit Salad #43BF4D
RGB
CMYK
RGB Variations
Color information
#43BF4D (or 0x43BF4D) is known color: Fruit Salad. HEX triplet: 43, BF and 4D. RGB value is (67,191,77). Sum of RGB (Red+Green+Blue) = 67+191+77=335 (44% of max value = 765). Red value is 67 (26.56% from 255 or 20% from 335); Green value is 191 (75% from 255 or 57.01% from 335); Blue value is 77 (30.47% from 255 or 22.99% from 335); Max value from RGB is 191 - color contains mainly: green. Hex color #43BF4D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #43BF4D is #BC40B2. Grayscale: #8D8D8D. Windows color (decimal): -12337331 or 5095235. OLE color: 5095235.
HSL color Cylindrical-coordinate representation of color #43BF4D: hue angle of 124.84º 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 #43BF4D is Cyan = 0.65, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 67 | 191 | 77 | - |
| CMYK | 0.65 | 0 | 0.60 | 0.25 |
| HSL | 124.84º | 0.49% | 0.51% | - |
| HSV(B) | 124.84º | 0.65% | 0.75% | - |
| XYZ | 22.29 | 38.99 | 13.37 | - |
| YUV | 140.93 | 91.92 | 75.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 191 | 77 | 0.65 | 0 | 0.60 | 0.25 | 124.84 | 0.49 | 0.51 |
| Hex | 43 | BF | 4D | 41 | 0 | 3C | 19 | 7D | 31 | 33 |
| Octal | 103 | 277 | 115 | 101 | 0 | 74 | 31 | 175 | 61 | 63 |
| Binary | 1000011 | 10111111 | 1001101 | 1000001 | 0 | 111100 | 11001 | 1111101 | 110001 | 110011 |
Color Harmonies of #43BF4D
Complementary color
Monochromatic Colors of #43BF4D
Black with #43BF4D
Text Example
Text Example
White with #43BF4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43BF4D; }
p { color: rgb(67,191,77); }
H1.HeaderClassName
{
color: #43BF4D;
}
.AnyTagClassName
{
color: #43BF4D;
}
</style>
background-color css
<style>
a { background-color: #43BF4D; }
a { background-color: rgb(67,191,77); }
div.DivClassName
{
background-color: #43BF4D;
}
.BgClassName
{
background-color: #43BF4D;
}
</style>
border-color css
<style>
span { border-color: #43BF4D; }
span { border-color: rgb(67,191,77); }
td.TdClassName
{
border-color: #43BF4D;
}
.TagClassName
{
border-color: #43BF4D;
}
</style>