Shades of Fruit Salad #3DAB46
Tints of Fruit Salad #3DAB46
RGB
CMYK
RGB Variations
Color information
#3DAB46 (or 0x3DAB46) is known color: Fruit Salad. HEX triplet: 3D, AB and 46. RGB value is (61,171,70). Sum of RGB (Red+Green+Blue) = 61+171+70=302 (40% of max value = 765). Red value is 61 (24.22% from 255 or 20.20% from 302); Green value is 171 (67.19% from 255 or 56.62% from 302); Blue value is 70 (27.73% from 255 or 23.18% from 302); Max value from RGB is 171 - color contains mainly: green. Hex color #3DAB46 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3DAB46 is #C254B9. Grayscale: #7E7E7E. Windows color (decimal): -12735674 or 4631357. OLE color: 4631357.
HSL color Cylindrical-coordinate representation of color #3DAB46: hue angle of 124.91º 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 #3DAB46 is Cyan = 0.64, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 61 | 171 | 70 | - |
| CMYK | 0.64 | 0 | 0.59 | 0.33 |
| HSL | 124.91º | 0.47% | 0.45% | - |
| HSV(B) | 124.91º | 0.64% | 0.67% | - |
| XYZ | 17.59 | 30.56 | 10.77 | - |
| YUV | 126.6 | 96.06 | 81.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 171 | 70 | 0.64 | 0 | 0.59 | 0.33 | 124.91 | 0.47 | 0.45 |
| Hex | 3D | AB | 46 | 40 | 0 | 3B | 21 | 7D | 2F | 2D |
| Octal | 75 | 253 | 106 | 100 | 0 | 73 | 41 | 175 | 57 | 55 |
| Binary | 111101 | 10101011 | 1000110 | 1000000 | 0 | 111011 | 100001 | 1111101 | 101111 | 101101 |
Color Harmonies of #3DAB46
Complementary color
Monochromatic Colors of #3DAB46
Black with #3DAB46
Text Example
Text Example
White with #3DAB46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DAB46; }
p { color: rgb(61,171,70); }
H1.HeaderClassName
{
color: #3DAB46;
}
.AnyTagClassName
{
color: #3DAB46;
}
</style>
background-color css
<style>
a { background-color: #3DAB46; }
a { background-color: rgb(61,171,70); }
div.DivClassName
{
background-color: #3DAB46;
}
.BgClassName
{
background-color: #3DAB46;
}
</style>
border-color css
<style>
span { border-color: #3DAB46; }
span { border-color: rgb(61,171,70); }
td.TdClassName
{
border-color: #3DAB46;
}
.TagClassName
{
border-color: #3DAB46;
}
</style>