Shades of Fruit Salad #43C358
Tints of Fruit Salad #43C358
RGB
CMYK
RGB Variations
Color information
#43C358 (or 0x43C358) is known color: Fruit Salad. HEX triplet: 43, C3 and 58. RGB value is (67,195,88). Sum of RGB (Red+Green+Blue) = 67+195+88=350 (46% of max value = 765). Red value is 67 (26.56% from 255 or 19.14% from 350); Green value is 195 (76.56% from 255 or 55.71% from 350); Blue value is 88 (34.77% from 255 or 25.14% from 350); Max value from RGB is 195 - color contains mainly: green. Hex color #43C358 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #43C358 is #BC3CA7. Grayscale: #909090. Windows color (decimal): -12336296 or 5817155. OLE color: 5817155.
HSL color Cylindrical-coordinate representation of color #43C358: hue angle of 129.84º 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 #43C358 is Cyan = 0.66, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 67 | 195 | 88 | - |
| CMYK | 0.66 | 0 | 0.55 | 0.24 |
| HSL | 129.84º | 0.52% | 0.51% | - |
| HSV(B) | 129.84º | 0.66% | 0.76% | - |
| XYZ | 23.59 | 40.93 | 15.89 | - |
| YUV | 144.53 | 96.09 | 72.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 195 | 88 | 0.66 | 0 | 0.55 | 0.24 | 129.84 | 0.52 | 0.51 |
| Hex | 43 | C3 | 58 | 42 | 0 | 37 | 18 | 82 | 34 | 33 |
| Octal | 103 | 303 | 130 | 102 | 0 | 67 | 30 | 202 | 64 | 63 |
| Binary | 1000011 | 11000011 | 1011000 | 1000010 | 0 | 110111 | 11000 | 10000010 | 110100 | 110011 |
Color Harmonies of #43C358
Complementary color
Monochromatic Colors of #43C358
Black with #43C358
Text Example
Text Example
White with #43C358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43C358; }
p { color: rgb(67,195,88); }
H1.HeaderClassName
{
color: #43C358;
}
.AnyTagClassName
{
color: #43C358;
}
</style>
background-color css
<style>
a { background-color: #43C358; }
a { background-color: rgb(67,195,88); }
div.DivClassName
{
background-color: #43C358;
}
.BgClassName
{
background-color: #43C358;
}
</style>
border-color css
<style>
span { border-color: #43C358; }
span { border-color: rgb(67,195,88); }
td.TdClassName
{
border-color: #43C358;
}
.TagClassName
{
border-color: #43C358;
}
</style>