Shades of Fruit Salad #43B255
Tints of Fruit Salad #43B255
RGB
CMYK
RGB Variations
Color information
#43B255 (or 0x43B255) is known color: Fruit Salad. HEX triplet: 43, B2 and 55. RGB value is (67,178,85). Sum of RGB (Red+Green+Blue) = 67+178+85=330 (43% of max value = 765). Red value is 67 (26.56% from 255 or 20.30% from 330); Green value is 178 (69.92% from 255 or 53.94% from 330); Blue value is 85 (33.59% from 255 or 25.76% from 330); Max value from RGB is 178 - color contains mainly: green. Hex color #43B255 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #43B255 is #BC4DAA. Grayscale: #868686. Windows color (decimal): -12340651 or 5616195. OLE color: 5616195.
HSL color Cylindrical-coordinate representation of color #43B255: hue angle of 129.73º degrees, saturation: 0.45, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #43B255 is Cyan = 0.62, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 67 | 178 | 85 | - |
| CMYK | 0.62 | 0 | 0.52 | 0.30 |
| HSL | 129.73º | 0.45% | 0.48% | - |
| HSV(B) | 129.73º | 0.62% | 0.7% | - |
| XYZ | 19.87 | 33.69 | 14.05 | - |
| YUV | 134.21 | 100.23 | 80.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 178 | 85 | 0.62 | 0 | 0.52 | 0.30 | 129.73 | 0.45 | 0.48 |
| Hex | 43 | B2 | 55 | 3E | 0 | 34 | 1E | 82 | 2D | 30 |
| Octal | 103 | 262 | 125 | 76 | 0 | 64 | 36 | 202 | 55 | 60 |
| Binary | 1000011 | 10110010 | 1010101 | 111110 | 0 | 110100 | 11110 | 10000010 | 101101 | 110000 |
Color Harmonies of #43B255
Complementary color
Monochromatic Colors of #43B255
Black with #43B255
Text Example
Text Example
White with #43B255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43B255; }
p { color: rgb(67,178,85); }
H1.HeaderClassName
{
color: #43B255;
}
.AnyTagClassName
{
color: #43B255;
}
</style>
background-color css
<style>
a { background-color: #43B255; }
a { background-color: rgb(67,178,85); }
div.DivClassName
{
background-color: #43B255;
}
.BgClassName
{
background-color: #43B255;
}
</style>
border-color css
<style>
span { border-color: #43B255; }
span { border-color: rgb(67,178,85); }
td.TdClassName
{
border-color: #43B255;
}
.TagClassName
{
border-color: #43B255;
}
</style>