Shades of Fruit Salad #3DB03D
Tints of Fruit Salad #3DB03D
RGB
CMYK
RGB Variations
Color information
#3DB03D (or 0x3DB03D) is known color: Fruit Salad. HEX triplet: 3D, B0 and 3D. RGB value is (61,176,61). Sum of RGB (Red+Green+Blue) = 61+176+61=298 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.47% from 298); Green value is 176 (69.14% from 255 or 59.06% from 298); Blue value is 61 (24.22% from 255 or 20.47% from 298); Max value from RGB is 176 - color contains mainly: green. Hex color #3DB03D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3DB03D is #C24FC2. Grayscale: #808080. Windows color (decimal): -12734403 or 4042813. OLE color: 4042813.
HSL color Cylindrical-coordinate representation of color #3DB03D: hue angle of 120º 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 #3DB03D is Cyan = 0.65, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 61 | 176 | 61 | - |
| CMYK | 0.65 | 0 | 0.65 | 0.31 |
| HSL | 120º | 0.49% | 0.46% | - |
| HSV(B) | 120º | 0.65% | 0.69% | - |
| XYZ | 18.29 | 32.38 | 9.7 | - |
| YUV | 128.51 | 89.9 | 79.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 176 | 61 | 0.65 | 0 | 0.65 | 0.31 | 120 | 0.49 | 0.46 |
| Hex | 3D | B0 | 3D | 41 | 0 | 41 | 1F | 78 | 31 | 2E |
| Octal | 75 | 260 | 75 | 101 | 0 | 101 | 37 | 170 | 61 | 56 |
| Binary | 111101 | 10110000 | 111101 | 1000001 | 0 | 1000001 | 11111 | 1111000 | 110001 | 101110 |
Color Harmonies of #3DB03D
Complementary color
Monochromatic Colors of #3DB03D
Black with #3DB03D
Text Example
Text Example
White with #3DB03D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB03D; }
p { color: rgb(61,176,61); }
H1.HeaderClassName
{
color: #3DB03D;
}
.AnyTagClassName
{
color: #3DB03D;
}
</style>
background-color css
<style>
a { background-color: #3DB03D; }
a { background-color: rgb(61,176,61); }
div.DivClassName
{
background-color: #3DB03D;
}
.BgClassName
{
background-color: #3DB03D;
}
</style>
border-color css
<style>
span { border-color: #3DB03D; }
span { border-color: rgb(61,176,61); }
td.TdClassName
{
border-color: #3DB03D;
}
.TagClassName
{
border-color: #3DB03D;
}
</style>