Shades of Fruit Salad #3DAC41
Tints of Fruit Salad #3DAC41
RGB
CMYK
RGB Variations
Color information
#3DAC41 (or 0x3DAC41) is known color: Fruit Salad. HEX triplet: 3D, AC and 41. RGB value is (61,172,65). Sum of RGB (Red+Green+Blue) = 61+172+65=298 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.47% from 298); Green value is 172 (67.58% from 255 or 57.72% from 298); Blue value is 65 (25.78% from 255 or 21.81% from 298); Max value from RGB is 172 - color contains mainly: green. Hex color #3DAC41 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3DAC41 is #C253BE. Grayscale: #7E7E7E. Windows color (decimal): -12735423 or 4303933. OLE color: 4303933.
HSL color Cylindrical-coordinate representation of color #3DAC41: hue angle of 122.16º 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 #3DAC41 is Cyan = 0.65, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 61 | 172 | 65 | - |
| CMYK | 0.65 | 0 | 0.62 | 0.33 |
| HSL | 122.16º | 0.48% | 0.46% | - |
| HSV(B) | 122.16º | 0.65% | 0.67% | - |
| XYZ | 17.63 | 30.88 | 10.03 | - |
| YUV | 126.61 | 93.23 | 81.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 172 | 65 | 0.65 | 0 | 0.62 | 0.33 | 122.16 | 0.48 | 0.46 |
| Hex | 3D | AC | 41 | 41 | 0 | 3E | 21 | 7A | 30 | 2E |
| Octal | 75 | 254 | 101 | 101 | 0 | 76 | 41 | 172 | 60 | 56 |
| Binary | 111101 | 10101100 | 1000001 | 1000001 | 0 | 111110 | 100001 | 1111010 | 110000 | 101110 |
Color Harmonies of #3DAC41
Complementary color
Monochromatic Colors of #3DAC41
Black with #3DAC41
Text Example
Text Example
White with #3DAC41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DAC41; }
p { color: rgb(61,172,65); }
H1.HeaderClassName
{
color: #3DAC41;
}
.AnyTagClassName
{
color: #3DAC41;
}
</style>
background-color css
<style>
a { background-color: #3DAC41; }
a { background-color: rgb(61,172,65); }
div.DivClassName
{
background-color: #3DAC41;
}
.BgClassName
{
background-color: #3DAC41;
}
</style>
border-color css
<style>
span { border-color: #3DAC41; }
span { border-color: rgb(61,172,65); }
td.TdClassName
{
border-color: #3DAC41;
}
.TagClassName
{
border-color: #3DAC41;
}
</style>