Shades of Fruit Salad #4CB245
Tints of Fruit Salad #4CB245
RGB
CMYK
RGB Variations
Color information
#4CB245 (or 0x4CB245) is known color: Fruit Salad. HEX triplet: 4C, B2 and 45. RGB value is (76,178,69). Sum of RGB (Red+Green+Blue) = 76+178+69=323 (42% of max value = 765). Red value is 76 (30.08% from 255 or 23.53% from 323); Green value is 178 (69.92% from 255 or 55.11% from 323); Blue value is 69 (27.34% from 255 or 21.36% from 323); Max value from RGB is 178 - color contains mainly: green. Hex color #4CB245 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4CB245 is #B34DBA. Grayscale: #878787. Windows color (decimal): -11750843 or 4567628. OLE color: 4567628.
HSL color Cylindrical-coordinate representation of color #4CB245: hue angle of 116.15º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4CB245 is Cyan = 0.57, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 76 | 178 | 69 | - |
| CMYK | 0.57 | 0 | 0.61 | 0.30 |
| HSL | 116.15º | 0.44% | 0.48% | - |
| HSV(B) | 116.15º | 0.61% | 0.7% | - |
| XYZ | 19.98 | 33.81 | 11.1 | - |
| YUV | 135.08 | 90.71 | 85.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 178 | 69 | 0.57 | 0 | 0.61 | 0.30 | 116.15 | 0.44 | 0.48 |
| Hex | 4C | B2 | 45 | 39 | 0 | 3D | 1E | 74 | 2C | 30 |
| Octal | 114 | 262 | 105 | 71 | 0 | 75 | 36 | 164 | 54 | 60 |
| Binary | 1001100 | 10110010 | 1000101 | 111001 | 0 | 111101 | 11110 | 1110100 | 101100 | 110000 |
Color Harmonies of #4CB245
Complementary color
Monochromatic Colors of #4CB245
Black with #4CB245
Text Example
Text Example
White with #4CB245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CB245; }
p { color: rgb(76,178,69); }
H1.HeaderClassName
{
color: #4CB245;
}
.AnyTagClassName
{
color: #4CB245;
}
</style>
background-color css
<style>
a { background-color: #4CB245; }
a { background-color: rgb(76,178,69); }
div.DivClassName
{
background-color: #4CB245;
}
.BgClassName
{
background-color: #4CB245;
}
</style>
border-color css
<style>
span { border-color: #4CB245; }
span { border-color: rgb(76,178,69); }
td.TdClassName
{
border-color: #4CB245;
}
.TagClassName
{
border-color: #4CB245;
}
</style>