Shades of Fruit Salad #43BB43
Tints of Fruit Salad #43BB43
RGB
CMYK
RGB Variations
Color information
#43BB43 (or 0x43BB43) is known color: Fruit Salad. HEX triplet: 43, BB and 43. RGB value is (67,187,67). Sum of RGB (Red+Green+Blue) = 67+187+67=321 (42% of max value = 765). Red value is 67 (26.56% from 255 or 20.87% from 321); Green value is 187 (73.44% from 255 or 58.26% from 321); Blue value is 67 (26.56% from 255 or 20.87% from 321); Max value from RGB is 187 - color contains mainly: green. Hex color #43BB43 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #43BB43 is #BC44BC. Grayscale: #898989. Windows color (decimal): -12338365 or 4438851. OLE color: 4438851.
HSL color Cylindrical-coordinate representation of color #43BB43: hue angle of 120º 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 #43BB43 is Cyan = 0.64, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 67 | 187 | 67 | - |
| CMYK | 0.64 | 0 | 0.64 | 0.27 |
| HSL | 120º | 0.47% | 0.5% | - |
| HSV(B) | 120º | 0.64% | 0.73% | - |
| XYZ | 21.1 | 37.14 | 11.37 | - |
| YUV | 137.44 | 88.24 | 77.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 187 | 67 | 0.64 | 0 | 0.64 | 0.27 | 120 | 0.47 | 0.5 |
| Hex | 43 | BB | 43 | 40 | 0 | 40 | 1B | 78 | 2F | 32 |
| Octal | 103 | 273 | 103 | 100 | 0 | 100 | 33 | 170 | 57 | 62 |
| Binary | 1000011 | 10111011 | 1000011 | 1000000 | 0 | 1000000 | 11011 | 1111000 | 101111 | 110010 |
Color Harmonies of #43BB43
Complementary color
Monochromatic Colors of #43BB43
Black with #43BB43
Text Example
Text Example
White with #43BB43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43BB43; }
p { color: rgb(67,187,67); }
H1.HeaderClassName
{
color: #43BB43;
}
.AnyTagClassName
{
color: #43BB43;
}
</style>
background-color css
<style>
a { background-color: #43BB43; }
a { background-color: rgb(67,187,67); }
div.DivClassName
{
background-color: #43BB43;
}
.BgClassName
{
background-color: #43BB43;
}
</style>
border-color css
<style>
span { border-color: #43BB43; }
span { border-color: rgb(67,187,67); }
td.TdClassName
{
border-color: #43BB43;
}
.TagClassName
{
border-color: #43BB43;
}
</style>