Shades of Fruit Salad #3DBA4D
Tints of Fruit Salad #3DBA4D
RGB
CMYK
RGB Variations
Color information
#3DBA4D (or 0x3DBA4D) is known color: Fruit Salad. HEX triplet: 3D, BA and 4D. RGB value is (61,186,77). Sum of RGB (Red+Green+Blue) = 61+186+77=324 (42% of max value = 765). Red value is 61 (24.22% from 255 or 18.83% from 324); Green value is 186 (73.05% from 255 or 57.41% from 324); Blue value is 77 (30.47% from 255 or 23.77% from 324); Max value from RGB is 186 - color contains mainly: green. Hex color #3DBA4D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DBA4D is #C245B2. Grayscale: #888888. Windows color (decimal): -12731827 or 5093949. OLE color: 5093949.
HSL color Cylindrical-coordinate representation of color #3DBA4D: hue angle of 127.68º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3DBA4D is Cyan = 0.67, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 61 | 186 | 77 | - |
| CMYK | 0.67 | 0 | 0.59 | 0.27 |
| HSL | 127.68º | 0.51% | 0.48% | - |
| HSV(B) | 127.68º | 0.67% | 0.73% | - |
| XYZ | 20.82 | 36.65 | 13 | - |
| YUV | 136.2 | 94.59 | 74.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 186 | 77 | 0.67 | 0 | 0.59 | 0.27 | 127.68 | 0.51 | 0.48 |
| Hex | 3D | BA | 4D | 43 | 0 | 3B | 1B | 80 | 33 | 30 |
| Octal | 75 | 272 | 115 | 103 | 0 | 73 | 33 | 200 | 63 | 60 |
| Binary | 111101 | 10111010 | 1001101 | 1000011 | 0 | 111011 | 11011 | 10000000 | 110011 | 110000 |
Color Harmonies of #3DBA4D
Complementary color
Monochromatic Colors of #3DBA4D
Black with #3DBA4D
Text Example
Text Example
White with #3DBA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DBA4D; }
p { color: rgb(61,186,77); }
H1.HeaderClassName
{
color: #3DBA4D;
}
.AnyTagClassName
{
color: #3DBA4D;
}
</style>
background-color css
<style>
a { background-color: #3DBA4D; }
a { background-color: rgb(61,186,77); }
div.DivClassName
{
background-color: #3DBA4D;
}
.BgClassName
{
background-color: #3DBA4D;
}
</style>
border-color css
<style>
span { border-color: #3DBA4D; }
span { border-color: rgb(61,186,77); }
td.TdClassName
{
border-color: #3DBA4D;
}
.TagClassName
{
border-color: #3DBA4D;
}
</style>