Shades of Fruit Salad #3DB751
Tints of Fruit Salad #3DB751
RGB
CMYK
RGB Variations
Color information
#3DB751 (or 0x3DB751) is known color: Fruit Salad. HEX triplet: 3D, B7 and 51. RGB value is (61,183,81). Sum of RGB (Red+Green+Blue) = 61+183+81=325 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.77% from 325); Green value is 183 (71.88% from 255 or 56.31% from 325); Blue value is 81 (32.03% from 255 or 24.92% from 325); Max value from RGB is 183 - color contains mainly: green. Hex color #3DB751 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DB751 is #C248AE. Grayscale: #878787. Windows color (decimal): -12732591 or 5355325. OLE color: 5355325.
HSL color Cylindrical-coordinate representation of color #3DB751: hue angle of 129.84º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3DB751 is Cyan = 0.67, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 61 | 183 | 81 | - |
| CMYK | 0.67 | 0 | 0.56 | 0.28 |
| HSL | 129.84º | 0.5% | 0.48% | - |
| HSV(B) | 129.84º | 0.67% | 0.72% | - |
| XYZ | 20.34 | 35.45 | 13.56 | - |
| YUV | 134.89 | 97.58 | 75.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 183 | 81 | 0.67 | 0 | 0.56 | 0.28 | 129.84 | 0.5 | 0.48 |
| Hex | 3D | B7 | 51 | 43 | 0 | 38 | 1C | 82 | 32 | 30 |
| Octal | 75 | 267 | 121 | 103 | 0 | 70 | 34 | 202 | 62 | 60 |
| Binary | 111101 | 10110111 | 1010001 | 1000011 | 0 | 111000 | 11100 | 10000010 | 110010 | 110000 |
Color Harmonies of #3DB751
Complementary color
Monochromatic Colors of #3DB751
Black with #3DB751
Text Example
Text Example
White with #3DB751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB751; }
p { color: rgb(61,183,81); }
H1.HeaderClassName
{
color: #3DB751;
}
.AnyTagClassName
{
color: #3DB751;
}
</style>
background-color css
<style>
a { background-color: #3DB751; }
a { background-color: rgb(61,183,81); }
div.DivClassName
{
background-color: #3DB751;
}
.BgClassName
{
background-color: #3DB751;
}
</style>
border-color css
<style>
span { border-color: #3DB751; }
span { border-color: rgb(61,183,81); }
td.TdClassName
{
border-color: #3DB751;
}
.TagClassName
{
border-color: #3DB751;
}
</style>