Shades of Fruit Salad #4CB543
Tints of Fruit Salad #4CB543
RGB
CMYK
RGB Variations
Color information
#4CB543 (or 0x4CB543) is known color: Fruit Salad. HEX triplet: 4C, B5 and 43. RGB value is (76,181,67). Sum of RGB (Red+Green+Blue) = 76+181+67=324 (42% of max value = 765). Red value is 76 (30.08% from 255 or 23.46% from 324); Green value is 181 (71.09% from 255 or 55.86% from 324); Blue value is 67 (26.56% from 255 or 20.68% from 324); Max value from RGB is 181 - color contains mainly: green. Hex color #4CB543 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4CB543 is #B34ABC. Grayscale: #888888. Windows color (decimal): -11750077 or 4437324. OLE color: 4437324.
HSL color Cylindrical-coordinate representation of color #4CB543: hue angle of 115.26º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4CB543 is Cyan = 0.58, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 76 | 181 | 67 | - |
| CMYK | 0.58 | 0 | 0.63 | 0.29 |
| HSL | 115.26º | 0.46% | 0.49% | - |
| HSV(B) | 115.26º | 0.63% | 0.71% | - |
| XYZ | 20.52 | 34.99 | 10.98 | - |
| YUV | 136.61 | 88.71 | 84.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 181 | 67 | 0.58 | 0 | 0.63 | 0.29 | 115.26 | 0.46 | 0.49 |
| Hex | 4C | B5 | 43 | 3A | 0 | 3F | 1D | 73 | 2E | 31 |
| Octal | 114 | 265 | 103 | 72 | 0 | 77 | 35 | 163 | 56 | 61 |
| Binary | 1001100 | 10110101 | 1000011 | 111010 | 0 | 111111 | 11101 | 1110011 | 101110 | 110001 |
Color Harmonies of #4CB543
Complementary color
Monochromatic Colors of #4CB543
Black with #4CB543
Text Example
Text Example
White with #4CB543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CB543; }
p { color: rgb(76,181,67); }
H1.HeaderClassName
{
color: #4CB543;
}
.AnyTagClassName
{
color: #4CB543;
}
</style>
background-color css
<style>
a { background-color: #4CB543; }
a { background-color: rgb(76,181,67); }
div.DivClassName
{
background-color: #4CB543;
}
.BgClassName
{
background-color: #4CB543;
}
</style>
border-color css
<style>
span { border-color: #4CB543; }
span { border-color: rgb(76,181,67); }
td.TdClassName
{
border-color: #4CB543;
}
.TagClassName
{
border-color: #4CB543;
}
</style>