Shades of Fruit Salad #3DAD4D
Tints of Fruit Salad #3DAD4D
RGB
CMYK
RGB Variations
Color information
#3DAD4D (or 0x3DAD4D) is known color: Fruit Salad. HEX triplet: 3D, AD and 4D. RGB value is (61,173,77). Sum of RGB (Red+Green+Blue) = 61+173+77=311 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.61% from 311); Green value is 173 (67.97% from 255 or 55.63% from 311); Blue value is 77 (30.47% from 255 or 24.76% from 311); Max value from RGB is 173 - color contains mainly: green. Hex color #3DAD4D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3DAD4D is #C252B2. Grayscale: #808080. Windows color (decimal): -12735155 or 5090621. OLE color: 5090621.
HSL color Cylindrical-coordinate representation of color #3DAD4D: hue angle of 128.57º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3DAD4D is Cyan = 0.65, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 61 | 173 | 77 | - |
| CMYK | 0.65 | 0 | 0.55 | 0.32 |
| HSL | 128.57º | 0.48% | 0.46% | - |
| HSV(B) | 128.57º | 0.65% | 0.68% | - |
| XYZ | 18.21 | 31.42 | 12.13 | - |
| YUV | 128.57 | 98.89 | 79.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 173 | 77 | 0.65 | 0 | 0.55 | 0.32 | 128.57 | 0.48 | 0.46 |
| Hex | 3D | AD | 4D | 41 | 0 | 37 | 20 | 81 | 30 | 2E |
| Octal | 75 | 255 | 115 | 101 | 0 | 67 | 40 | 201 | 60 | 56 |
| Binary | 111101 | 10101101 | 1001101 | 1000001 | 0 | 110111 | 100000 | 10000001 | 110000 | 101110 |
Color Harmonies of #3DAD4D
Complementary color
Monochromatic Colors of #3DAD4D
Black with #3DAD4D
Text Example
Text Example
White with #3DAD4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DAD4D; }
p { color: rgb(61,173,77); }
H1.HeaderClassName
{
color: #3DAD4D;
}
.AnyTagClassName
{
color: #3DAD4D;
}
</style>
background-color css
<style>
a { background-color: #3DAD4D; }
a { background-color: rgb(61,173,77); }
div.DivClassName
{
background-color: #3DAD4D;
}
.BgClassName
{
background-color: #3DAD4D;
}
</style>
border-color css
<style>
span { border-color: #3DAD4D; }
span { border-color: rgb(61,173,77); }
td.TdClassName
{
border-color: #3DAD4D;
}
.TagClassName
{
border-color: #3DAD4D;
}
</style>