Shades of Fruit Salad #43AC40
Tints of Fruit Salad #43AC40
RGB
CMYK
RGB Variations
Color information
#43AC40 (or 0x43AC40) is known color: Fruit Salad. HEX triplet: 43, AC and 40. RGB value is (67,172,64). Sum of RGB (Red+Green+Blue) = 67+172+64=303 (40% of max value = 765). Red value is 67 (26.56% from 255 or 22.11% from 303); Green value is 172 (67.58% from 255 or 56.77% from 303); Blue value is 64 (25.39% from 255 or 21.12% from 303); Max value from RGB is 172 - color contains mainly: green. Hex color #43AC40 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #43AC40 is #BC53BF. Grayscale: #808080. Windows color (decimal): -12342208 or 4238403. OLE color: 4238403.
HSL color Cylindrical-coordinate representation of color #43AC40: hue angle of 118.33º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #43AC40 is Cyan = 0.61, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 67 | 172 | 64 | - |
| CMYK | 0.61 | 0 | 0.63 | 0.33 |
| HSL | 118.33º | 0.46% | 0.46% | - |
| HSV(B) | 118.33º | 0.63% | 0.67% | - |
| XYZ | 17.99 | 31.07 | 9.9 | - |
| YUV | 128.29 | 91.71 | 84.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 172 | 64 | 0.61 | 0 | 0.63 | 0.33 | 118.33 | 0.46 | 0.46 |
| Hex | 43 | AC | 40 | 3D | 0 | 3F | 21 | 76 | 2E | 2E |
| Octal | 103 | 254 | 100 | 75 | 0 | 77 | 41 | 166 | 56 | 56 |
| Binary | 1000011 | 10101100 | 1000000 | 111101 | 0 | 111111 | 100001 | 1110110 | 101110 | 101110 |
Color Harmonies of #43AC40
Complementary color
Monochromatic Colors of #43AC40
Black with #43AC40
Text Example
Text Example
White with #43AC40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43AC40; }
p { color: rgb(67,172,64); }
H1.HeaderClassName
{
color: #43AC40;
}
.AnyTagClassName
{
color: #43AC40;
}
</style>
background-color css
<style>
a { background-color: #43AC40; }
a { background-color: rgb(67,172,64); }
div.DivClassName
{
background-color: #43AC40;
}
.BgClassName
{
background-color: #43AC40;
}
</style>
border-color css
<style>
span { border-color: #43AC40; }
span { border-color: rgb(67,172,64); }
td.TdClassName
{
border-color: #43AC40;
}
.TagClassName
{
border-color: #43AC40;
}
</style>