Shades of Fruit Salad #4CA143
Tints of Fruit Salad #4CA143
RGB
CMYK
RGB Variations
Color information
#4CA143 (or 0x4CA143) is known color: Fruit Salad. HEX triplet: 4C, A1 and 43. RGB value is (76,161,67). Sum of RGB (Red+Green+Blue) = 76+161+67=304 (40% of max value = 765). Red value is 76 (30.08% from 255 or 25% from 304); Green value is 161 (63.28% from 255 or 52.96% from 304); Blue value is 67 (26.56% from 255 or 22.04% from 304); Max value from RGB is 161 - color contains mainly: green. Hex color #4CA143 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4CA143 is #B35EBC. Grayscale: #7D7D7D. Windows color (decimal): -11755197 or 4432204. OLE color: 4432204.
HSL color Cylindrical-coordinate representation of color #4CA143: hue angle of 114.26º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4CA143 is Cyan = 0.53, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 76 | 161 | 67 | - |
| CMYK | 0.53 | 0 | 0.58 | 0.37 |
| HSL | 114.26º | 0.41% | 0.45% | - |
| HSV(B) | 114.26º | 0.58% | 0.63% | - |
| XYZ | 16.74 | 27.43 | 9.72 | - |
| YUV | 124.87 | 95.34 | 93.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 161 | 67 | 0.53 | 0 | 0.58 | 0.37 | 114.26 | 0.41 | 0.45 |
| Hex | 4C | A1 | 43 | 35 | 0 | 3A | 25 | 72 | 29 | 2D |
| Octal | 114 | 241 | 103 | 65 | 0 | 72 | 45 | 162 | 51 | 55 |
| Binary | 1001100 | 10100001 | 1000011 | 110101 | 0 | 111010 | 100101 | 1110010 | 101001 | 101101 |
Color Harmonies of #4CA143
Complementary color
Monochromatic Colors of #4CA143
Black with #4CA143
Text Example
Text Example
White with #4CA143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CA143; }
p { color: rgb(76,161,67); }
H1.HeaderClassName
{
color: #4CA143;
}
.AnyTagClassName
{
color: #4CA143;
}
</style>
background-color css
<style>
a { background-color: #4CA143; }
a { background-color: rgb(76,161,67); }
div.DivClassName
{
background-color: #4CA143;
}
.BgClassName
{
background-color: #4CA143;
}
</style>
border-color css
<style>
span { border-color: #4CA143; }
span { border-color: rgb(76,161,67); }
td.TdClassName
{
border-color: #4CA143;
}
.TagClassName
{
border-color: #4CA143;
}
</style>