Shades of Fruit Salad #43AB4A
Tints of Fruit Salad #43AB4A
RGB
CMYK
RGB Variations
Color information
#43AB4A (or 0x43AB4A) is known color: Fruit Salad. HEX triplet: 43, AB and 4A. RGB value is (67,171,74). Sum of RGB (Red+Green+Blue) = 67+171+74=312 (41% of max value = 765). Red value is 67 (26.56% from 255 or 21.47% from 312); Green value is 171 (67.19% from 255 or 54.81% from 312); Blue value is 74 (29.30% from 255 or 23.72% from 312); Max value from RGB is 171 - color contains mainly: green. Hex color #43AB4A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #43AB4A is #BC54B5. Grayscale: #818181. Windows color (decimal): -12342454 or 4893507. OLE color: 4893507.
HSL color Cylindrical-coordinate representation of color #43AB4A: hue angle of 124.04º 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 #43AB4A is Cyan = 0.61, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 67 | 171 | 74 | - |
| CMYK | 0.61 | 0 | 0.57 | 0.33 |
| HSL | 124.04º | 0.44% | 0.47% | - |
| HSV(B) | 124.04º | 0.61% | 0.67% | - |
| XYZ | 18.11 | 30.81 | 11.47 | - |
| YUV | 128.85 | 97.04 | 83.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 171 | 74 | 0.61 | 0 | 0.57 | 0.33 | 124.04 | 0.44 | 0.47 |
| Hex | 43 | AB | 4A | 3D | 0 | 39 | 21 | 7C | 2C | 2F |
| Octal | 103 | 253 | 112 | 75 | 0 | 71 | 41 | 174 | 54 | 57 |
| Binary | 1000011 | 10101011 | 1001010 | 111101 | 0 | 111001 | 100001 | 1111100 | 101100 | 101111 |
Color Harmonies of #43AB4A
Complementary color
Monochromatic Colors of #43AB4A
Black with #43AB4A
Text Example
Text Example
White with #43AB4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43AB4A; }
p { color: rgb(67,171,74); }
H1.HeaderClassName
{
color: #43AB4A;
}
.AnyTagClassName
{
color: #43AB4A;
}
</style>
background-color css
<style>
a { background-color: #43AB4A; }
a { background-color: rgb(67,171,74); }
div.DivClassName
{
background-color: #43AB4A;
}
.BgClassName
{
background-color: #43AB4A;
}
</style>
border-color css
<style>
span { border-color: #43AB4A; }
span { border-color: rgb(67,171,74); }
td.TdClassName
{
border-color: #43AB4A;
}
.TagClassName
{
border-color: #43AB4A;
}
</style>