Shades of Fruit Salad #3DA946
Tints of Fruit Salad #3DA946
RGB
CMYK
RGB Variations
Color information
#3DA946 (or 0x3DA946) is known color: Fruit Salad. HEX triplet: 3D, A9 and 46. RGB value is (61,169,70). Sum of RGB (Red+Green+Blue) = 61+169+70=300 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.33% from 300); Green value is 169 (66.41% from 255 or 56.33% from 300); Blue value is 70 (27.73% from 255 or 23.33% from 300); Max value from RGB is 169 - color contains mainly: green. Hex color #3DA946 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3DA946 is #C256B9. Grayscale: #7D7D7D. Windows color (decimal): -12736186 or 4630845. OLE color: 4630845.
HSL color Cylindrical-coordinate representation of color #3DA946: hue angle of 125º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3DA946 is Cyan = 0.64, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 61 | 169 | 70 | - |
| CMYK | 0.64 | 0 | 0.59 | 0.34 |
| HSL | 125º | 0.47% | 0.45% | - |
| HSV(B) | 125º | 0.64% | 0.66% | - |
| XYZ | 17.22 | 29.81 | 10.64 | - |
| YUV | 125.42 | 96.72 | 82.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 169 | 70 | 0.64 | 0 | 0.59 | 0.34 | 125 | 0.47 | 0.45 |
| Hex | 3D | A9 | 46 | 40 | 0 | 3B | 22 | 7D | 2F | 2D |
| Octal | 75 | 251 | 106 | 100 | 0 | 73 | 42 | 175 | 57 | 55 |
| Binary | 111101 | 10101001 | 1000110 | 1000000 | 0 | 111011 | 100010 | 1111101 | 101111 | 101101 |
Color Harmonies of #3DA946
Complementary color
Monochromatic Colors of #3DA946
Black with #3DA946
Text Example
Text Example
White with #3DA946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DA946; }
p { color: rgb(61,169,70); }
H1.HeaderClassName
{
color: #3DA946;
}
.AnyTagClassName
{
color: #3DA946;
}
</style>
background-color css
<style>
a { background-color: #3DA946; }
a { background-color: rgb(61,169,70); }
div.DivClassName
{
background-color: #3DA946;
}
.BgClassName
{
background-color: #3DA946;
}
</style>
border-color css
<style>
span { border-color: #3DA946; }
span { border-color: rgb(61,169,70); }
td.TdClassName
{
border-color: #3DA946;
}
.TagClassName
{
border-color: #3DA946;
}
</style>