Shades of Fruit Salad #4CA147
Tints of Fruit Salad #4CA147
RGB
CMYK
RGB Variations
Color information
#4CA147 (or 0x4CA147) is known color: Fruit Salad. HEX triplet: 4C, A1 and 47. RGB value is (76,161,71). Sum of RGB (Red+Green+Blue) = 76+161+71=308 (40% of max value = 765). Red value is 76 (30.08% from 255 or 24.68% from 308); Green value is 161 (63.28% from 255 or 52.27% from 308); Blue value is 71 (28.12% from 255 or 23.05% from 308); Max value from RGB is 161 - color contains mainly: green. Hex color #4CA147 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4CA147 is #B35EB8. Grayscale: #7D7D7D. Windows color (decimal): -11755193 or 4694348. OLE color: 4694348.
HSL color Cylindrical-coordinate representation of color #4CA147: hue angle of 116.67º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4CA147 is Cyan = 0.53, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 76 | 161 | 71 | - |
| CMYK | 0.53 | 0 | 0.56 | 0.37 |
| HSL | 116.67º | 0.39% | 0.45% | - |
| HSV(B) | 116.67º | 0.56% | 0.63% | - |
| XYZ | 16.86 | 27.48 | 10.38 | - |
| YUV | 125.33 | 97.34 | 92.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 161 | 71 | 0.53 | 0 | 0.56 | 0.37 | 116.67 | 0.39 | 0.45 |
| Hex | 4C | A1 | 47 | 35 | 0 | 38 | 25 | 75 | 27 | 2D |
| Octal | 114 | 241 | 107 | 65 | 0 | 70 | 45 | 165 | 47 | 55 |
| Binary | 1001100 | 10100001 | 1000111 | 110101 | 0 | 111000 | 100101 | 1110101 | 100111 | 101101 |
Color Harmonies of #4CA147
Complementary color
Monochromatic Colors of #4CA147
Black with #4CA147
Text Example
Text Example
White with #4CA147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CA147; }
p { color: rgb(76,161,71); }
H1.HeaderClassName
{
color: #4CA147;
}
.AnyTagClassName
{
color: #4CA147;
}
</style>
background-color css
<style>
a { background-color: #4CA147; }
a { background-color: rgb(76,161,71); }
div.DivClassName
{
background-color: #4CA147;
}
.BgClassName
{
background-color: #4CA147;
}
</style>
border-color css
<style>
span { border-color: #4CA147; }
span { border-color: rgb(76,161,71); }
td.TdClassName
{
border-color: #4CA147;
}
.TagClassName
{
border-color: #4CA147;
}
</style>