Shades of Fruit Salad #3DBA51
Tints of Fruit Salad #3DBA51
RGB
CMYK
RGB Variations
Color information
#3DBA51 (or 0x3DBA51) is known color: Fruit Salad. HEX triplet: 3D, BA and 51. RGB value is (61,186,81). Sum of RGB (Red+Green+Blue) = 61+186+81=328 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.60% from 328); Green value is 186 (73.05% from 255 or 56.71% from 328); Blue value is 81 (32.03% from 255 or 24.70% from 328); Max value from RGB is 186 - color contains mainly: green. Hex color #3DBA51 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DBA51 is #C245AE. Grayscale: #888888. Windows color (decimal): -12731823 or 5356093. OLE color: 5356093.
HSL color Cylindrical-coordinate representation of color #3DBA51: hue angle of 129.6º 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 #3DBA51 is Cyan = 0.67, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 61 | 186 | 81 | - |
| CMYK | 0.67 | 0 | 0.56 | 0.27 |
| HSL | 129.6º | 0.51% | 0.48% | - |
| HSV(B) | 129.6º | 0.67% | 0.73% | - |
| XYZ | 20.97 | 36.7 | 13.76 | - |
| YUV | 136.66 | 96.59 | 74.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 186 | 81 | 0.67 | 0 | 0.56 | 0.27 | 129.6 | 0.51 | 0.48 |
| Hex | 3D | BA | 51 | 43 | 0 | 38 | 1B | 82 | 33 | 30 |
| Octal | 75 | 272 | 121 | 103 | 0 | 70 | 33 | 202 | 63 | 60 |
| Binary | 111101 | 10111010 | 1010001 | 1000011 | 0 | 111000 | 11011 | 10000010 | 110011 | 110000 |
Color Harmonies of #3DBA51
Complementary color
Monochromatic Colors of #3DBA51
Black with #3DBA51
Text Example
Text Example
White with #3DBA51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DBA51; }
p { color: rgb(61,186,81); }
H1.HeaderClassName
{
color: #3DBA51;
}
.AnyTagClassName
{
color: #3DBA51;
}
</style>
background-color css
<style>
a { background-color: #3DBA51; }
a { background-color: rgb(61,186,81); }
div.DivClassName
{
background-color: #3DBA51;
}
.BgClassName
{
background-color: #3DBA51;
}
</style>
border-color css
<style>
span { border-color: #3DBA51; }
span { border-color: rgb(61,186,81); }
td.TdClassName
{
border-color: #3DBA51;
}
.TagClassName
{
border-color: #3DBA51;
}
</style>