Shades of Fruit Salad #4CB945
Tints of Fruit Salad #4CB945
RGB
CMYK
RGB Variations
Color information
#4CB945 (or 0x4CB945) is known color: Fruit Salad. HEX triplet: 4C, B9 and 45. RGB value is (76,185,69). Sum of RGB (Red+Green+Blue) = 76+185+69=330 (43% of max value = 765). Red value is 76 (30.08% from 255 or 23.03% from 330); Green value is 185 (72.66% from 255 or 56.06% from 330); Blue value is 69 (27.34% from 255 or 20.91% from 330); Max value from RGB is 185 - color contains mainly: green. Hex color #4CB945 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4CB945 is #B346BA. Grayscale: #8B8B8B. Windows color (decimal): -11749051 or 4569420. OLE color: 4569420.
HSL color Cylindrical-coordinate representation of color #4CB945: hue angle of 116.38º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4CB945 is Cyan = 0.59, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 76 | 185 | 69 | - |
| CMYK | 0.59 | 0 | 0.63 | 0.27 |
| HSL | 116.38º | 0.46% | 0.5% | - |
| HSV(B) | 116.38º | 0.63% | 0.73% | - |
| XYZ | 21.4 | 36.66 | 11.58 | - |
| YUV | 139.19 | 88.39 | 82.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 185 | 69 | 0.59 | 0 | 0.63 | 0.27 | 116.38 | 0.46 | 0.5 |
| Hex | 4C | B9 | 45 | 3B | 0 | 3F | 1B | 74 | 2E | 32 |
| Octal | 114 | 271 | 105 | 73 | 0 | 77 | 33 | 164 | 56 | 62 |
| Binary | 1001100 | 10111001 | 1000101 | 111011 | 0 | 111111 | 11011 | 1110100 | 101110 | 110010 |
Color Harmonies of #4CB945
Complementary color
Monochromatic Colors of #4CB945
Black with #4CB945
Text Example
Text Example
White with #4CB945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CB945; }
p { color: rgb(76,185,69); }
H1.HeaderClassName
{
color: #4CB945;
}
.AnyTagClassName
{
color: #4CB945;
}
</style>
background-color css
<style>
a { background-color: #4CB945; }
a { background-color: rgb(76,185,69); }
div.DivClassName
{
background-color: #4CB945;
}
.BgClassName
{
background-color: #4CB945;
}
</style>
border-color css
<style>
span { border-color: #4CB945; }
span { border-color: rgb(76,185,69); }
td.TdClassName
{
border-color: #4CB945;
}
.TagClassName
{
border-color: #4CB945;
}
</style>