Shades of Fruit Salad #3DB74D
Tints of Fruit Salad #3DB74D
RGB
CMYK
RGB Variations
Color information
#3DB74D (or 0x3DB74D) is known color: Fruit Salad. HEX triplet: 3D, B7 and 4D. RGB value is (61,183,77). Sum of RGB (Red+Green+Blue) = 61+183+77=321 (42% of max value = 765). Red value is 61 (24.22% from 255 or 19.00% from 321); Green value is 183 (71.88% from 255 or 57.01% from 321); Blue value is 77 (30.47% from 255 or 23.99% from 321); Max value from RGB is 183 - color contains mainly: green. Hex color #3DB74D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DB74D is #C248B2. Grayscale: #868686. Windows color (decimal): -12732595 or 5093181. OLE color: 5093181.
HSL color Cylindrical-coordinate representation of color #3DB74D: hue angle of 127.87º 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 #3DB74D is Cyan = 0.67, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 61 | 183 | 77 | - |
| CMYK | 0.67 | 0 | 0.58 | 0.28 |
| HSL | 127.87º | 0.5% | 0.48% | - |
| HSV(B) | 127.87º | 0.67% | 0.72% | - |
| XYZ | 20.2 | 35.39 | 12.79 | - |
| YUV | 134.44 | 95.58 | 75.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 183 | 77 | 0.67 | 0 | 0.58 | 0.28 | 127.87 | 0.5 | 0.48 |
| Hex | 3D | B7 | 4D | 43 | 0 | 3A | 1C | 80 | 32 | 30 |
| Octal | 75 | 267 | 115 | 103 | 0 | 72 | 34 | 200 | 62 | 60 |
| Binary | 111101 | 10110111 | 1001101 | 1000011 | 0 | 111010 | 11100 | 10000000 | 110010 | 110000 |
Color Harmonies of #3DB74D
Complementary color
Monochromatic Colors of #3DB74D
Black with #3DB74D
Text Example
Text Example
White with #3DB74D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB74D; }
p { color: rgb(61,183,77); }
H1.HeaderClassName
{
color: #3DB74D;
}
.AnyTagClassName
{
color: #3DB74D;
}
</style>
background-color css
<style>
a { background-color: #3DB74D; }
a { background-color: rgb(61,183,77); }
div.DivClassName
{
background-color: #3DB74D;
}
.BgClassName
{
background-color: #3DB74D;
}
</style>
border-color css
<style>
span { border-color: #3DB74D; }
span { border-color: rgb(61,183,77); }
td.TdClassName
{
border-color: #3DB74D;
}
.TagClassName
{
border-color: #3DB74D;
}
</style>