Shades of Fruit Salad #43C14A
Tints of Fruit Salad #43C14A
RGB
CMYK
RGB Variations
Color information
#43C14A (or 0x43C14A) is known color: Fruit Salad. HEX triplet: 43, C1 and 4A. RGB value is (67,193,74). Sum of RGB (Red+Green+Blue) = 67+193+74=334 (44% of max value = 765). Red value is 67 (26.56% from 255 or 20.06% from 334); Green value is 193 (75.78% from 255 or 57.78% from 334); Blue value is 74 (29.30% from 255 or 22.16% from 334); Max value from RGB is 193 - color contains mainly: green. Hex color #43C14A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #43C14A is #BC3EB5. Grayscale: #8E8E8E. Windows color (decimal): -12336822 or 4899139. OLE color: 4899139.
HSL color Cylindrical-coordinate representation of color #43C14A: hue angle of 123.33º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #43C14A is Cyan = 0.65, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 67 | 193 | 74 | - |
| CMYK | 0.65 | 0 | 0.62 | 0.24 |
| HSL | 123.33º | 0.5% | 0.51% | - |
| HSV(B) | 123.33º | 0.65% | 0.76% | - |
| XYZ | 22.62 | 39.83 | 12.97 | - |
| YUV | 141.76 | 89.76 | 74.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 193 | 74 | 0.65 | 0 | 0.62 | 0.24 | 123.33 | 0.5 | 0.51 |
| Hex | 43 | C1 | 4A | 41 | 0 | 3E | 18 | 7B | 32 | 33 |
| Octal | 103 | 301 | 112 | 101 | 0 | 76 | 30 | 173 | 62 | 63 |
| Binary | 1000011 | 11000001 | 1001010 | 1000001 | 0 | 111110 | 11000 | 1111011 | 110010 | 110011 |
Color Harmonies of #43C14A
Complementary color
Monochromatic Colors of #43C14A
Black with #43C14A
Text Example
Text Example
White with #43C14A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43C14A; }
p { color: rgb(67,193,74); }
H1.HeaderClassName
{
color: #43C14A;
}
.AnyTagClassName
{
color: #43C14A;
}
</style>
background-color css
<style>
a { background-color: #43C14A; }
a { background-color: rgb(67,193,74); }
div.DivClassName
{
background-color: #43C14A;
}
.BgClassName
{
background-color: #43C14A;
}
</style>
border-color css
<style>
span { border-color: #43C14A; }
span { border-color: rgb(67,193,74); }
td.TdClassName
{
border-color: #43C14A;
}
.TagClassName
{
border-color: #43C14A;
}
</style>