Shades of Fruit Salad #43AD47
Tints of Fruit Salad #43AD47
RGB
CMYK
RGB Variations
Color information
#43AD47 (or 0x43AD47) is known color: Fruit Salad. HEX triplet: 43, AD and 47. RGB value is (67,173,71). Sum of RGB (Red+Green+Blue) = 67+173+71=311 (41% of max value = 765). Red value is 67 (26.56% from 255 or 21.54% from 311); Green value is 173 (67.97% from 255 or 55.63% from 311); Blue value is 71 (28.12% from 255 or 22.83% from 311); Max value from RGB is 173 - color contains mainly: green. Hex color #43AD47 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #43AD47 is #BC52B8. Grayscale: #818181. Windows color (decimal): -12341945 or 4697411. OLE color: 4697411.
HSL color Cylindrical-coordinate representation of color #43AD47: hue angle of 122.26º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #43AD47 is Cyan = 0.61, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 67 | 173 | 71 | - |
| CMYK | 0.61 | 0 | 0.59 | 0.32 |
| HSL | 122.26º | 0.44% | 0.47% | - |
| HSV(B) | 122.26º | 0.61% | 0.68% | - |
| XYZ | 18.4 | 31.54 | 11.08 | - |
| YUV | 129.68 | 94.88 | 83.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 173 | 71 | 0.61 | 0 | 0.59 | 0.32 | 122.26 | 0.44 | 0.47 |
| Hex | 43 | AD | 47 | 3D | 0 | 3B | 20 | 7A | 2C | 2F |
| Octal | 103 | 255 | 107 | 75 | 0 | 73 | 40 | 172 | 54 | 57 |
| Binary | 1000011 | 10101101 | 1000111 | 111101 | 0 | 111011 | 100000 | 1111010 | 101100 | 101111 |
Color Harmonies of #43AD47
Complementary color
Monochromatic Colors of #43AD47
Black with #43AD47
Text Example
Text Example
White with #43AD47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43AD47; }
p { color: rgb(67,173,71); }
H1.HeaderClassName
{
color: #43AD47;
}
.AnyTagClassName
{
color: #43AD47;
}
</style>
background-color css
<style>
a { background-color: #43AD47; }
a { background-color: rgb(67,173,71); }
div.DivClassName
{
background-color: #43AD47;
}
.BgClassName
{
background-color: #43AD47;
}
</style>
border-color css
<style>
span { border-color: #43AD47; }
span { border-color: rgb(67,173,71); }
td.TdClassName
{
border-color: #43AD47;
}
.TagClassName
{
border-color: #43AD47;
}
</style>