Shades of Fruit Salad #3CAC4E
Tints of Fruit Salad #3CAC4E
RGB
CMYK
RGB Variations
Color information
#3CAC4E (or 0x3CAC4E) is known color: Fruit Salad. HEX triplet: 3C, AC and 4E. RGB value is (60,172,78). Sum of RGB (Red+Green+Blue) = 60+172+78=310 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.35% from 310); Green value is 172 (67.58% from 255 or 55.48% from 310); Blue value is 78 (30.86% from 255 or 25.16% from 310); Max value from RGB is 172 - color contains mainly: green. Hex color #3CAC4E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3CAC4E is #C353B1. Grayscale: #808080. Windows color (decimal): -12800946 or 5155900. OLE color: 5155900.
HSL color Cylindrical-coordinate representation of color #3CAC4E: hue angle of 129.64º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3CAC4E is Cyan = 0.65, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 60 | 172 | 78 | - |
| CMYK | 0.65 | 0 | 0.55 | 0.33 |
| HSL | 129.64º | 0.48% | 0.45% | - |
| HSV(B) | 129.64º | 0.65% | 0.67% | - |
| XYZ | 17.99 | 31.02 | 12.25 | - |
| YUV | 127.8 | 99.89 | 79.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 172 | 78 | 0.65 | 0 | 0.55 | 0.33 | 129.64 | 0.48 | 0.45 |
| Hex | 3C | AC | 4E | 41 | 0 | 37 | 21 | 82 | 30 | 2D |
| Octal | 74 | 254 | 116 | 101 | 0 | 67 | 41 | 202 | 60 | 55 |
| Binary | 111100 | 10101100 | 1001110 | 1000001 | 0 | 110111 | 100001 | 10000010 | 110000 | 101101 |
Color Harmonies of #3CAC4E
Complementary color
Monochromatic Colors of #3CAC4E
Black with #3CAC4E
Text Example
Text Example
White with #3CAC4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CAC4E; }
p { color: rgb(60,172,78); }
H1.HeaderClassName
{
color: #3CAC4E;
}
.AnyTagClassName
{
color: #3CAC4E;
}
</style>
background-color css
<style>
a { background-color: #3CAC4E; }
a { background-color: rgb(60,172,78); }
div.DivClassName
{
background-color: #3CAC4E;
}
.BgClassName
{
background-color: #3CAC4E;
}
</style>
border-color css
<style>
span { border-color: #3CAC4E; }
span { border-color: rgb(60,172,78); }
td.TdClassName
{
border-color: #3CAC4E;
}
.TagClassName
{
border-color: #3CAC4E;
}
</style>