Shades of Fruit Salad #3DB04B
Tints of Fruit Salad #3DB04B
RGB
CMYK
RGB Variations
Color information
#3DB04B (or 0x3DB04B) is known color: Fruit Salad. HEX triplet: 3D, B0 and 4B. RGB value is (61,176,75). Sum of RGB (Red+Green+Blue) = 61+176+75=312 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.55% from 312); Green value is 176 (69.14% from 255 or 56.41% from 312); Blue value is 75 (29.69% from 255 or 24.04% from 312); Max value from RGB is 176 - color contains mainly: green. Hex color #3DB04B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3DB04B is #C24FB4. Grayscale: #828282. Windows color (decimal): -12734389 or 4960317. OLE color: 4960317.
HSL color Cylindrical-coordinate representation of color #3DB04B: hue angle of 127.3º 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 #3DB04B is Cyan = 0.65, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 61 | 176 | 75 | - |
| CMYK | 0.65 | 0 | 0.57 | 0.31 |
| HSL | 127.3º | 0.49% | 0.46% | - |
| HSV(B) | 127.3º | 0.65% | 0.69% | - |
| XYZ | 18.72 | 32.55 | 11.95 | - |
| YUV | 130.1 | 96.9 | 78.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 176 | 75 | 0.65 | 0 | 0.57 | 0.31 | 127.3 | 0.49 | 0.46 |
| Hex | 3D | B0 | 4B | 41 | 0 | 39 | 1F | 7F | 31 | 2E |
| Octal | 75 | 260 | 113 | 101 | 0 | 71 | 37 | 177 | 61 | 56 |
| Binary | 111101 | 10110000 | 1001011 | 1000001 | 0 | 111001 | 11111 | 1111111 | 110001 | 101110 |
Color Harmonies of #3DB04B
Complementary color
Monochromatic Colors of #3DB04B
Black with #3DB04B
Text Example
Text Example
White with #3DB04B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB04B; }
p { color: rgb(61,176,75); }
H1.HeaderClassName
{
color: #3DB04B;
}
.AnyTagClassName
{
color: #3DB04B;
}
</style>
background-color css
<style>
a { background-color: #3DB04B; }
a { background-color: rgb(61,176,75); }
div.DivClassName
{
background-color: #3DB04B;
}
.BgClassName
{
background-color: #3DB04B;
}
</style>
border-color css
<style>
span { border-color: #3DB04B; }
span { border-color: rgb(61,176,75); }
td.TdClassName
{
border-color: #3DB04B;
}
.TagClassName
{
border-color: #3DB04B;
}
</style>