Shades of Fruit Salad #43BB58
Tints of Fruit Salad #43BB58
RGB
CMYK
RGB Variations
Color information
#43BB58 (or 0x43BB58) is known color: Fruit Salad. HEX triplet: 43, BB and 58. RGB value is (67,187,88). Sum of RGB (Red+Green+Blue) = 67+187+88=342 (45% of max value = 765). Red value is 67 (26.56% from 255 or 19.59% from 342); Green value is 187 (73.44% from 255 or 54.68% from 342); Blue value is 88 (34.77% from 255 or 25.73% from 342); Max value from RGB is 187 - color contains mainly: green. Hex color #43BB58 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #43BB58 is #BC44A7. Grayscale: #8C8C8C. Windows color (decimal): -12338344 or 5815107. OLE color: 5815107.
HSL color Cylindrical-coordinate representation of color #43BB58: hue angle of 130.5º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #43BB58 is Cyan = 0.64, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 67 | 187 | 88 | - |
| CMYK | 0.64 | 0 | 0.53 | 0.27 |
| HSL | 130.5º | 0.47% | 0.5% | - |
| HSV(B) | 130.5º | 0.64% | 0.73% | - |
| XYZ | 21.85 | 37.44 | 15.31 | - |
| YUV | 139.83 | 98.74 | 76.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 187 | 88 | 0.64 | 0 | 0.53 | 0.27 | 130.5 | 0.47 | 0.5 |
| Hex | 43 | BB | 58 | 40 | 0 | 35 | 1B | 82 | 2F | 32 |
| Octal | 103 | 273 | 130 | 100 | 0 | 65 | 33 | 202 | 57 | 62 |
| Binary | 1000011 | 10111011 | 1011000 | 1000000 | 0 | 110101 | 11011 | 10000010 | 101111 | 110010 |
Color Harmonies of #43BB58
Complementary color
Monochromatic Colors of #43BB58
Black with #43BB58
Text Example
Text Example
White with #43BB58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43BB58; }
p { color: rgb(67,187,88); }
H1.HeaderClassName
{
color: #43BB58;
}
.AnyTagClassName
{
color: #43BB58;
}
</style>
background-color css
<style>
a { background-color: #43BB58; }
a { background-color: rgb(67,187,88); }
div.DivClassName
{
background-color: #43BB58;
}
.BgClassName
{
background-color: #43BB58;
}
</style>
border-color css
<style>
span { border-color: #43BB58; }
span { border-color: rgb(67,187,88); }
td.TdClassName
{
border-color: #43BB58;
}
.TagClassName
{
border-color: #43BB58;
}
</style>