Shades of Fruit Salad #3DB44D
Tints of Fruit Salad #3DB44D
RGB
CMYK
RGB Variations
Color information
#3DB44D (or 0x3DB44D) is known color: Fruit Salad. HEX triplet: 3D, B4 and 4D. RGB value is (61,180,77). Sum of RGB (Red+Green+Blue) = 61+180+77=318 (42% of max value = 765). Red value is 61 (24.22% from 255 or 19.18% from 318); Green value is 180 (70.70% from 255 or 56.60% from 318); Blue value is 77 (30.47% from 255 or 24.21% from 318); Max value from RGB is 180 - color contains mainly: green. Hex color #3DB44D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DB44D is #C24BB2. Grayscale: #848484. Windows color (decimal): -12733363 or 5092413. OLE color: 5092413.
HSL color Cylindrical-coordinate representation of color #3DB44D: hue angle of 128.07º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3DB44D is Cyan = 0.66, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 61 | 180 | 77 | - |
| CMYK | 0.66 | 0 | 0.57 | 0.29 |
| HSL | 128.07º | 0.49% | 0.47% | - |
| HSV(B) | 128.07º | 0.66% | 0.71% | - |
| XYZ | 19.59 | 34.17 | 12.58 | - |
| YUV | 132.68 | 96.58 | 76.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 180 | 77 | 0.66 | 0 | 0.57 | 0.29 | 128.07 | 0.49 | 0.47 |
| Hex | 3D | B4 | 4D | 42 | 0 | 39 | 1D | 80 | 31 | 2F |
| Octal | 75 | 264 | 115 | 102 | 0 | 71 | 35 | 200 | 61 | 57 |
| Binary | 111101 | 10110100 | 1001101 | 1000010 | 0 | 111001 | 11101 | 10000000 | 110001 | 101111 |
Color Harmonies of #3DB44D
Complementary color
Monochromatic Colors of #3DB44D
Black with #3DB44D
Text Example
Text Example
White with #3DB44D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB44D; }
p { color: rgb(61,180,77); }
H1.HeaderClassName
{
color: #3DB44D;
}
.AnyTagClassName
{
color: #3DB44D;
}
</style>
background-color css
<style>
a { background-color: #3DB44D; }
a { background-color: rgb(61,180,77); }
div.DivClassName
{
background-color: #3DB44D;
}
.BgClassName
{
background-color: #3DB44D;
}
</style>
border-color css
<style>
span { border-color: #3DB44D; }
span { border-color: rgb(61,180,77); }
td.TdClassName
{
border-color: #3DB44D;
}
.TagClassName
{
border-color: #3DB44D;
}
</style>