Shades of Fruit Salad #3DB351
Tints of Fruit Salad #3DB351
RGB
CMYK
RGB Variations
Color information
#3DB351 (or 0x3DB351) is known color: Fruit Salad. HEX triplet: 3D, B3 and 51. RGB value is (61,179,81). Sum of RGB (Red+Green+Blue) = 61+179+81=321 (42% of max value = 765). Red value is 61 (24.22% from 255 or 19.00% from 321); Green value is 179 (70.31% from 255 or 55.76% from 321); Blue value is 81 (32.03% from 255 or 25.23% from 321); Max value from RGB is 179 - color contains mainly: green. Hex color #3DB351 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DB351 is #C24CAE. Grayscale: #848484. Windows color (decimal): -12733615 or 5354301. OLE color: 5354301.
HSL color Cylindrical-coordinate representation of color #3DB351: hue angle of 130.17º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3DB351 is Cyan = 0.66, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 61 | 179 | 81 | - |
| CMYK | 0.66 | 0 | 0.55 | 0.30 |
| HSL | 130.17º | 0.49% | 0.47% | - |
| HSV(B) | 130.17º | 0.66% | 0.7% | - |
| XYZ | 19.53 | 33.83 | 13.28 | - |
| YUV | 132.55 | 98.91 | 76.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 179 | 81 | 0.66 | 0 | 0.55 | 0.30 | 130.17 | 0.49 | 0.47 |
| Hex | 3D | B3 | 51 | 42 | 0 | 37 | 1E | 82 | 31 | 2F |
| Octal | 75 | 263 | 121 | 102 | 0 | 67 | 36 | 202 | 61 | 57 |
| Binary | 111101 | 10110011 | 1010001 | 1000010 | 0 | 110111 | 11110 | 10000010 | 110001 | 101111 |
Color Harmonies of #3DB351
Complementary color
Monochromatic Colors of #3DB351
Black with #3DB351
Text Example
Text Example
White with #3DB351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB351; }
p { color: rgb(61,179,81); }
H1.HeaderClassName
{
color: #3DB351;
}
.AnyTagClassName
{
color: #3DB351;
}
</style>
background-color css
<style>
a { background-color: #3DB351; }
a { background-color: rgb(61,179,81); }
div.DivClassName
{
background-color: #3DB351;
}
.BgClassName
{
background-color: #3DB351;
}
</style>
border-color css
<style>
span { border-color: #3DB351; }
span { border-color: rgb(61,179,81); }
td.TdClassName
{
border-color: #3DB351;
}
.TagClassName
{
border-color: #3DB351;
}
</style>