Shades of Fruit Salad #4CA150
Tints of Fruit Salad #4CA150
RGB
CMYK
RGB Variations
Color information
#4CA150 (or 0x4CA150) is known color: Fruit Salad. HEX triplet: 4C, A1 and 50. RGB value is (76,161,80). Sum of RGB (Red+Green+Blue) = 76+161+80=317 (41% of max value = 765). Red value is 76 (30.08% from 255 or 23.97% from 317); Green value is 161 (63.28% from 255 or 50.79% from 317); Blue value is 80 (31.64% from 255 or 25.24% from 317); Max value from RGB is 161 - color contains mainly: green. Hex color #4CA150 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4CA150 is #B35EAF. Grayscale: #7E7E7E. Windows color (decimal): -11755184 or 5284172. OLE color: 5284172.
HSL color Cylindrical-coordinate representation of color #4CA150: hue angle of 122.82º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4CA150 is Cyan = 0.53, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 76 | 161 | 80 | - |
| CMYK | 0.53 | 0 | 0.50 | 0.37 |
| HSL | 122.82º | 0.36% | 0.46% | - |
| HSV(B) | 122.82º | 0.53% | 0.63% | - |
| XYZ | 17.17 | 27.61 | 12.01 | - |
| YUV | 126.35 | 101.84 | 92.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 161 | 80 | 0.53 | 0 | 0.50 | 0.37 | 122.82 | 0.36 | 0.46 |
| Hex | 4C | A1 | 50 | 35 | 0 | 32 | 25 | 7B | 24 | 2E |
| Octal | 114 | 241 | 120 | 65 | 0 | 62 | 45 | 173 | 44 | 56 |
| Binary | 1001100 | 10100001 | 1010000 | 110101 | 0 | 110010 | 100101 | 1111011 | 100100 | 101110 |
Color Harmonies of #4CA150
Complementary color
Monochromatic Colors of #4CA150
Black with #4CA150
Text Example
Text Example
White with #4CA150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CA150; }
p { color: rgb(76,161,80); }
H1.HeaderClassName
{
color: #4CA150;
}
.AnyTagClassName
{
color: #4CA150;
}
</style>
background-color css
<style>
a { background-color: #4CA150; }
a { background-color: rgb(76,161,80); }
div.DivClassName
{
background-color: #4CA150;
}
.BgClassName
{
background-color: #4CA150;
}
</style>
border-color css
<style>
span { border-color: #4CA150; }
span { border-color: rgb(76,161,80); }
td.TdClassName
{
border-color: #4CA150;
}
.TagClassName
{
border-color: #4CA150;
}
</style>