Shades of Fruit Salad #3DAB4D
Tints of Fruit Salad #3DAB4D
RGB
CMYK
RGB Variations
Color information
#3DAB4D (or 0x3DAB4D) is known color: Fruit Salad. HEX triplet: 3D, AB and 4D. RGB value is (61,171,77). Sum of RGB (Red+Green+Blue) = 61+171+77=309 (40% of max value = 765). Red value is 61 (24.22% from 255 or 19.74% from 309); Green value is 171 (67.19% from 255 or 55.34% from 309); Blue value is 77 (30.47% from 255 or 24.92% from 309); Max value from RGB is 171 - color contains mainly: green. Hex color #3DAB4D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3DAB4D is #C254B2. Grayscale: #7F7F7F. Windows color (decimal): -12735667 or 5090109. OLE color: 5090109.
HSL color Cylindrical-coordinate representation of color #3DAB4D: hue angle of 128.73º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3DAB4D is Cyan = 0.64, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 61 | 171 | 77 | - |
| CMYK | 0.64 | 0 | 0.55 | 0.33 |
| HSL | 128.73º | 0.47% | 0.45% | - |
| HSV(B) | 128.73º | 0.64% | 0.67% | - |
| XYZ | 17.83 | 30.65 | 12 | - |
| YUV | 127.39 | 99.56 | 80.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 171 | 77 | 0.64 | 0 | 0.55 | 0.33 | 128.73 | 0.47 | 0.45 |
| Hex | 3D | AB | 4D | 40 | 0 | 37 | 21 | 81 | 2F | 2D |
| Octal | 75 | 253 | 115 | 100 | 0 | 67 | 41 | 201 | 57 | 55 |
| Binary | 111101 | 10101011 | 1001101 | 1000000 | 0 | 110111 | 100001 | 10000001 | 101111 | 101101 |
Color Harmonies of #3DAB4D
Complementary color
Monochromatic Colors of #3DAB4D
Black with #3DAB4D
Text Example
Text Example
White with #3DAB4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DAB4D; }
p { color: rgb(61,171,77); }
H1.HeaderClassName
{
color: #3DAB4D;
}
.AnyTagClassName
{
color: #3DAB4D;
}
</style>
background-color css
<style>
a { background-color: #3DAB4D; }
a { background-color: rgb(61,171,77); }
div.DivClassName
{
background-color: #3DAB4D;
}
.BgClassName
{
background-color: #3DAB4D;
}
</style>
border-color css
<style>
span { border-color: #3DAB4D; }
span { border-color: rgb(61,171,77); }
td.TdClassName
{
border-color: #3DAB4D;
}
.TagClassName
{
border-color: #3DAB4D;
}
</style>