Shades of Fruit Salad #4CAA3F
Tints of Fruit Salad #4CAA3F
RGB
CMYK
RGB Variations
Color information
#4CAA3F (or 0x4CAA3F) is known color: Fruit Salad. HEX triplet: 4C, AA and 3F. RGB value is (76,170,63). Sum of RGB (Red+Green+Blue) = 76+170+63=309 (40% of max value = 765). Red value is 76 (30.08% from 255 or 24.60% from 309); Green value is 170 (66.80% from 255 or 55.02% from 309); Blue value is 63 (25% from 255 or 20.39% from 309); Max value from RGB is 170 - color contains mainly: green. Hex color #4CAA3F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4CAA3F is #B355C0. Grayscale: #828282. Windows color (decimal): -11752897 or 4172364. OLE color: 4172364.
HSL color Cylindrical-coordinate representation of color #4CAA3F: hue angle of 112.71º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4CAA3F is Cyan = 0.55, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 76 | 170 | 63 | - |
| CMYK | 0.55 | 0 | 0.63 | 0.33 |
| HSL | 112.71º | 0.46% | 0.46% | - |
| HSV(B) | 112.71º | 0.63% | 0.67% | - |
| XYZ | 18.25 | 30.64 | 9.66 | - |
| YUV | 129.7 | 90.36 | 89.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 170 | 63 | 0.55 | 0 | 0.63 | 0.33 | 112.71 | 0.46 | 0.46 |
| Hex | 4C | AA | 3F | 37 | 0 | 3F | 21 | 71 | 2E | 2E |
| Octal | 114 | 252 | 77 | 67 | 0 | 77 | 41 | 161 | 56 | 56 |
| Binary | 1001100 | 10101010 | 111111 | 110111 | 0 | 111111 | 100001 | 1110001 | 101110 | 101110 |
Color Harmonies of #4CAA3F
Complementary color
Monochromatic Colors of #4CAA3F
Black with #4CAA3F
Text Example
Text Example
White with #4CAA3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CAA3F; }
p { color: rgb(76,170,63); }
H1.HeaderClassName
{
color: #4CAA3F;
}
.AnyTagClassName
{
color: #4CAA3F;
}
</style>
background-color css
<style>
a { background-color: #4CAA3F; }
a { background-color: rgb(76,170,63); }
div.DivClassName
{
background-color: #4CAA3F;
}
.BgClassName
{
background-color: #4CAA3F;
}
</style>
border-color css
<style>
span { border-color: #4CAA3F; }
span { border-color: rgb(76,170,63); }
td.TdClassName
{
border-color: #4CAA3F;
}
.TagClassName
{
border-color: #4CAA3F;
}
</style>