Shades of Fruit Salad #43983F
Tints of Fruit Salad #43983F
RGB
CMYK
RGB Variations
Color information
#43983F (or 0x43983F) is known color: Fruit Salad. HEX triplet: 43, 98 and 3F. RGB value is (67,152,63). Sum of RGB (Red+Green+Blue) = 67+152+63=282 (37% of max value = 765). Red value is 67 (26.56% from 255 or 23.76% from 282); Green value is 152 (59.77% from 255 or 53.90% from 282); Blue value is 63 (25% from 255 or 22.34% from 282); Max value from RGB is 152 - color contains mainly: green. Hex color #43983F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #43983F is #BC67C0. Grayscale: #747474. Windows color (decimal): -12347329 or 4167747. OLE color: 4167747.
HSL color Cylindrical-coordinate representation of color #43983F: hue angle of 117.3º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #43983F is Cyan = 0.56, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 67 | 152 | 63 | - |
| CMYK | 0.56 | 0 | 0.59 | 0.40 |
| HSL | 117.3º | 0.41% | 0.42% | - |
| HSV(B) | 117.3º | 0.59% | 0.6% | - |
| XYZ | 14.44 | 24.01 | 8.58 | - |
| YUV | 116.44 | 97.84 | 92.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 152 | 63 | 0.56 | 0 | 0.59 | 0.40 | 117.3 | 0.41 | 0.42 |
| Hex | 43 | 98 | 3F | 38 | 0 | 3B | 28 | 75 | 29 | 2A |
| Octal | 103 | 230 | 77 | 70 | 0 | 73 | 50 | 165 | 51 | 52 |
| Binary | 1000011 | 10011000 | 111111 | 111000 | 0 | 111011 | 101000 | 1110101 | 101001 | 101010 |
Color Harmonies of #43983F
Complementary color
Monochromatic Colors of #43983F
Black with #43983F
Text Example
Text Example
White with #43983F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43983F; }
p { color: rgb(67,152,63); }
H1.HeaderClassName
{
color: #43983F;
}
.AnyTagClassName
{
color: #43983F;
}
</style>
background-color css
<style>
a { background-color: #43983F; }
a { background-color: rgb(67,152,63); }
div.DivClassName
{
background-color: #43983F;
}
.BgClassName
{
background-color: #43983F;
}
</style>
border-color css
<style>
span { border-color: #43983F; }
span { border-color: rgb(67,152,63); }
td.TdClassName
{
border-color: #43983F;
}
.TagClassName
{
border-color: #43983F;
}
</style>