Shades of Fruit Salad #3DA64D
Tints of Fruit Salad #3DA64D
RGB
CMYK
RGB Variations
Color information
#3DA64D (or 0x3DA64D) is known color: Fruit Salad. HEX triplet: 3D, A6 and 4D. RGB value is (61,166,77). Sum of RGB (Red+Green+Blue) = 61+166+77=304 (40% of max value = 765). Red value is 61 (24.22% from 255 or 20.07% from 304); Green value is 166 (65.23% from 255 or 54.61% from 304); Blue value is 77 (30.47% from 255 or 25.33% from 304); Max value from RGB is 166 - color contains mainly: green. Hex color #3DA64D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3DA64D is #C259B2. Grayscale: #7C7C7C. Windows color (decimal): -12736947 or 5088829. OLE color: 5088829.
HSL color Cylindrical-coordinate representation of color #3DA64D: hue angle of 129.14º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3DA64D is Cyan = 0.63, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 61 | 166 | 77 | - |
| CMYK | 0.63 | 0 | 0.54 | 0.35 |
| HSL | 129.14º | 0.46% | 0.45% | - |
| HSV(B) | 129.14º | 0.63% | 0.65% | - |
| XYZ | 16.9 | 28.8 | 11.69 | - |
| YUV | 124.46 | 101.21 | 82.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 166 | 77 | 0.63 | 0 | 0.54 | 0.35 | 129.14 | 0.46 | 0.45 |
| Hex | 3D | A6 | 4D | 3F | 0 | 36 | 23 | 81 | 2E | 2D |
| Octal | 75 | 246 | 115 | 77 | 0 | 66 | 43 | 201 | 56 | 55 |
| Binary | 111101 | 10100110 | 1001101 | 111111 | 0 | 110110 | 100011 | 10000001 | 101110 | 101101 |
Color Harmonies of #3DA64D
Complementary color
Monochromatic Colors of #3DA64D
Black with #3DA64D
Text Example
Text Example
White with #3DA64D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DA64D; }
p { color: rgb(61,166,77); }
H1.HeaderClassName
{
color: #3DA64D;
}
.AnyTagClassName
{
color: #3DA64D;
}
</style>
background-color css
<style>
a { background-color: #3DA64D; }
a { background-color: rgb(61,166,77); }
div.DivClassName
{
background-color: #3DA64D;
}
.BgClassName
{
background-color: #3DA64D;
}
</style>
border-color css
<style>
span { border-color: #3DA64D; }
span { border-color: rgb(61,166,77); }
td.TdClassName
{
border-color: #3DA64D;
}
.TagClassName
{
border-color: #3DA64D;
}
</style>