Shades of Fruit Salad #3DB04F
Tints of Fruit Salad #3DB04F
RGB
CMYK
RGB Variations
Color information
#3DB04F (or 0x3DB04F) is known color: Fruit Salad. HEX triplet: 3D, B0 and 4F. RGB value is (61,176,79). Sum of RGB (Red+Green+Blue) = 61+176+79=316 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.30% from 316); Green value is 176 (69.14% from 255 or 55.70% from 316); Blue value is 79 (31.25% from 255 or 25% from 316); Max value from RGB is 176 - color contains mainly: green. Hex color #3DB04F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3DB04F is #C24FB0. Grayscale: #828282. Windows color (decimal): -12734385 or 5222461. OLE color: 5222461.
HSL color Cylindrical-coordinate representation of color #3DB04F: hue angle of 129.39º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3DB04F is Cyan = 0.65, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 61 | 176 | 79 | - |
| CMYK | 0.65 | 0 | 0.55 | 0.31 |
| HSL | 129.39º | 0.49% | 0.46% | - |
| HSV(B) | 129.39º | 0.65% | 0.69% | - |
| XYZ | 18.86 | 32.61 | 12.7 | - |
| YUV | 130.56 | 98.9 | 78.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 176 | 79 | 0.65 | 0 | 0.55 | 0.31 | 129.39 | 0.49 | 0.46 |
| Hex | 3D | B0 | 4F | 41 | 0 | 37 | 1F | 81 | 31 | 2E |
| Octal | 75 | 260 | 117 | 101 | 0 | 67 | 37 | 201 | 61 | 56 |
| Binary | 111101 | 10110000 | 1001111 | 1000001 | 0 | 110111 | 11111 | 10000001 | 110001 | 101110 |
Color Harmonies of #3DB04F
Complementary color
Monochromatic Colors of #3DB04F
Black with #3DB04F
Text Example
Text Example
White with #3DB04F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB04F; }
p { color: rgb(61,176,79); }
H1.HeaderClassName
{
color: #3DB04F;
}
.AnyTagClassName
{
color: #3DB04F;
}
</style>
background-color css
<style>
a { background-color: #3DB04F; }
a { background-color: rgb(61,176,79); }
div.DivClassName
{
background-color: #3DB04F;
}
.BgClassName
{
background-color: #3DB04F;
}
</style>
border-color css
<style>
span { border-color: #3DB04F; }
span { border-color: rgb(61,176,79); }
td.TdClassName
{
border-color: #3DB04F;
}
.TagClassName
{
border-color: #3DB04F;
}
</style>