Shades of Fruit Salad #43AD4F
Tints of Fruit Salad #43AD4F
RGB
CMYK
RGB Variations
Color information
#43AD4F (or 0x43AD4F) is known color: Fruit Salad. HEX triplet: 43, AD and 4F. RGB value is (67,173,79). Sum of RGB (Red+Green+Blue) = 67+173+79=319 (42% of max value = 765). Red value is 67 (26.56% from 255 or 21.00% from 319); Green value is 173 (67.97% from 255 or 54.23% from 319); Blue value is 79 (31.25% from 255 or 24.76% from 319); Max value from RGB is 173 - color contains mainly: green. Hex color #43AD4F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #43AD4F is #BC52B0. Grayscale: #828282. Windows color (decimal): -12341937 or 5221699. OLE color: 5221699.
HSL color Cylindrical-coordinate representation of color #43AD4F: hue angle of 126.79º 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 #43AD4F is Cyan = 0.61, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 67 | 173 | 79 | - |
| CMYK | 0.61 | 0 | 0.54 | 0.32 |
| HSL | 126.79º | 0.44% | 0.47% | - |
| HSV(B) | 126.79º | 0.61% | 0.68% | - |
| XYZ | 18.67 | 31.64 | 12.52 | - |
| YUV | 130.59 | 98.88 | 82.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 173 | 79 | 0.61 | 0 | 0.54 | 0.32 | 126.79 | 0.44 | 0.47 |
| Hex | 43 | AD | 4F | 3D | 0 | 36 | 20 | 7F | 2C | 2F |
| Octal | 103 | 255 | 117 | 75 | 0 | 66 | 40 | 177 | 54 | 57 |
| Binary | 1000011 | 10101101 | 1001111 | 111101 | 0 | 110110 | 100000 | 1111111 | 101100 | 101111 |
Color Harmonies of #43AD4F
Complementary color
Monochromatic Colors of #43AD4F
Black with #43AD4F
Text Example
Text Example
White with #43AD4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43AD4F; }
p { color: rgb(67,173,79); }
H1.HeaderClassName
{
color: #43AD4F;
}
.AnyTagClassName
{
color: #43AD4F;
}
</style>
background-color css
<style>
a { background-color: #43AD4F; }
a { background-color: rgb(67,173,79); }
div.DivClassName
{
background-color: #43AD4F;
}
.BgClassName
{
background-color: #43AD4F;
}
</style>
border-color css
<style>
span { border-color: #43AD4F; }
span { border-color: rgb(67,173,79); }
td.TdClassName
{
border-color: #43AD4F;
}
.TagClassName
{
border-color: #43AD4F;
}
</style>