Shades of Fruit Salad #4CA447
Tints of Fruit Salad #4CA447
RGB
CMYK
RGB Variations
Color information
#4CA447 (or 0x4CA447) is known color: Fruit Salad. HEX triplet: 4C, A4 and 47. RGB value is (76,164,71). Sum of RGB (Red+Green+Blue) = 76+164+71=311 (41% of max value = 765). Red value is 76 (30.08% from 255 or 24.44% from 311); Green value is 164 (64.45% from 255 or 52.73% from 311); Blue value is 71 (28.12% from 255 or 22.83% from 311); Max value from RGB is 164 - color contains mainly: green. Hex color #4CA447 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4CA447 is #B35BB8. Grayscale: #7F7F7F. Windows color (decimal): -11754425 or 4695116. OLE color: 4695116.
HSL color Cylindrical-coordinate representation of color #4CA447: hue angle of 116.77º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4CA447 is Cyan = 0.54, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 76 | 164 | 71 | - |
| CMYK | 0.54 | 0 | 0.57 | 0.36 |
| HSL | 116.77º | 0.4% | 0.46% | - |
| HSV(B) | 116.77º | 0.57% | 0.64% | - |
| XYZ | 17.39 | 28.54 | 10.55 | - |
| YUV | 127.09 | 96.35 | 91.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 164 | 71 | 0.54 | 0 | 0.57 | 0.36 | 116.77 | 0.4 | 0.46 |
| Hex | 4C | A4 | 47 | 36 | 0 | 39 | 24 | 75 | 28 | 2E |
| Octal | 114 | 244 | 107 | 66 | 0 | 71 | 44 | 165 | 50 | 56 |
| Binary | 1001100 | 10100100 | 1000111 | 110110 | 0 | 111001 | 100100 | 1110101 | 101000 | 101110 |
Color Harmonies of #4CA447
Complementary color
Monochromatic Colors of #4CA447
Black with #4CA447
Text Example
Text Example
White with #4CA447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CA447; }
p { color: rgb(76,164,71); }
H1.HeaderClassName
{
color: #4CA447;
}
.AnyTagClassName
{
color: #4CA447;
}
</style>
background-color css
<style>
a { background-color: #4CA447; }
a { background-color: rgb(76,164,71); }
div.DivClassName
{
background-color: #4CA447;
}
.BgClassName
{
background-color: #4CA447;
}
</style>
border-color css
<style>
span { border-color: #4CA447; }
span { border-color: rgb(76,164,71); }
td.TdClassName
{
border-color: #4CA447;
}
.TagClassName
{
border-color: #4CA447;
}
</style>