Shades of Fruit Salad #43C04B
Tints of Fruit Salad #43C04B
RGB
CMYK
RGB Variations
Color information
#43C04B (or 0x43C04B) is known color: Fruit Salad. HEX triplet: 43, C0 and 4B. RGB value is (67,192,75). Sum of RGB (Red+Green+Blue) = 67+192+75=334 (44% of max value = 765). Red value is 67 (26.56% from 255 or 20.06% from 334); Green value is 192 (75.39% from 255 or 57.49% from 334); Blue value is 75 (29.69% from 255 or 22.46% from 334); Max value from RGB is 192 - color contains mainly: green. Hex color #43C04B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #43C04B is #BC3FB4. Grayscale: #8D8D8D. Windows color (decimal): -12337077 or 4964419. OLE color: 4964419.
HSL color Cylindrical-coordinate representation of color #43C04B: hue angle of 123.84º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #43C04B is Cyan = 0.65, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 67 | 192 | 75 | - |
| CMYK | 0.65 | 0 | 0.61 | 0.25 |
| HSL | 123.84º | 0.5% | 0.51% | - |
| HSV(B) | 123.84º | 0.65% | 0.75% | - |
| XYZ | 22.43 | 39.4 | 13.08 | - |
| YUV | 141.29 | 90.59 | 75.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 192 | 75 | 0.65 | 0 | 0.61 | 0.25 | 123.84 | 0.5 | 0.51 |
| Hex | 43 | C0 | 4B | 41 | 0 | 3D | 19 | 7C | 32 | 33 |
| Octal | 103 | 300 | 113 | 101 | 0 | 75 | 31 | 174 | 62 | 63 |
| Binary | 1000011 | 11000000 | 1001011 | 1000001 | 0 | 111101 | 11001 | 1111100 | 110010 | 110011 |
Color Harmonies of #43C04B
Complementary color
Monochromatic Colors of #43C04B
Black with #43C04B
Text Example
Text Example
White with #43C04B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43C04B; }
p { color: rgb(67,192,75); }
H1.HeaderClassName
{
color: #43C04B;
}
.AnyTagClassName
{
color: #43C04B;
}
</style>
background-color css
<style>
a { background-color: #43C04B; }
a { background-color: rgb(67,192,75); }
div.DivClassName
{
background-color: #43C04B;
}
.BgClassName
{
background-color: #43C04B;
}
</style>
border-color css
<style>
span { border-color: #43C04B; }
span { border-color: rgb(67,192,75); }
td.TdClassName
{
border-color: #43C04B;
}
.TagClassName
{
border-color: #43C04B;
}
</style>