Shades of Fruit Salad #43C350
Tints of Fruit Salad #43C350
RGB
CMYK
RGB Variations
Color information
#43C350 (or 0x43C350) is known color: Fruit Salad. HEX triplet: 43, C3 and 50. RGB value is (67,195,80). Sum of RGB (Red+Green+Blue) = 67+195+80=342 (45% of max value = 765). Red value is 67 (26.56% from 255 or 19.59% from 342); Green value is 195 (76.56% from 255 or 57.02% from 342); Blue value is 80 (31.64% from 255 or 23.39% from 342); Max value from RGB is 195 - color contains mainly: green. Hex color #43C350 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #43C350 is #BC3CAF. Grayscale: #8F8F8F. Windows color (decimal): -12336304 or 5292867. OLE color: 5292867.
HSL color Cylindrical-coordinate representation of color #43C350: hue angle of 126.09º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #43C350 is Cyan = 0.66, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 67 | 195 | 80 | - |
| CMYK | 0.66 | 0 | 0.59 | 0.24 |
| HSL | 126.09º | 0.52% | 0.51% | - |
| HSV(B) | 126.09º | 0.66% | 0.76% | - |
| XYZ | 23.28 | 40.8 | 14.24 | - |
| YUV | 143.62 | 92.09 | 73.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 195 | 80 | 0.66 | 0 | 0.59 | 0.24 | 126.09 | 0.52 | 0.51 |
| Hex | 43 | C3 | 50 | 42 | 0 | 3B | 18 | 7E | 34 | 33 |
| Octal | 103 | 303 | 120 | 102 | 0 | 73 | 30 | 176 | 64 | 63 |
| Binary | 1000011 | 11000011 | 1010000 | 1000010 | 0 | 111011 | 11000 | 1111110 | 110100 | 110011 |
Color Harmonies of #43C350
Complementary color
Monochromatic Colors of #43C350
Black with #43C350
Text Example
Text Example
White with #43C350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43C350; }
p { color: rgb(67,195,80); }
H1.HeaderClassName
{
color: #43C350;
}
.AnyTagClassName
{
color: #43C350;
}
</style>
background-color css
<style>
a { background-color: #43C350; }
a { background-color: rgb(67,195,80); }
div.DivClassName
{
background-color: #43C350;
}
.BgClassName
{
background-color: #43C350;
}
</style>
border-color css
<style>
span { border-color: #43C350; }
span { border-color: rgb(67,195,80); }
td.TdClassName
{
border-color: #43C350;
}
.TagClassName
{
border-color: #43C350;
}
</style>