Shades of Fruit Salad #3DA242
Tints of Fruit Salad #3DA242
RGB
CMYK
RGB Variations
Color information
#3DA242 (or 0x3DA242) is known color: Fruit Salad. HEX triplet: 3D, A2 and 42. RGB value is (61,162,66). Sum of RGB (Red+Green+Blue) = 61+162+66=289 (38% of max value = 765). Red value is 61 (24.22% from 255 or 21.11% from 289); Green value is 162 (63.67% from 255 or 56.06% from 289); Blue value is 66 (26.17% from 255 or 22.84% from 289); Max value from RGB is 162 - color contains mainly: green. Hex color #3DA242 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3DA242 is #C25DBD. Grayscale: #797979. Windows color (decimal): -12737982 or 4366909. OLE color: 4366909.
HSL color Cylindrical-coordinate representation of color #3DA242: hue angle of 122.97º 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 #3DA242 is Cyan = 0.62, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 61 | 162 | 66 | - |
| CMYK | 0.62 | 0 | 0.59 | 0.36 |
| HSL | 122.97º | 0.45% | 0.44% | - |
| HSV(B) | 122.97º | 0.62% | 0.64% | - |
| XYZ | 15.83 | 27.23 | 9.58 | - |
| YUV | 120.86 | 97.04 | 85.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 162 | 66 | 0.62 | 0 | 0.59 | 0.36 | 122.97 | 0.45 | 0.44 |
| Hex | 3D | A2 | 42 | 3E | 0 | 3B | 24 | 7B | 2D | 2C |
| Octal | 75 | 242 | 102 | 76 | 0 | 73 | 44 | 173 | 55 | 54 |
| Binary | 111101 | 10100010 | 1000010 | 111110 | 0 | 111011 | 100100 | 1111011 | 101101 | 101100 |
Color Harmonies of #3DA242
Complementary color
Monochromatic Colors of #3DA242
Black with #3DA242
Text Example
Text Example
White with #3DA242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DA242; }
p { color: rgb(61,162,66); }
H1.HeaderClassName
{
color: #3DA242;
}
.AnyTagClassName
{
color: #3DA242;
}
</style>
background-color css
<style>
a { background-color: #3DA242; }
a { background-color: rgb(61,162,66); }
div.DivClassName
{
background-color: #3DA242;
}
.BgClassName
{
background-color: #3DA242;
}
</style>
border-color css
<style>
span { border-color: #3DA242; }
span { border-color: rgb(61,162,66); }
td.TdClassName
{
border-color: #3DA242;
}
.TagClassName
{
border-color: #3DA242;
}
</style>