Shades of Medium Sea Green #3DC45D
Tints of Medium Sea Green #3DC45D
RGB
CMYK
RGB Variations
Color information
#3DC45D (or 0x3DC45D) is known color: Medium Sea Green. HEX triplet: 3D, C4 and 5D. RGB value is (61,196,93). Sum of RGB (Red+Green+Blue) = 61+196+93=350 (46% of max value = 765). Red value is 61 (24.22% from 255 or 17.43% from 350); Green value is 196 (76.95% from 255 or 56% from 350); Blue value is 93 (36.72% from 255 or 26.57% from 350); Max value from RGB is 196 - color contains mainly: green. Hex color #3DC45D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DC45D is #C23BA2. Grayscale: #909090. Windows color (decimal): -12729251 or 6145085. OLE color: 6145085.
HSL color Cylindrical-coordinate representation of color #3DC45D: hue angle of 134.22º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3DC45D is Cyan = 0.69, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 61 | 196 | 93 | - |
| CMYK | 0.69 | 0 | 0.53 | 0.23 |
| HSL | 134.22º | 0.53% | 0.5% | - |
| HSV(B) | 134.22º | 0.69% | 0.77% | - |
| XYZ | 23.64 | 41.26 | 17.07 | - |
| YUV | 143.89 | 99.27 | 68.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 196 | 93 | 0.69 | 0 | 0.53 | 0.23 | 134.22 | 0.53 | 0.5 |
| Hex | 3D | C4 | 5D | 45 | 0 | 35 | 17 | 86 | 35 | 32 |
| Octal | 75 | 304 | 135 | 105 | 0 | 65 | 27 | 206 | 65 | 62 |
| Binary | 111101 | 11000100 | 1011101 | 1000101 | 0 | 110101 | 10111 | 10000110 | 110101 | 110010 |
Color Harmonies of #3DC45D
Complementary color
Monochromatic Colors of #3DC45D
Black with #3DC45D
Text Example
Text Example
White with #3DC45D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DC45D; }
p { color: rgb(61,196,93); }
H1.HeaderClassName
{
color: #3DC45D;
}
.AnyTagClassName
{
color: #3DC45D;
}
</style>
background-color css
<style>
a { background-color: #3DC45D; }
a { background-color: rgb(61,196,93); }
div.DivClassName
{
background-color: #3DC45D;
}
.BgClassName
{
background-color: #3DC45D;
}
</style>
border-color css
<style>
span { border-color: #3DC45D; }
span { border-color: rgb(61,196,93); }
td.TdClassName
{
border-color: #3DC45D;
}
.TagClassName
{
border-color: #3DC45D;
}
</style>