Shades of Fruit Salad #43AB51
Tints of Fruit Salad #43AB51
RGB
CMYK
RGB Variations
Color information
#43AB51 (or 0x43AB51) is known color: Fruit Salad. HEX triplet: 43, AB and 51. RGB value is (67,171,81). Sum of RGB (Red+Green+Blue) = 67+171+81=319 (42% of max value = 765). Red value is 67 (26.56% from 255 or 21.00% from 319); Green value is 171 (67.19% from 255 or 53.61% from 319); Blue value is 81 (32.03% from 255 or 25.39% from 319); Max value from RGB is 171 - color contains mainly: green. Hex color #43AB51 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #43AB51 is #BC54AE. Grayscale: #818181. Windows color (decimal): -12342447 or 5352259. OLE color: 5352259.
HSL color Cylindrical-coordinate representation of color #43AB51: hue angle of 128.08º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #43AB51 is Cyan = 0.61, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 67 | 171 | 81 | - |
| CMYK | 0.61 | 0 | 0.53 | 0.33 |
| HSL | 128.08º | 0.44% | 0.47% | - |
| HSV(B) | 128.08º | 0.61% | 0.67% | - |
| XYZ | 18.36 | 30.91 | 12.78 | - |
| YUV | 129.64 | 100.54 | 83.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 171 | 81 | 0.61 | 0 | 0.53 | 0.33 | 128.08 | 0.44 | 0.47 |
| Hex | 43 | AB | 51 | 3D | 0 | 35 | 21 | 80 | 2C | 2F |
| Octal | 103 | 253 | 121 | 75 | 0 | 65 | 41 | 200 | 54 | 57 |
| Binary | 1000011 | 10101011 | 1010001 | 111101 | 0 | 110101 | 100001 | 10000000 | 101100 | 101111 |
Color Harmonies of #43AB51
Complementary color
Monochromatic Colors of #43AB51
Black with #43AB51
Text Example
Text Example
White with #43AB51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43AB51; }
p { color: rgb(67,171,81); }
H1.HeaderClassName
{
color: #43AB51;
}
.AnyTagClassName
{
color: #43AB51;
}
</style>
background-color css
<style>
a { background-color: #43AB51; }
a { background-color: rgb(67,171,81); }
div.DivClassName
{
background-color: #43AB51;
}
.BgClassName
{
background-color: #43AB51;
}
</style>
border-color css
<style>
span { border-color: #43AB51; }
span { border-color: rgb(67,171,81); }
td.TdClassName
{
border-color: #43AB51;
}
.TagClassName
{
border-color: #43AB51;
}
</style>