Shades of Fruit Salad #43AB3A
Tints of Fruit Salad #43AB3A
RGB
CMYK
RGB Variations
Color information
#43AB3A (or 0x43AB3A) is known color: Fruit Salad. HEX triplet: 43, AB and 3A. RGB value is (67,171,58). Sum of RGB (Red+Green+Blue) = 67+171+58=296 (39% of max value = 765). Red value is 67 (26.56% from 255 or 22.64% from 296); Green value is 171 (67.19% from 255 or 57.77% from 296); Blue value is 58 (23.05% from 255 or 19.59% from 296); Max value from RGB is 171 - color contains mainly: green. Hex color #43AB3A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #43AB3A is #BC54C5. Grayscale: #7F7F7F. Windows color (decimal): -12342470 or 3844931. OLE color: 3844931.
HSL color Cylindrical-coordinate representation of color #43AB3A: hue angle of 115.22º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #43AB3A is Cyan = 0.61, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 67 | 171 | 58 | - |
| CMYK | 0.61 | 0 | 0.66 | 0.33 |
| HSL | 115.22º | 0.49% | 0.45% | - |
| HSV(B) | 115.22º | 0.66% | 0.67% | - |
| XYZ | 17.64 | 30.62 | 8.98 | - |
| YUV | 127.02 | 89.04 | 85.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 171 | 58 | 0.61 | 0 | 0.66 | 0.33 | 115.22 | 0.49 | 0.45 |
| Hex | 43 | AB | 3A | 3D | 0 | 42 | 21 | 73 | 31 | 2D |
| Octal | 103 | 253 | 72 | 75 | 0 | 102 | 41 | 163 | 61 | 55 |
| Binary | 1000011 | 10101011 | 111010 | 111101 | 0 | 1000010 | 100001 | 1110011 | 110001 | 101101 |
Color Harmonies of #43AB3A
Complementary color
Monochromatic Colors of #43AB3A
Black with #43AB3A
Text Example
Text Example
White with #43AB3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43AB3A; }
p { color: rgb(67,171,58); }
H1.HeaderClassName
{
color: #43AB3A;
}
.AnyTagClassName
{
color: #43AB3A;
}
</style>
background-color css
<style>
a { background-color: #43AB3A; }
a { background-color: rgb(67,171,58); }
div.DivClassName
{
background-color: #43AB3A;
}
.BgClassName
{
background-color: #43AB3A;
}
</style>
border-color css
<style>
span { border-color: #43AB3A; }
span { border-color: rgb(67,171,58); }
td.TdClassName
{
border-color: #43AB3A;
}
.TagClassName
{
border-color: #43AB3A;
}
</style>