Shades of Fruit Salad #3DBA48
Tints of Fruit Salad #3DBA48
RGB
CMYK
RGB Variations
Color information
#3DBA48 (or 0x3DBA48) is known color: Fruit Salad. HEX triplet: 3D, BA and 48. RGB value is (61,186,72). Sum of RGB (Red+Green+Blue) = 61+186+72=319 (42% of max value = 765). Red value is 61 (24.22% from 255 or 19.12% from 319); Green value is 186 (73.05% from 255 or 58.31% from 319); Blue value is 72 (28.52% from 255 or 22.57% from 319); Max value from RGB is 186 - color contains mainly: green. Hex color #3DBA48 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DBA48 is #C245B7. Grayscale: #878787. Windows color (decimal): -12731832 or 4766269. OLE color: 4766269.
HSL color Cylindrical-coordinate representation of color #3DBA48: hue angle of 125.28º 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 #3DBA48 is Cyan = 0.67, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 61 | 186 | 72 | - |
| CMYK | 0.67 | 0 | 0.61 | 0.27 |
| HSL | 125.28º | 0.51% | 0.48% | - |
| HSV(B) | 125.28º | 0.67% | 0.73% | - |
| XYZ | 20.65 | 36.58 | 12.1 | - |
| YUV | 135.63 | 92.09 | 74.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 186 | 72 | 0.67 | 0 | 0.61 | 0.27 | 125.28 | 0.51 | 0.48 |
| Hex | 3D | BA | 48 | 43 | 0 | 3D | 1B | 7D | 33 | 30 |
| Octal | 75 | 272 | 110 | 103 | 0 | 75 | 33 | 175 | 63 | 60 |
| Binary | 111101 | 10111010 | 1001000 | 1000011 | 0 | 111101 | 11011 | 1111101 | 110011 | 110000 |
Color Harmonies of #3DBA48
Complementary color
Monochromatic Colors of #3DBA48
Black with #3DBA48
Text Example
Text Example
White with #3DBA48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DBA48; }
p { color: rgb(61,186,72); }
H1.HeaderClassName
{
color: #3DBA48;
}
.AnyTagClassName
{
color: #3DBA48;
}
</style>
background-color css
<style>
a { background-color: #3DBA48; }
a { background-color: rgb(61,186,72); }
div.DivClassName
{
background-color: #3DBA48;
}
.BgClassName
{
background-color: #3DBA48;
}
</style>
border-color css
<style>
span { border-color: #3DBA48; }
span { border-color: rgb(61,186,72); }
td.TdClassName
{
border-color: #3DBA48;
}
.TagClassName
{
border-color: #3DBA48;
}
</style>