Shades of Fruit Salad #43AD45
Tints of Fruit Salad #43AD45
RGB
CMYK
RGB Variations
Color information
#43AD45 (or 0x43AD45) is known color: Fruit Salad. HEX triplet: 43, AD and 45. RGB value is (67,173,69). Sum of RGB (Red+Green+Blue) = 67+173+69=309 (40% of max value = 765). Red value is 67 (26.56% from 255 or 21.68% from 309); Green value is 173 (67.97% from 255 or 55.99% from 309); Blue value is 69 (27.34% from 255 or 22.33% from 309); Max value from RGB is 173 - color contains mainly: green. Hex color #43AD45 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #43AD45 is #BC52BA. Grayscale: #818181. Windows color (decimal): -12341947 or 4566339. OLE color: 4566339.
HSL color Cylindrical-coordinate representation of color #43AD45: hue angle of 121.13º 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 #43AD45 is Cyan = 0.61, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 67 | 173 | 69 | - |
| CMYK | 0.61 | 0 | 0.60 | 0.32 |
| HSL | 121.13º | 0.44% | 0.47% | - |
| HSV(B) | 121.13º | 0.61% | 0.68% | - |
| XYZ | 18.33 | 31.51 | 10.75 | - |
| YUV | 129.45 | 93.88 | 83.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 173 | 69 | 0.61 | 0 | 0.60 | 0.32 | 121.13 | 0.44 | 0.47 |
| Hex | 43 | AD | 45 | 3D | 0 | 3C | 20 | 79 | 2C | 2F |
| Octal | 103 | 255 | 105 | 75 | 0 | 74 | 40 | 171 | 54 | 57 |
| Binary | 1000011 | 10101101 | 1000101 | 111101 | 0 | 111100 | 100000 | 1111001 | 101100 | 101111 |
Color Harmonies of #43AD45
Complementary color
Monochromatic Colors of #43AD45
Black with #43AD45
Text Example
Text Example
White with #43AD45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43AD45; }
p { color: rgb(67,173,69); }
H1.HeaderClassName
{
color: #43AD45;
}
.AnyTagClassName
{
color: #43AD45;
}
</style>
background-color css
<style>
a { background-color: #43AD45; }
a { background-color: rgb(67,173,69); }
div.DivClassName
{
background-color: #43AD45;
}
.BgClassName
{
background-color: #43AD45;
}
</style>
border-color css
<style>
span { border-color: #43AD45; }
span { border-color: rgb(67,173,69); }
td.TdClassName
{
border-color: #43AD45;
}
.TagClassName
{
border-color: #43AD45;
}
</style>