Shades of Fruit Salad #43C355
Tints of Fruit Salad #43C355
RGB
CMYK
RGB Variations
Color information
#43C355 (or 0x43C355) is known color: Fruit Salad. HEX triplet: 43, C3 and 55. RGB value is (67,195,85). Sum of RGB (Red+Green+Blue) = 67+195+85=347 (45% of max value = 765). Red value is 67 (26.56% from 255 or 19.31% from 347); Green value is 195 (76.56% from 255 or 56.20% from 347); Blue value is 85 (33.59% from 255 or 24.50% from 347); Max value from RGB is 195 - color contains mainly: green. Hex color #43C355 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #43C355 is #BC3CAA. Grayscale: #909090. Windows color (decimal): -12336299 or 5620547. OLE color: 5620547.
HSL color Cylindrical-coordinate representation of color #43C355: hue angle of 128.44º 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 #43C355 is Cyan = 0.66, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 67 | 195 | 85 | - |
| CMYK | 0.66 | 0 | 0.56 | 0.24 |
| HSL | 128.44º | 0.52% | 0.51% | - |
| HSV(B) | 128.44º | 0.66% | 0.76% | - |
| XYZ | 23.47 | 40.88 | 15.25 | - |
| YUV | 144.19 | 94.59 | 72.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 195 | 85 | 0.66 | 0 | 0.56 | 0.24 | 128.44 | 0.52 | 0.51 |
| Hex | 43 | C3 | 55 | 42 | 0 | 38 | 18 | 80 | 34 | 33 |
| Octal | 103 | 303 | 125 | 102 | 0 | 70 | 30 | 200 | 64 | 63 |
| Binary | 1000011 | 11000011 | 1010101 | 1000010 | 0 | 111000 | 11000 | 10000000 | 110100 | 110011 |
Color Harmonies of #43C355
Complementary color
Monochromatic Colors of #43C355
Black with #43C355
Text Example
Text Example
White with #43C355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43C355; }
p { color: rgb(67,195,85); }
H1.HeaderClassName
{
color: #43C355;
}
.AnyTagClassName
{
color: #43C355;
}
</style>
background-color css
<style>
a { background-color: #43C355; }
a { background-color: rgb(67,195,85); }
div.DivClassName
{
background-color: #43C355;
}
.BgClassName
{
background-color: #43C355;
}
</style>
border-color css
<style>
span { border-color: #43C355; }
span { border-color: rgb(67,195,85); }
td.TdClassName
{
border-color: #43C355;
}
.TagClassName
{
border-color: #43C355;
}
</style>