Shades of Fruit Salad #3DAC4F
Tints of Fruit Salad #3DAC4F
RGB
CMYK
RGB Variations
Color information
#3DAC4F (or 0x3DAC4F) is known color: Fruit Salad. HEX triplet: 3D, AC and 4F. RGB value is (61,172,79). Sum of RGB (Red+Green+Blue) = 61+172+79=312 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.55% from 312); Green value is 172 (67.58% from 255 or 55.13% from 312); Blue value is 79 (31.25% from 255 or 25.32% from 312); Max value from RGB is 172 - color contains mainly: green. Hex color #3DAC4F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3DAC4F is #C253B0. Grayscale: #808080. Windows color (decimal): -12735409 or 5221437. OLE color: 5221437.
HSL color Cylindrical-coordinate representation of color #3DAC4F: hue angle of 129.73º 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 #3DAC4F is Cyan = 0.65, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 61 | 172 | 79 | - |
| CMYK | 0.65 | 0 | 0.54 | 0.33 |
| HSL | 129.73º | 0.48% | 0.46% | - |
| HSV(B) | 129.73º | 0.65% | 0.67% | - |
| XYZ | 18.09 | 31.06 | 12.44 | - |
| YUV | 128.21 | 100.23 | 80.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 172 | 79 | 0.65 | 0 | 0.54 | 0.33 | 129.73 | 0.48 | 0.46 |
| Hex | 3D | AC | 4F | 41 | 0 | 36 | 21 | 82 | 30 | 2E |
| Octal | 75 | 254 | 117 | 101 | 0 | 66 | 41 | 202 | 60 | 56 |
| Binary | 111101 | 10101100 | 1001111 | 1000001 | 0 | 110110 | 100001 | 10000010 | 110000 | 101110 |
Color Harmonies of #3DAC4F
Complementary color
Monochromatic Colors of #3DAC4F
Black with #3DAC4F
Text Example
Text Example
White with #3DAC4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DAC4F; }
p { color: rgb(61,172,79); }
H1.HeaderClassName
{
color: #3DAC4F;
}
.AnyTagClassName
{
color: #3DAC4F;
}
</style>
background-color css
<style>
a { background-color: #3DAC4F; }
a { background-color: rgb(61,172,79); }
div.DivClassName
{
background-color: #3DAC4F;
}
.BgClassName
{
background-color: #3DAC4F;
}
</style>
border-color css
<style>
span { border-color: #3DAC4F; }
span { border-color: rgb(61,172,79); }
td.TdClassName
{
border-color: #3DAC4F;
}
.TagClassName
{
border-color: #3DAC4F;
}
</style>