Shades of Fruit Salad #3DBE51
Tints of Fruit Salad #3DBE51
RGB
CMYK
RGB Variations
Color information
#3DBE51 (or 0x3DBE51) is known color: Fruit Salad. HEX triplet: 3D, BE and 51. RGB value is (61,190,81). Sum of RGB (Red+Green+Blue) = 61+190+81=332 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.37% from 332); Green value is 190 (74.61% from 255 or 57.23% from 332); Blue value is 81 (32.03% from 255 or 24.40% from 332); Max value from RGB is 190 - color contains mainly: green. Hex color #3DBE51 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DBE51 is #C241AE. Grayscale: #8B8B8B. Windows color (decimal): -12730799 or 5357117. OLE color: 5357117.
HSL color Cylindrical-coordinate representation of color #3DBE51: hue angle of 129.3º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3DBE51 is Cyan = 0.68, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 61 | 190 | 81 | - |
| CMYK | 0.68 | 0 | 0.57 | 0.25 |
| HSL | 129.3º | 0.51% | 0.49% | - |
| HSV(B) | 129.3º | 0.68% | 0.75% | - |
| XYZ | 21.82 | 38.41 | 14.05 | - |
| YUV | 139 | 95.26 | 72.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 190 | 81 | 0.68 | 0 | 0.57 | 0.25 | 129.3 | 0.51 | 0.49 |
| Hex | 3D | BE | 51 | 44 | 0 | 39 | 19 | 81 | 33 | 31 |
| Octal | 75 | 276 | 121 | 104 | 0 | 71 | 31 | 201 | 63 | 61 |
| Binary | 111101 | 10111110 | 1010001 | 1000100 | 0 | 111001 | 11001 | 10000001 | 110011 | 110001 |
Color Harmonies of #3DBE51
Complementary color
Monochromatic Colors of #3DBE51
Black with #3DBE51
Text Example
Text Example
White with #3DBE51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DBE51; }
p { color: rgb(61,190,81); }
H1.HeaderClassName
{
color: #3DBE51;
}
.AnyTagClassName
{
color: #3DBE51;
}
</style>
background-color css
<style>
a { background-color: #3DBE51; }
a { background-color: rgb(61,190,81); }
div.DivClassName
{
background-color: #3DBE51;
}
.BgClassName
{
background-color: #3DBE51;
}
</style>
border-color css
<style>
span { border-color: #3DBE51; }
span { border-color: rgb(61,190,81); }
td.TdClassName
{
border-color: #3DBE51;
}
.TagClassName
{
border-color: #3DBE51;
}
</style>