Shades of Fruit Salad #4CB442
Tints of Fruit Salad #4CB442
RGB
CMYK
RGB Variations
Color information
#4CB442 (or 0x4CB442) is known color: Fruit Salad. HEX triplet: 4C, B4 and 42. RGB value is (76,180,66). Sum of RGB (Red+Green+Blue) = 76+180+66=322 (42% of max value = 765). Red value is 76 (30.08% from 255 or 23.60% from 322); Green value is 180 (70.70% from 255 or 55.90% from 322); Blue value is 66 (26.17% from 255 or 20.50% from 322); Max value from RGB is 180 - color contains mainly: green. Hex color #4CB442 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4CB442 is #B34BBD. Grayscale: #888888. Windows color (decimal): -11750334 or 4371532. OLE color: 4371532.
HSL color Cylindrical-coordinate representation of color #4CB442: hue angle of 114.74º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4CB442 is Cyan = 0.58, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 76 | 180 | 66 | - |
| CMYK | 0.58 | 0 | 0.63 | 0.29 |
| HSL | 114.74º | 0.46% | 0.48% | - |
| HSV(B) | 114.74º | 0.63% | 0.71% | - |
| XYZ | 20.29 | 34.57 | 10.76 | - |
| YUV | 135.91 | 88.54 | 85.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 180 | 66 | 0.58 | 0 | 0.63 | 0.29 | 114.74 | 0.46 | 0.48 |
| Hex | 4C | B4 | 42 | 3A | 0 | 3F | 1D | 73 | 2E | 30 |
| Octal | 114 | 264 | 102 | 72 | 0 | 77 | 35 | 163 | 56 | 60 |
| Binary | 1001100 | 10110100 | 1000010 | 111010 | 0 | 111111 | 11101 | 1110011 | 101110 | 110000 |
Color Harmonies of #4CB442
Complementary color
Monochromatic Colors of #4CB442
Black with #4CB442
Text Example
Text Example
White with #4CB442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CB442; }
p { color: rgb(76,180,66); }
H1.HeaderClassName
{
color: #4CB442;
}
.AnyTagClassName
{
color: #4CB442;
}
</style>
background-color css
<style>
a { background-color: #4CB442; }
a { background-color: rgb(76,180,66); }
div.DivClassName
{
background-color: #4CB442;
}
.BgClassName
{
background-color: #4CB442;
}
</style>
border-color css
<style>
span { border-color: #4CB442; }
span { border-color: rgb(76,180,66); }
td.TdClassName
{
border-color: #4CB442;
}
.TagClassName
{
border-color: #4CB442;
}
</style>