Shades of Fruit Salad #3DB74F
Tints of Fruit Salad #3DB74F
RGB
CMYK
RGB Variations
Color information
#3DB74F (or 0x3DB74F) is known color: Fruit Salad. HEX triplet: 3D, B7 and 4F. RGB value is (61,183,79). Sum of RGB (Red+Green+Blue) = 61+183+79=323 (42% of max value = 765). Red value is 61 (24.22% from 255 or 18.89% from 323); Green value is 183 (71.88% from 255 or 56.66% from 323); Blue value is 79 (31.25% from 255 or 24.46% from 323); Max value from RGB is 183 - color contains mainly: green. Hex color #3DB74F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DB74F is #C248B0. Grayscale: #868686. Windows color (decimal): -12732593 or 5224253. OLE color: 5224253.
HSL color Cylindrical-coordinate representation of color #3DB74F: hue angle of 128.85º 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 #3DB74F is Cyan = 0.67, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 61 | 183 | 79 | - |
| CMYK | 0.67 | 0 | 0.57 | 0.28 |
| HSL | 128.85º | 0.5% | 0.48% | - |
| HSV(B) | 128.85º | 0.67% | 0.72% | - |
| XYZ | 20.27 | 35.42 | 13.17 | - |
| YUV | 134.67 | 96.58 | 75.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 183 | 79 | 0.67 | 0 | 0.57 | 0.28 | 128.85 | 0.5 | 0.48 |
| Hex | 3D | B7 | 4F | 43 | 0 | 39 | 1C | 81 | 32 | 30 |
| Octal | 75 | 267 | 117 | 103 | 0 | 71 | 34 | 201 | 62 | 60 |
| Binary | 111101 | 10110111 | 1001111 | 1000011 | 0 | 111001 | 11100 | 10000001 | 110010 | 110000 |
Color Harmonies of #3DB74F
Complementary color
Monochromatic Colors of #3DB74F
Black with #3DB74F
Text Example
Text Example
White with #3DB74F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB74F; }
p { color: rgb(61,183,79); }
H1.HeaderClassName
{
color: #3DB74F;
}
.AnyTagClassName
{
color: #3DB74F;
}
</style>
background-color css
<style>
a { background-color: #3DB74F; }
a { background-color: rgb(61,183,79); }
div.DivClassName
{
background-color: #3DB74F;
}
.BgClassName
{
background-color: #3DB74F;
}
</style>
border-color css
<style>
span { border-color: #3DB74F; }
span { border-color: rgb(61,183,79); }
td.TdClassName
{
border-color: #3DB74F;
}
.TagClassName
{
border-color: #3DB74F;
}
</style>