Shades of Fruit Salad #43C555
Tints of Fruit Salad #43C555
RGB
CMYK
RGB Variations
Color information
#43C555 (or 0x43C555) is known color: Fruit Salad. HEX triplet: 43, C5 and 55. RGB value is (67,197,85). Sum of RGB (Red+Green+Blue) = 67+197+85=349 (46% of max value = 765). Red value is 67 (26.56% from 255 or 19.20% from 349); Green value is 197 (77.34% from 255 or 56.45% from 349); Blue value is 85 (33.59% from 255 or 24.36% from 349); Max value from RGB is 197 - color contains mainly: green. Hex color #43C555 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #43C555 is #BC3AAA. Grayscale: #919191. Windows color (decimal): -12335787 or 5621059. OLE color: 5621059.
HSL color Cylindrical-coordinate representation of color #43C555: hue angle of 128.31º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #43C555 is Cyan = 0.66, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 67 | 197 | 85 | - |
| CMYK | 0.66 | 0 | 0.57 | 0.23 |
| HSL | 128.31º | 0.53% | 0.52% | - |
| HSV(B) | 128.31º | 0.66% | 0.77% | - |
| XYZ | 23.92 | 41.78 | 15.4 | - |
| YUV | 145.36 | 93.93 | 72.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 197 | 85 | 0.66 | 0 | 0.57 | 0.23 | 128.31 | 0.53 | 0.52 |
| Hex | 43 | C5 | 55 | 42 | 0 | 39 | 17 | 80 | 35 | 34 |
| Octal | 103 | 305 | 125 | 102 | 0 | 71 | 27 | 200 | 65 | 64 |
| Binary | 1000011 | 11000101 | 1010101 | 1000010 | 0 | 111001 | 10111 | 10000000 | 110101 | 110100 |
Color Harmonies of #43C555
Complementary color
Monochromatic Colors of #43C555
Black with #43C555
Text Example
Text Example
White with #43C555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43C555; }
p { color: rgb(67,197,85); }
H1.HeaderClassName
{
color: #43C555;
}
.AnyTagClassName
{
color: #43C555;
}
</style>
background-color css
<style>
a { background-color: #43C555; }
a { background-color: rgb(67,197,85); }
div.DivClassName
{
background-color: #43C555;
}
.BgClassName
{
background-color: #43C555;
}
</style>
border-color css
<style>
span { border-color: #43C555; }
span { border-color: rgb(67,197,85); }
td.TdClassName
{
border-color: #43C555;
}
.TagClassName
{
border-color: #43C555;
}
</style>