Shades of Fruit Salad #3DB74E
Tints of Fruit Salad #3DB74E
RGB
CMYK
RGB Variations
Color information
#3DB74E (or 0x3DB74E) is known color: Fruit Salad. HEX triplet: 3D, B7 and 4E. RGB value is (61,183,78). Sum of RGB (Red+Green+Blue) = 61+183+78=322 (42% of max value = 765). Red value is 61 (24.22% from 255 or 18.94% from 322); Green value is 183 (71.88% from 255 or 56.83% from 322); Blue value is 78 (30.86% from 255 or 24.22% from 322); Max value from RGB is 183 - color contains mainly: green. Hex color #3DB74E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DB74E is #C248B1. Grayscale: #868686. Windows color (decimal): -12732594 or 5158717. OLE color: 5158717.
HSL color Cylindrical-coordinate representation of color #3DB74E: hue angle of 128.36º 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 #3DB74E is Cyan = 0.67, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 61 | 183 | 78 | - |
| CMYK | 0.67 | 0 | 0.57 | 0.28 |
| HSL | 128.36º | 0.5% | 0.48% | - |
| HSV(B) | 128.36º | 0.67% | 0.72% | - |
| XYZ | 20.23 | 35.41 | 12.98 | - |
| YUV | 134.55 | 96.08 | 75.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 183 | 78 | 0.67 | 0 | 0.57 | 0.28 | 128.36 | 0.5 | 0.48 |
| Hex | 3D | B7 | 4E | 43 | 0 | 39 | 1C | 80 | 32 | 30 |
| Octal | 75 | 267 | 116 | 103 | 0 | 71 | 34 | 200 | 62 | 60 |
| Binary | 111101 | 10110111 | 1001110 | 1000011 | 0 | 111001 | 11100 | 10000000 | 110010 | 110000 |
Color Harmonies of #3DB74E
Complementary color
Monochromatic Colors of #3DB74E
Black with #3DB74E
Text Example
Text Example
White with #3DB74E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB74E; }
p { color: rgb(61,183,78); }
H1.HeaderClassName
{
color: #3DB74E;
}
.AnyTagClassName
{
color: #3DB74E;
}
</style>
background-color css
<style>
a { background-color: #3DB74E; }
a { background-color: rgb(61,183,78); }
div.DivClassName
{
background-color: #3DB74E;
}
.BgClassName
{
background-color: #3DB74E;
}
</style>
border-color css
<style>
span { border-color: #3DB74E; }
span { border-color: rgb(61,183,78); }
td.TdClassName
{
border-color: #3DB74E;
}
.TagClassName
{
border-color: #3DB74E;
}
</style>