Shades of Fruit Salad #3DBC4D
Tints of Fruit Salad #3DBC4D
RGB
CMYK
RGB Variations
Color information
#3DBC4D (or 0x3DBC4D) is known color: Fruit Salad. HEX triplet: 3D, BC and 4D. RGB value is (61,188,77). Sum of RGB (Red+Green+Blue) = 61+188+77=326 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.71% from 326); Green value is 188 (73.83% from 255 or 57.67% from 326); Blue value is 77 (30.47% from 255 or 23.62% from 326); Max value from RGB is 188 - color contains mainly: green. Hex color #3DBC4D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DBC4D is #C243B2. Grayscale: #898989. Windows color (decimal): -12731315 or 5094461. OLE color: 5094461.
HSL color Cylindrical-coordinate representation of color #3DBC4D: hue angle of 127.56º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3DBC4D is Cyan = 0.68, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 61 | 188 | 77 | - |
| CMYK | 0.68 | 0 | 0.59 | 0.26 |
| HSL | 127.56º | 0.51% | 0.49% | - |
| HSV(B) | 127.56º | 0.68% | 0.74% | - |
| XYZ | 21.25 | 37.49 | 13.14 | - |
| YUV | 137.37 | 93.92 | 73.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 188 | 77 | 0.68 | 0 | 0.59 | 0.26 | 127.56 | 0.51 | 0.49 |
| Hex | 3D | BC | 4D | 44 | 0 | 3B | 1A | 80 | 33 | 31 |
| Octal | 75 | 274 | 115 | 104 | 0 | 73 | 32 | 200 | 63 | 61 |
| Binary | 111101 | 10111100 | 1001101 | 1000100 | 0 | 111011 | 11010 | 10000000 | 110011 | 110001 |
Color Harmonies of #3DBC4D
Complementary color
Monochromatic Colors of #3DBC4D
Black with #3DBC4D
Text Example
Text Example
White with #3DBC4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DBC4D; }
p { color: rgb(61,188,77); }
H1.HeaderClassName
{
color: #3DBC4D;
}
.AnyTagClassName
{
color: #3DBC4D;
}
</style>
background-color css
<style>
a { background-color: #3DBC4D; }
a { background-color: rgb(61,188,77); }
div.DivClassName
{
background-color: #3DBC4D;
}
.BgClassName
{
background-color: #3DBC4D;
}
</style>
border-color css
<style>
span { border-color: #3DBC4D; }
span { border-color: rgb(61,188,77); }
td.TdClassName
{
border-color: #3DBC4D;
}
.TagClassName
{
border-color: #3DBC4D;
}
</style>