Shades of Fruit Salad #3DB64E
Tints of Fruit Salad #3DB64E
RGB
CMYK
RGB Variations
Color information
#3DB64E (or 0x3DB64E) is known color: Fruit Salad. HEX triplet: 3D, B6 and 4E. RGB value is (61,182,78). Sum of RGB (Red+Green+Blue) = 61+182+78=321 (42% of max value = 765). Red value is 61 (24.22% from 255 or 19.00% from 321); Green value is 182 (71.48% from 255 or 56.70% from 321); Blue value is 78 (30.86% from 255 or 24.30% from 321); Max value from RGB is 182 - color contains mainly: green. Hex color #3DB64E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DB64E is #C249B1. Grayscale: #868686. Windows color (decimal): -12732850 or 5158461. OLE color: 5158461.
HSL color Cylindrical-coordinate representation of color #3DB64E: hue angle of 128.43º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3DB64E is Cyan = 0.66, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 61 | 182 | 78 | - |
| CMYK | 0.66 | 0 | 0.57 | 0.29 |
| HSL | 128.43º | 0.5% | 0.48% | - |
| HSV(B) | 128.43º | 0.66% | 0.71% | - |
| XYZ | 20.03 | 35 | 12.91 | - |
| YUV | 133.97 | 96.41 | 75.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 182 | 78 | 0.66 | 0 | 0.57 | 0.29 | 128.43 | 0.5 | 0.48 |
| Hex | 3D | B6 | 4E | 42 | 0 | 39 | 1D | 80 | 32 | 30 |
| Octal | 75 | 266 | 116 | 102 | 0 | 71 | 35 | 200 | 62 | 60 |
| Binary | 111101 | 10110110 | 1001110 | 1000010 | 0 | 111001 | 11101 | 10000000 | 110010 | 110000 |
Color Harmonies of #3DB64E
Complementary color
Monochromatic Colors of #3DB64E
Black with #3DB64E
Text Example
Text Example
White with #3DB64E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB64E; }
p { color: rgb(61,182,78); }
H1.HeaderClassName
{
color: #3DB64E;
}
.AnyTagClassName
{
color: #3DB64E;
}
</style>
background-color css
<style>
a { background-color: #3DB64E; }
a { background-color: rgb(61,182,78); }
div.DivClassName
{
background-color: #3DB64E;
}
.BgClassName
{
background-color: #3DB64E;
}
</style>
border-color css
<style>
span { border-color: #3DB64E; }
span { border-color: rgb(61,182,78); }
td.TdClassName
{
border-color: #3DB64E;
}
.TagClassName
{
border-color: #3DB64E;
}
</style>