Shades of Fruit Salad #43B94A
Tints of Fruit Salad #43B94A
RGB
CMYK
RGB Variations
Color information
#43B94A (or 0x43B94A) is known color: Fruit Salad. HEX triplet: 43, B9 and 4A. RGB value is (67,185,74). Sum of RGB (Red+Green+Blue) = 67+185+74=326 (43% of max value = 765). Red value is 67 (26.56% from 255 or 20.55% from 326); Green value is 185 (72.66% from 255 or 56.75% from 326); Blue value is 74 (29.30% from 255 or 22.70% from 326); Max value from RGB is 185 - color contains mainly: green. Hex color #43B94A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #43B94A is #BC46B5. Grayscale: #898989. Windows color (decimal): -12338870 or 4897091. OLE color: 4897091.
HSL color Cylindrical-coordinate representation of color #43B94A: hue angle of 123.56º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #43B94A is Cyan = 0.64, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 67 | 185 | 74 | - |
| CMYK | 0.64 | 0 | 0.6 | 0.27 |
| HSL | 123.56º | 0.47% | 0.49% | - |
| HSV(B) | 123.56º | 0.64% | 0.73% | - |
| XYZ | 20.9 | 36.39 | 12.4 | - |
| YUV | 137.06 | 92.41 | 78.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 185 | 74 | 0.64 | 0 | 0.6 | 0.27 | 123.56 | 0.47 | 0.49 |
| Hex | 43 | B9 | 4A | 40 | 0 | 3C | 1B | 7C | 2F | 31 |
| Octal | 103 | 271 | 112 | 100 | 0 | 74 | 33 | 174 | 57 | 61 |
| Binary | 1000011 | 10111001 | 1001010 | 1000000 | 0 | 111100 | 11011 | 1111100 | 101111 | 110001 |
Color Harmonies of #43B94A
Complementary color
Monochromatic Colors of #43B94A
Black with #43B94A
Text Example
Text Example
White with #43B94A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43B94A; }
p { color: rgb(67,185,74); }
H1.HeaderClassName
{
color: #43B94A;
}
.AnyTagClassName
{
color: #43B94A;
}
</style>
background-color css
<style>
a { background-color: #43B94A; }
a { background-color: rgb(67,185,74); }
div.DivClassName
{
background-color: #43B94A;
}
.BgClassName
{
background-color: #43B94A;
}
</style>
border-color css
<style>
span { border-color: #43B94A; }
span { border-color: rgb(67,185,74); }
td.TdClassName
{
border-color: #43B94A;
}
.TagClassName
{
border-color: #43B94A;
}
</style>