Shades of Fruit Salad #3DAC40
Tints of Fruit Salad #3DAC40
RGB
CMYK
RGB Variations
Color information
#3DAC40 (or 0x3DAC40) is known color: Fruit Salad. HEX triplet: 3D, AC and 40. RGB value is (61,172,64). Sum of RGB (Red+Green+Blue) = 61+172+64=297 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.54% from 297); Green value is 172 (67.58% from 255 or 57.91% from 297); Blue value is 64 (25.39% from 255 or 21.55% from 297); Max value from RGB is 172 - color contains mainly: green. Hex color #3DAC40 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3DAC40 is #C253BF. Grayscale: #7E7E7E. Windows color (decimal): -12735424 or 4238397. OLE color: 4238397.
HSL color Cylindrical-coordinate representation of color #3DAC40: hue angle of 121.62º 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 #3DAC40 is Cyan = 0.65, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 61 | 172 | 64 | - |
| CMYK | 0.65 | 0 | 0.63 | 0.33 |
| HSL | 121.62º | 0.48% | 0.46% | - |
| HSV(B) | 121.62º | 0.65% | 0.67% | - |
| XYZ | 17.6 | 30.87 | 9.88 | - |
| YUV | 126.5 | 92.73 | 81.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 172 | 64 | 0.65 | 0 | 0.63 | 0.33 | 121.62 | 0.48 | 0.46 |
| Hex | 3D | AC | 40 | 41 | 0 | 3F | 21 | 7A | 30 | 2E |
| Octal | 75 | 254 | 100 | 101 | 0 | 77 | 41 | 172 | 60 | 56 |
| Binary | 111101 | 10101100 | 1000000 | 1000001 | 0 | 111111 | 100001 | 1111010 | 110000 | 101110 |
Color Harmonies of #3DAC40
Complementary color
Monochromatic Colors of #3DAC40
Black with #3DAC40
Text Example
Text Example
White with #3DAC40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DAC40; }
p { color: rgb(61,172,64); }
H1.HeaderClassName
{
color: #3DAC40;
}
.AnyTagClassName
{
color: #3DAC40;
}
</style>
background-color css
<style>
a { background-color: #3DAC40; }
a { background-color: rgb(61,172,64); }
div.DivClassName
{
background-color: #3DAC40;
}
.BgClassName
{
background-color: #3DAC40;
}
</style>
border-color css
<style>
span { border-color: #3DAC40; }
span { border-color: rgb(61,172,64); }
td.TdClassName
{
border-color: #3DAC40;
}
.TagClassName
{
border-color: #3DAC40;
}
</style>