Shades of Fruit Salad #3DBA50
Tints of Fruit Salad #3DBA50
RGB
CMYK
RGB Variations
Color information
#3DBA50 (or 0x3DBA50) is known color: Fruit Salad. HEX triplet: 3D, BA and 50. RGB value is (61,186,80). Sum of RGB (Red+Green+Blue) = 61+186+80=327 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.65% from 327); Green value is 186 (73.05% from 255 or 56.88% from 327); Blue value is 80 (31.64% from 255 or 24.46% from 327); Max value from RGB is 186 - color contains mainly: green. Hex color #3DBA50 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DBA50 is #C245AF. Grayscale: #888888. Windows color (decimal): -12731824 or 5290557. OLE color: 5290557.
HSL color Cylindrical-coordinate representation of color #3DBA50: hue angle of 129.12º 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 #3DBA50 is Cyan = 0.67, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 61 | 186 | 80 | - |
| CMYK | 0.67 | 0 | 0.57 | 0.27 |
| HSL | 129.12º | 0.51% | 0.48% | - |
| HSV(B) | 129.12º | 0.67% | 0.73% | - |
| XYZ | 20.93 | 36.69 | 13.57 | - |
| YUV | 136.54 | 96.09 | 74.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 186 | 80 | 0.67 | 0 | 0.57 | 0.27 | 129.12 | 0.51 | 0.48 |
| Hex | 3D | BA | 50 | 43 | 0 | 39 | 1B | 81 | 33 | 30 |
| Octal | 75 | 272 | 120 | 103 | 0 | 71 | 33 | 201 | 63 | 60 |
| Binary | 111101 | 10111010 | 1010000 | 1000011 | 0 | 111001 | 11011 | 10000001 | 110011 | 110000 |
Color Harmonies of #3DBA50
Complementary color
Monochromatic Colors of #3DBA50
Black with #3DBA50
Text Example
Text Example
White with #3DBA50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DBA50; }
p { color: rgb(61,186,80); }
H1.HeaderClassName
{
color: #3DBA50;
}
.AnyTagClassName
{
color: #3DBA50;
}
</style>
background-color css
<style>
a { background-color: #3DBA50; }
a { background-color: rgb(61,186,80); }
div.DivClassName
{
background-color: #3DBA50;
}
.BgClassName
{
background-color: #3DBA50;
}
</style>
border-color css
<style>
span { border-color: #3DBA50; }
span { border-color: rgb(61,186,80); }
td.TdClassName
{
border-color: #3DBA50;
}
.TagClassName
{
border-color: #3DBA50;
}
</style>