Shades of Fruit Salad #43AB42
Tints of Fruit Salad #43AB42
RGB
CMYK
RGB Variations
Color information
#43AB42 (or 0x43AB42) is known color: Fruit Salad. HEX triplet: 43, AB and 42. RGB value is (67,171,66). Sum of RGB (Red+Green+Blue) = 67+171+66=304 (40% of max value = 765). Red value is 67 (26.56% from 255 or 22.04% from 304); Green value is 171 (67.19% from 255 or 56.25% from 304); Blue value is 66 (26.17% from 255 or 21.71% from 304); Max value from RGB is 171 - color contains mainly: green. Hex color #43AB42 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #43AB42 is #BC54BD. Grayscale: #808080. Windows color (decimal): -12342462 or 4369219. OLE color: 4369219.
HSL color Cylindrical-coordinate representation of color #43AB42: hue angle of 119.43º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #43AB42 is Cyan = 0.61, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 67 | 171 | 66 | - |
| CMYK | 0.61 | 0 | 0.61 | 0.33 |
| HSL | 119.43º | 0.44% | 0.46% | - |
| HSV(B) | 119.43º | 0.61% | 0.67% | - |
| XYZ | 17.86 | 30.71 | 10.14 | - |
| YUV | 127.93 | 93.04 | 84.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 171 | 66 | 0.61 | 0 | 0.61 | 0.33 | 119.43 | 0.44 | 0.46 |
| Hex | 43 | AB | 42 | 3D | 0 | 3D | 21 | 77 | 2C | 2E |
| Octal | 103 | 253 | 102 | 75 | 0 | 75 | 41 | 167 | 54 | 56 |
| Binary | 1000011 | 10101011 | 1000010 | 111101 | 0 | 111101 | 100001 | 1110111 | 101100 | 101110 |
Color Harmonies of #43AB42
Complementary color
Monochromatic Colors of #43AB42
Black with #43AB42
Text Example
Text Example
White with #43AB42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43AB42; }
p { color: rgb(67,171,66); }
H1.HeaderClassName
{
color: #43AB42;
}
.AnyTagClassName
{
color: #43AB42;
}
</style>
background-color css
<style>
a { background-color: #43AB42; }
a { background-color: rgb(67,171,66); }
div.DivClassName
{
background-color: #43AB42;
}
.BgClassName
{
background-color: #43AB42;
}
</style>
border-color css
<style>
span { border-color: #43AB42; }
span { border-color: rgb(67,171,66); }
td.TdClassName
{
border-color: #43AB42;
}
.TagClassName
{
border-color: #43AB42;
}
</style>