Shades of Fruit Salad #43AD46
Tints of Fruit Salad #43AD46
RGB
CMYK
RGB Variations
Color information
#43AD46 (or 0x43AD46) is known color: Fruit Salad. HEX triplet: 43, AD and 46. RGB value is (67,173,70). Sum of RGB (Red+Green+Blue) = 67+173+70=310 (41% of max value = 765). Red value is 67 (26.56% from 255 or 21.61% from 310); Green value is 173 (67.97% from 255 or 55.81% from 310); Blue value is 70 (27.73% from 255 or 22.58% from 310); Max value from RGB is 173 - color contains mainly: green. Hex color #43AD46 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #43AD46 is #BC52B9. Grayscale: #818181. Windows color (decimal): -12341946 or 4631875. OLE color: 4631875.
HSL color Cylindrical-coordinate representation of color #43AD46: hue angle of 121.7º 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 #43AD46 is Cyan = 0.61, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 67 | 173 | 70 | - |
| CMYK | 0.61 | 0 | 0.60 | 0.32 |
| HSL | 121.7º | 0.44% | 0.47% | - |
| HSV(B) | 121.7º | 0.61% | 0.68% | - |
| XYZ | 18.36 | 31.52 | 10.91 | - |
| YUV | 129.56 | 94.38 | 83.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 173 | 70 | 0.61 | 0 | 0.60 | 0.32 | 121.7 | 0.44 | 0.47 |
| Hex | 43 | AD | 46 | 3D | 0 | 3C | 20 | 7A | 2C | 2F |
| Octal | 103 | 255 | 106 | 75 | 0 | 74 | 40 | 172 | 54 | 57 |
| Binary | 1000011 | 10101101 | 1000110 | 111101 | 0 | 111100 | 100000 | 1111010 | 101100 | 101111 |
Color Harmonies of #43AD46
Complementary color
Monochromatic Colors of #43AD46
Black with #43AD46
Text Example
Text Example
White with #43AD46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43AD46; }
p { color: rgb(67,173,70); }
H1.HeaderClassName
{
color: #43AD46;
}
.AnyTagClassName
{
color: #43AD46;
}
</style>
background-color css
<style>
a { background-color: #43AD46; }
a { background-color: rgb(67,173,70); }
div.DivClassName
{
background-color: #43AD46;
}
.BgClassName
{
background-color: #43AD46;
}
</style>
border-color css
<style>
span { border-color: #43AD46; }
span { border-color: rgb(67,173,70); }
td.TdClassName
{
border-color: #43AD46;
}
.TagClassName
{
border-color: #43AD46;
}
</style>