Shades of Fruit Salad #3DBC49
Tints of Fruit Salad #3DBC49
RGB
CMYK
RGB Variations
Color information
#3DBC49 (or 0x3DBC49) is known color: Fruit Salad. HEX triplet: 3D, BC and 49. RGB value is (61,188,73). Sum of RGB (Red+Green+Blue) = 61+188+73=322 (42% of max value = 765). Red value is 61 (24.22% from 255 or 18.94% from 322); Green value is 188 (73.83% from 255 or 58.39% from 322); Blue value is 73 (28.91% from 255 or 22.67% from 322); Max value from RGB is 188 - color contains mainly: green. Hex color #3DBC49 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DBC49 is #C243B6. Grayscale: #898989. Windows color (decimal): -12731319 or 4832317. OLE color: 4832317.
HSL color Cylindrical-coordinate representation of color #3DBC49: hue angle of 125.67º 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 #3DBC49 is Cyan = 0.68, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 61 | 188 | 73 | - |
| CMYK | 0.68 | 0 | 0.61 | 0.26 |
| HSL | 125.67º | 0.51% | 0.49% | - |
| HSV(B) | 125.67º | 0.68% | 0.74% | - |
| XYZ | 21.11 | 37.44 | 12.42 | - |
| YUV | 136.92 | 91.92 | 73.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 188 | 73 | 0.68 | 0 | 0.61 | 0.26 | 125.67 | 0.51 | 0.49 |
| Hex | 3D | BC | 49 | 44 | 0 | 3D | 1A | 7E | 33 | 31 |
| Octal | 75 | 274 | 111 | 104 | 0 | 75 | 32 | 176 | 63 | 61 |
| Binary | 111101 | 10111100 | 1001001 | 1000100 | 0 | 111101 | 11010 | 1111110 | 110011 | 110001 |
Color Harmonies of #3DBC49
Complementary color
Monochromatic Colors of #3DBC49
Black with #3DBC49
Text Example
Text Example
White with #3DBC49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DBC49; }
p { color: rgb(61,188,73); }
H1.HeaderClassName
{
color: #3DBC49;
}
.AnyTagClassName
{
color: #3DBC49;
}
</style>
background-color css
<style>
a { background-color: #3DBC49; }
a { background-color: rgb(61,188,73); }
div.DivClassName
{
background-color: #3DBC49;
}
.BgClassName
{
background-color: #3DBC49;
}
</style>
border-color css
<style>
span { border-color: #3DBC49; }
span { border-color: rgb(61,188,73); }
td.TdClassName
{
border-color: #3DBC49;
}
.TagClassName
{
border-color: #3DBC49;
}
</style>