Shades of Fruit Salad #3DB44F
Tints of Fruit Salad #3DB44F
RGB
CMYK
RGB Variations
Color information
#3DB44F (or 0x3DB44F) is known color: Fruit Salad. HEX triplet: 3D, B4 and 4F. RGB value is (61,180,79). Sum of RGB (Red+Green+Blue) = 61+180+79=320 (42% of max value = 765). Red value is 61 (24.22% from 255 or 19.06% from 320); Green value is 180 (70.70% from 255 or 56.25% from 320); Blue value is 79 (31.25% from 255 or 24.69% from 320); Max value from RGB is 180 - color contains mainly: green. Hex color #3DB44F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DB44F is #C24BB0. Grayscale: #858585. Windows color (decimal): -12733361 or 5223485. OLE color: 5223485.
HSL color Cylindrical-coordinate representation of color #3DB44F: hue angle of 129.08º 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 #3DB44F is Cyan = 0.66, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 61 | 180 | 79 | - |
| CMYK | 0.66 | 0 | 0.56 | 0.29 |
| HSL | 129.08º | 0.49% | 0.47% | - |
| HSV(B) | 129.08º | 0.66% | 0.71% | - |
| XYZ | 19.66 | 34.2 | 12.96 | - |
| YUV | 132.91 | 97.58 | 76.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 180 | 79 | 0.66 | 0 | 0.56 | 0.29 | 129.08 | 0.49 | 0.47 |
| Hex | 3D | B4 | 4F | 42 | 0 | 38 | 1D | 81 | 31 | 2F |
| Octal | 75 | 264 | 117 | 102 | 0 | 70 | 35 | 201 | 61 | 57 |
| Binary | 111101 | 10110100 | 1001111 | 1000010 | 0 | 111000 | 11101 | 10000001 | 110001 | 101111 |
Color Harmonies of #3DB44F
Complementary color
Monochromatic Colors of #3DB44F
Black with #3DB44F
Text Example
Text Example
White with #3DB44F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB44F; }
p { color: rgb(61,180,79); }
H1.HeaderClassName
{
color: #3DB44F;
}
.AnyTagClassName
{
color: #3DB44F;
}
</style>
background-color css
<style>
a { background-color: #3DB44F; }
a { background-color: rgb(61,180,79); }
div.DivClassName
{
background-color: #3DB44F;
}
.BgClassName
{
background-color: #3DB44F;
}
</style>
border-color css
<style>
span { border-color: #3DB44F; }
span { border-color: rgb(61,180,79); }
td.TdClassName
{
border-color: #3DB44F;
}
.TagClassName
{
border-color: #3DB44F;
}
</style>