Shades of Fruit Salad #43BE55
Tints of Fruit Salad #43BE55
RGB
CMYK
RGB Variations
Color information
#43BE55 (or 0x43BE55) is known color: Fruit Salad. HEX triplet: 43, BE and 55. RGB value is (67,190,85). Sum of RGB (Red+Green+Blue) = 67+190+85=342 (45% of max value = 765). Red value is 67 (26.56% from 255 or 19.59% from 342); Green value is 190 (74.61% from 255 or 55.56% from 342); Blue value is 85 (33.59% from 255 or 24.85% from 342); Max value from RGB is 190 - color contains mainly: green. Hex color #43BE55 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #43BE55 is #BC41AA. Grayscale: #8D8D8D. Windows color (decimal): -12337579 or 5619267. OLE color: 5619267.
HSL color Cylindrical-coordinate representation of color #43BE55: hue angle of 128.78º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #43BE55 is Cyan = 0.65, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 67 | 190 | 85 | - |
| CMYK | 0.65 | 0 | 0.55 | 0.25 |
| HSL | 128.78º | 0.49% | 0.5% | - |
| HSV(B) | 128.78º | 0.65% | 0.75% | - |
| XYZ | 22.37 | 38.68 | 14.88 | - |
| YUV | 141.25 | 96.25 | 75.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 190 | 85 | 0.65 | 0 | 0.55 | 0.25 | 128.78 | 0.49 | 0.5 |
| Hex | 43 | BE | 55 | 41 | 0 | 37 | 19 | 81 | 31 | 32 |
| Octal | 103 | 276 | 125 | 101 | 0 | 67 | 31 | 201 | 61 | 62 |
| Binary | 1000011 | 10111110 | 1010101 | 1000001 | 0 | 110111 | 11001 | 10000001 | 110001 | 110010 |
Color Harmonies of #43BE55
Complementary color
Monochromatic Colors of #43BE55
Black with #43BE55
Text Example
Text Example
White with #43BE55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43BE55; }
p { color: rgb(67,190,85); }
H1.HeaderClassName
{
color: #43BE55;
}
.AnyTagClassName
{
color: #43BE55;
}
</style>
background-color css
<style>
a { background-color: #43BE55; }
a { background-color: rgb(67,190,85); }
div.DivClassName
{
background-color: #43BE55;
}
.BgClassName
{
background-color: #43BE55;
}
</style>
border-color css
<style>
span { border-color: #43BE55; }
span { border-color: rgb(67,190,85); }
td.TdClassName
{
border-color: #43BE55;
}
.TagClassName
{
border-color: #43BE55;
}
</style>