Shades of Fruit Salad #3DAC4C
Tints of Fruit Salad #3DAC4C
RGB
CMYK
RGB Variations
Color information
#3DAC4C (or 0x3DAC4C) is known color: Fruit Salad. HEX triplet: 3D, AC and 4C. RGB value is (61,172,76). Sum of RGB (Red+Green+Blue) = 61+172+76=309 (40% of max value = 765). Red value is 61 (24.22% from 255 or 19.74% from 309); Green value is 172 (67.58% from 255 or 55.66% from 309); Blue value is 76 (30.08% from 255 or 24.60% from 309); Max value from RGB is 172 - color contains mainly: green. Hex color #3DAC4C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3DAC4C is #C253B3. Grayscale: #808080. Windows color (decimal): -12735412 or 5024829. OLE color: 5024829.
HSL color Cylindrical-coordinate representation of color #3DAC4C: hue angle of 128.11º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3DAC4C is Cyan = 0.65, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 61 | 172 | 76 | - |
| CMYK | 0.65 | 0 | 0.56 | 0.33 |
| HSL | 128.11º | 0.48% | 0.46% | - |
| HSV(B) | 128.11º | 0.65% | 0.67% | - |
| XYZ | 17.98 | 31.02 | 11.88 | - |
| YUV | 127.87 | 98.73 | 80.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 172 | 76 | 0.65 | 0 | 0.56 | 0.33 | 128.11 | 0.48 | 0.46 |
| Hex | 3D | AC | 4C | 41 | 0 | 38 | 21 | 80 | 30 | 2E |
| Octal | 75 | 254 | 114 | 101 | 0 | 70 | 41 | 200 | 60 | 56 |
| Binary | 111101 | 10101100 | 1001100 | 1000001 | 0 | 111000 | 100001 | 10000000 | 110000 | 101110 |
Color Harmonies of #3DAC4C
Complementary color
Monochromatic Colors of #3DAC4C
Black with #3DAC4C
Text Example
Text Example
White with #3DAC4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DAC4C; }
p { color: rgb(61,172,76); }
H1.HeaderClassName
{
color: #3DAC4C;
}
.AnyTagClassName
{
color: #3DAC4C;
}
</style>
background-color css
<style>
a { background-color: #3DAC4C; }
a { background-color: rgb(61,172,76); }
div.DivClassName
{
background-color: #3DAC4C;
}
.BgClassName
{
background-color: #3DAC4C;
}
</style>
border-color css
<style>
span { border-color: #3DAC4C; }
span { border-color: rgb(61,172,76); }
td.TdClassName
{
border-color: #3DAC4C;
}
.TagClassName
{
border-color: #3DAC4C;
}
</style>