Shades of Fruit Salad #3DAC3F
Tints of Fruit Salad #3DAC3F
RGB
CMYK
RGB Variations
Color information
#3DAC3F (or 0x3DAC3F) is known color: Fruit Salad. HEX triplet: 3D, AC and 3F. RGB value is (61,172,63). Sum of RGB (Red+Green+Blue) = 61+172+63=296 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.61% from 296); Green value is 172 (67.58% from 255 or 58.11% from 296); Blue value is 63 (25% from 255 or 21.28% from 296); Max value from RGB is 172 - color contains mainly: green. Hex color #3DAC3F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3DAC3F is #C253C0. Grayscale: #7E7E7E. Windows color (decimal): -12735425 or 4172861. OLE color: 4172861.
HSL color Cylindrical-coordinate representation of color #3DAC3F: hue angle of 121.08º 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 #3DAC3F is Cyan = 0.65, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 61 | 172 | 63 | - |
| CMYK | 0.65 | 0 | 0.63 | 0.33 |
| HSL | 121.08º | 0.48% | 0.46% | - |
| HSV(B) | 121.08º | 0.65% | 0.67% | - |
| XYZ | 17.57 | 30.86 | 9.73 | - |
| YUV | 126.39 | 92.23 | 81.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 172 | 63 | 0.65 | 0 | 0.63 | 0.33 | 121.08 | 0.48 | 0.46 |
| Hex | 3D | AC | 3F | 41 | 0 | 3F | 21 | 79 | 30 | 2E |
| Octal | 75 | 254 | 77 | 101 | 0 | 77 | 41 | 171 | 60 | 56 |
| Binary | 111101 | 10101100 | 111111 | 1000001 | 0 | 111111 | 100001 | 1111001 | 110000 | 101110 |
Color Harmonies of #3DAC3F
Complementary color
Monochromatic Colors of #3DAC3F
Black with #3DAC3F
Text Example
Text Example
White with #3DAC3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DAC3F; }
p { color: rgb(61,172,63); }
H1.HeaderClassName
{
color: #3DAC3F;
}
.AnyTagClassName
{
color: #3DAC3F;
}
</style>
background-color css
<style>
a { background-color: #3DAC3F; }
a { background-color: rgb(61,172,63); }
div.DivClassName
{
background-color: #3DAC3F;
}
.BgClassName
{
background-color: #3DAC3F;
}
</style>
border-color css
<style>
span { border-color: #3DAC3F; }
span { border-color: rgb(61,172,63); }
td.TdClassName
{
border-color: #3DAC3F;
}
.TagClassName
{
border-color: #3DAC3F;
}
</style>