Shades of Fruit Salad #43BA4B
Tints of Fruit Salad #43BA4B
RGB
CMYK
RGB Variations
Color information
#43BA4B (or 0x43BA4B) is known color: Fruit Salad. HEX triplet: 43, BA and 4B. RGB value is (67,186,75). Sum of RGB (Red+Green+Blue) = 67+186+75=328 (43% of max value = 765). Red value is 67 (26.56% from 255 or 20.43% from 328); Green value is 186 (73.05% from 255 or 56.71% from 328); Blue value is 75 (29.69% from 255 or 22.87% from 328); Max value from RGB is 186 - color contains mainly: green. Hex color #43BA4B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #43BA4B is #BC45B4. Grayscale: #8A8A8A. Windows color (decimal): -12338613 or 4962883. OLE color: 4962883.
HSL color Cylindrical-coordinate representation of color #43BA4B: hue angle of 124.03º 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 #43BA4B is Cyan = 0.64, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 67 | 186 | 75 | - |
| CMYK | 0.64 | 0 | 0.60 | 0.27 |
| HSL | 124.03º | 0.47% | 0.5% | - |
| HSV(B) | 124.03º | 0.64% | 0.73% | - |
| XYZ | 21.14 | 36.82 | 12.65 | - |
| YUV | 137.77 | 92.58 | 77.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 186 | 75 | 0.64 | 0 | 0.60 | 0.27 | 124.03 | 0.47 | 0.5 |
| Hex | 43 | BA | 4B | 40 | 0 | 3C | 1B | 7C | 2F | 32 |
| Octal | 103 | 272 | 113 | 100 | 0 | 74 | 33 | 174 | 57 | 62 |
| Binary | 1000011 | 10111010 | 1001011 | 1000000 | 0 | 111100 | 11011 | 1111100 | 101111 | 110010 |
Color Harmonies of #43BA4B
Complementary color
Monochromatic Colors of #43BA4B
Black with #43BA4B
Text Example
Text Example
White with #43BA4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43BA4B; }
p { color: rgb(67,186,75); }
H1.HeaderClassName
{
color: #43BA4B;
}
.AnyTagClassName
{
color: #43BA4B;
}
</style>
background-color css
<style>
a { background-color: #43BA4B; }
a { background-color: rgb(67,186,75); }
div.DivClassName
{
background-color: #43BA4B;
}
.BgClassName
{
background-color: #43BA4B;
}
</style>
border-color css
<style>
span { border-color: #43BA4B; }
span { border-color: rgb(67,186,75); }
td.TdClassName
{
border-color: #43BA4B;
}
.TagClassName
{
border-color: #43BA4B;
}
</style>