Shades of Fruit Salad #43BD4C
Tints of Fruit Salad #43BD4C
RGB
CMYK
RGB Variations
Color information
#43BD4C (or 0x43BD4C) is known color: Fruit Salad. HEX triplet: 43, BD and 4C. RGB value is (67,189,76). Sum of RGB (Red+Green+Blue) = 67+189+76=332 (43% of max value = 765). Red value is 67 (26.56% from 255 or 20.18% from 332); Green value is 189 (74.22% from 255 or 56.93% from 332); Blue value is 76 (30.08% from 255 or 22.89% from 332); Max value from RGB is 189 - color contains mainly: green. Hex color #43BD4C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #43BD4C is #BC42B3. Grayscale: #8B8B8B. Windows color (decimal): -12337844 or 5029187. OLE color: 5029187.
HSL color Cylindrical-coordinate representation of color #43BD4C: hue angle of 124.43º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #43BD4C is Cyan = 0.65, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 67 | 189 | 76 | - |
| CMYK | 0.65 | 0 | 0.60 | 0.26 |
| HSL | 124.43º | 0.48% | 0.5% | - |
| HSV(B) | 124.43º | 0.65% | 0.74% | - |
| XYZ | 21.82 | 38.11 | 13.04 | - |
| YUV | 139.64 | 92.08 | 76.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 189 | 76 | 0.65 | 0 | 0.60 | 0.26 | 124.43 | 0.48 | 0.5 |
| Hex | 43 | BD | 4C | 41 | 0 | 3C | 1A | 7C | 30 | 32 |
| Octal | 103 | 275 | 114 | 101 | 0 | 74 | 32 | 174 | 60 | 62 |
| Binary | 1000011 | 10111101 | 1001100 | 1000001 | 0 | 111100 | 11010 | 1111100 | 110000 | 110010 |
Color Harmonies of #43BD4C
Complementary color
Monochromatic Colors of #43BD4C
Black with #43BD4C
Text Example
Text Example
White with #43BD4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43BD4C; }
p { color: rgb(67,189,76); }
H1.HeaderClassName
{
color: #43BD4C;
}
.AnyTagClassName
{
color: #43BD4C;
}
</style>
background-color css
<style>
a { background-color: #43BD4C; }
a { background-color: rgb(67,189,76); }
div.DivClassName
{
background-color: #43BD4C;
}
.BgClassName
{
background-color: #43BD4C;
}
</style>
border-color css
<style>
span { border-color: #43BD4C; }
span { border-color: rgb(67,189,76); }
td.TdClassName
{
border-color: #43BD4C;
}
.TagClassName
{
border-color: #43BD4C;
}
</style>