Shades of Fruit Salad #3DA240
Tints of Fruit Salad #3DA240
RGB
CMYK
RGB Variations
Color information
#3DA240 (or 0x3DA240) is known color: Fruit Salad. HEX triplet: 3D, A2 and 40. RGB value is (61,162,64). Sum of RGB (Red+Green+Blue) = 61+162+64=287 (38% of max value = 765). Red value is 61 (24.22% from 255 or 21.25% from 287); Green value is 162 (63.67% from 255 or 56.45% from 287); Blue value is 64 (25.39% from 255 or 22.30% from 287); Max value from RGB is 162 - color contains mainly: green. Hex color #3DA240 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3DA240 is #C25DBF. Grayscale: #787878. Windows color (decimal): -12737984 or 4235837. OLE color: 4235837.
HSL color Cylindrical-coordinate representation of color #3DA240: hue angle of 121.78º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3DA240 is Cyan = 0.62, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 61 | 162 | 64 | - |
| CMYK | 0.62 | 0 | 0.60 | 0.36 |
| HSL | 121.78º | 0.45% | 0.44% | - |
| HSV(B) | 121.78º | 0.62% | 0.64% | - |
| XYZ | 15.77 | 27.2 | 9.27 | - |
| YUV | 120.63 | 96.04 | 85.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 162 | 64 | 0.62 | 0 | 0.60 | 0.36 | 121.78 | 0.45 | 0.44 |
| Hex | 3D | A2 | 40 | 3E | 0 | 3C | 24 | 7A | 2D | 2C |
| Octal | 75 | 242 | 100 | 76 | 0 | 74 | 44 | 172 | 55 | 54 |
| Binary | 111101 | 10100010 | 1000000 | 111110 | 0 | 111100 | 100100 | 1111010 | 101101 | 101100 |
Color Harmonies of #3DA240
Complementary color
Monochromatic Colors of #3DA240
Black with #3DA240
Text Example
Text Example
White with #3DA240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DA240; }
p { color: rgb(61,162,64); }
H1.HeaderClassName
{
color: #3DA240;
}
.AnyTagClassName
{
color: #3DA240;
}
</style>
background-color css
<style>
a { background-color: #3DA240; }
a { background-color: rgb(61,162,64); }
div.DivClassName
{
background-color: #3DA240;
}
.BgClassName
{
background-color: #3DA240;
}
</style>
border-color css
<style>
span { border-color: #3DA240; }
span { border-color: rgb(61,162,64); }
td.TdClassName
{
border-color: #3DA240;
}
.TagClassName
{
border-color: #3DA240;
}
</style>