Shades of Medium Sea Green #3DBD71
Tints of Medium Sea Green #3DBD71
RGB
CMYK
RGB Variations
Color information
#3DBD71 (or 0x3DBD71) is known color: Medium Sea Green. HEX triplet: 3D, BD and 71. RGB value is (61,189,113). Sum of RGB (Red+Green+Blue) = 61+189+113=363 (48% of max value = 765). Red value is 61 (24.22% from 255 or 16.80% from 363); Green value is 189 (74.22% from 255 or 52.07% from 363); Blue value is 113 (44.53% from 255 or 31.13% from 363); Max value from RGB is 189 - color contains mainly: green. Hex color #3DBD71 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DBD71 is #C2428E. Grayscale: #8E8E8E. Windows color (decimal): -12731023 or 7454013. OLE color: 7454013.
HSL color Cylindrical-coordinate representation of color #3DBD71: hue angle of 144.38º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3DBD71 is Cyan = 0.68, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 61 | 189 | 113 | - |
| CMYK | 0.68 | 0 | 0.40 | 0.26 |
| HSL | 144.38º | 0.51% | 0.49% | - |
| HSV(B) | 144.38º | 0.68% | 0.74% | - |
| XYZ | 23.1 | 38.58 | 21.85 | - |
| YUV | 142.06 | 111.59 | 70.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 189 | 113 | 0.68 | 0 | 0.40 | 0.26 | 144.38 | 0.51 | 0.49 |
| Hex | 3D | BD | 71 | 44 | 0 | 28 | 1A | 90 | 33 | 31 |
| Octal | 75 | 275 | 161 | 104 | 0 | 50 | 32 | 220 | 63 | 61 |
| Binary | 111101 | 10111101 | 1110001 | 1000100 | 0 | 101000 | 11010 | 10010000 | 110011 | 110001 |
Color Harmonies of #3DBD71
Complementary color
Monochromatic Colors of #3DBD71
Black with #3DBD71
Text Example
Text Example
White with #3DBD71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DBD71; }
p { color: rgb(61,189,113); }
H1.HeaderClassName
{
color: #3DBD71;
}
.AnyTagClassName
{
color: #3DBD71;
}
</style>
background-color css
<style>
a { background-color: #3DBD71; }
a { background-color: rgb(61,189,113); }
div.DivClassName
{
background-color: #3DBD71;
}
.BgClassName
{
background-color: #3DBD71;
}
</style>
border-color css
<style>
span { border-color: #3DBD71; }
span { border-color: rgb(61,189,113); }
td.TdClassName
{
border-color: #3DBD71;
}
.TagClassName
{
border-color: #3DBD71;
}
</style>