Shades of Medium Sea Green #31C05D
Tints of Medium Sea Green #31C05D
RGB
CMYK
RGB Variations
Color information
#31C05D (or 0x31C05D) is known color: Medium Sea Green. HEX triplet: 31, C0 and 5D. RGB value is (49,192,93). Sum of RGB (Red+Green+Blue) = 49+192+93=334 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.67% from 334); Green value is 192 (75.39% from 255 or 57.49% from 334); Blue value is 93 (36.72% from 255 or 27.84% from 334); Max value from RGB is 192 - color contains mainly: green. Hex color #31C05D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31C05D is #CE3FA2. Grayscale: #8A8A8A. Windows color (decimal): -13516707 or 6144049. OLE color: 6144049.
HSL color Cylindrical-coordinate representation of color #31C05D: hue angle of 138.46º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #31C05D is Cyan = 0.74, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 49 | 192 | 93 | - |
| CMYK | 0.74 | 0 | 0.52 | 0.25 |
| HSL | 138.46º | 0.59% | 0.47% | - |
| HSV(B) | 138.46º | 0.74% | 0.75% | - |
| XYZ | 22.09 | 39.14 | 16.75 | - |
| YUV | 137.96 | 102.62 | 64.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 192 | 93 | 0.74 | 0 | 0.52 | 0.25 | 138.46 | 0.59 | 0.47 |
| Hex | 31 | C0 | 5D | 4A | 0 | 34 | 19 | 8A | 3B | 2F |
| Octal | 61 | 300 | 135 | 112 | 0 | 64 | 31 | 212 | 73 | 57 |
| Binary | 110001 | 11000000 | 1011101 | 1001010 | 0 | 110100 | 11001 | 10001010 | 111011 | 101111 |
Color Harmonies of #31C05D
Complementary color
Monochromatic Colors of #31C05D
Black with #31C05D
Text Example
Text Example
White with #31C05D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31C05D; }
p { color: rgb(49,192,93); }
H1.HeaderClassName
{
color: #31C05D;
}
.AnyTagClassName
{
color: #31C05D;
}
</style>
background-color css
<style>
a { background-color: #31C05D; }
a { background-color: rgb(49,192,93); }
div.DivClassName
{
background-color: #31C05D;
}
.BgClassName
{
background-color: #31C05D;
}
</style>
border-color css
<style>
span { border-color: #31C05D; }
span { border-color: rgb(49,192,93); }
td.TdClassName
{
border-color: #31C05D;
}
.TagClassName
{
border-color: #31C05D;
}
</style>