Shades of Fruit Salad #3DBE4D
Tints of Fruit Salad #3DBE4D
RGB
CMYK
RGB Variations
Color information
#3DBE4D (or 0x3DBE4D) is known color: Fruit Salad. HEX triplet: 3D, BE and 4D. RGB value is (61,190,77). Sum of RGB (Red+Green+Blue) = 61+190+77=328 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.60% from 328); Green value is 190 (74.61% from 255 or 57.93% from 328); Blue value is 77 (30.47% from 255 or 23.48% from 328); Max value from RGB is 190 - color contains mainly: green. Hex color #3DBE4D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DBE4D is #C241B2. Grayscale: #8A8A8A. Windows color (decimal): -12730803 or 5094973. OLE color: 5094973.
HSL color Cylindrical-coordinate representation of color #3DBE4D: hue angle of 127.44º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3DBE4D is Cyan = 0.68, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 61 | 190 | 77 | - |
| CMYK | 0.68 | 0 | 0.59 | 0.25 |
| HSL | 127.44º | 0.51% | 0.49% | - |
| HSV(B) | 127.44º | 0.68% | 0.75% | - |
| XYZ | 21.68 | 38.35 | 13.28 | - |
| YUV | 138.55 | 93.26 | 72.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 190 | 77 | 0.68 | 0 | 0.59 | 0.25 | 127.44 | 0.51 | 0.49 |
| Hex | 3D | BE | 4D | 44 | 0 | 3B | 19 | 7F | 33 | 31 |
| Octal | 75 | 276 | 115 | 104 | 0 | 73 | 31 | 177 | 63 | 61 |
| Binary | 111101 | 10111110 | 1001101 | 1000100 | 0 | 111011 | 11001 | 1111111 | 110011 | 110001 |
Color Harmonies of #3DBE4D
Complementary color
Monochromatic Colors of #3DBE4D
Black with #3DBE4D
Text Example
Text Example
White with #3DBE4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DBE4D; }
p { color: rgb(61,190,77); }
H1.HeaderClassName
{
color: #3DBE4D;
}
.AnyTagClassName
{
color: #3DBE4D;
}
</style>
background-color css
<style>
a { background-color: #3DBE4D; }
a { background-color: rgb(61,190,77); }
div.DivClassName
{
background-color: #3DBE4D;
}
.BgClassName
{
background-color: #3DBE4D;
}
</style>
border-color css
<style>
span { border-color: #3DBE4D; }
span { border-color: rgb(61,190,77); }
td.TdClassName
{
border-color: #3DBE4D;
}
.TagClassName
{
border-color: #3DBE4D;
}
</style>