Shades of Fruit Salad #3DB246
Tints of Fruit Salad #3DB246
RGB
CMYK
RGB Variations
Color information
#3DB246 (or 0x3DB246) is known color: Fruit Salad. HEX triplet: 3D, B2 and 46. RGB value is (61,178,70). Sum of RGB (Red+Green+Blue) = 61+178+70=309 (40% of max value = 765). Red value is 61 (24.22% from 255 or 19.74% from 309); Green value is 178 (69.92% from 255 or 57.61% from 309); Blue value is 70 (27.73% from 255 or 22.65% from 309); Max value from RGB is 178 - color contains mainly: green. Hex color #3DB246 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3DB246 is #C24DB9. Grayscale: #838383. Windows color (decimal): -12733882 or 4633149. OLE color: 4633149.
HSL color Cylindrical-coordinate representation of color #3DB246: hue angle of 124.62º 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 #3DB246 is Cyan = 0.66, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 61 | 178 | 70 | - |
| CMYK | 0.66 | 0 | 0.61 | 0.30 |
| HSL | 124.62º | 0.49% | 0.47% | - |
| HSV(B) | 124.62º | 0.66% | 0.7% | - |
| XYZ | 18.95 | 33.28 | 11.22 | - |
| YUV | 130.71 | 93.74 | 78.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 178 | 70 | 0.66 | 0 | 0.61 | 0.30 | 124.62 | 0.49 | 0.47 |
| Hex | 3D | B2 | 46 | 42 | 0 | 3D | 1E | 7D | 31 | 2F |
| Octal | 75 | 262 | 106 | 102 | 0 | 75 | 36 | 175 | 61 | 57 |
| Binary | 111101 | 10110010 | 1000110 | 1000010 | 0 | 111101 | 11110 | 1111101 | 110001 | 101111 |
Color Harmonies of #3DB246
Complementary color
Monochromatic Colors of #3DB246
Black with #3DB246
Text Example
Text Example
White with #3DB246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB246; }
p { color: rgb(61,178,70); }
H1.HeaderClassName
{
color: #3DB246;
}
.AnyTagClassName
{
color: #3DB246;
}
</style>
background-color css
<style>
a { background-color: #3DB246; }
a { background-color: rgb(61,178,70); }
div.DivClassName
{
background-color: #3DB246;
}
.BgClassName
{
background-color: #3DB246;
}
</style>
border-color css
<style>
span { border-color: #3DB246; }
span { border-color: rgb(61,178,70); }
td.TdClassName
{
border-color: #3DB246;
}
.TagClassName
{
border-color: #3DB246;
}
</style>