Shades of Medium Sea Green #31C95A
Tints of Medium Sea Green #31C95A
RGB
CMYK
RGB Variations
Color information
#31C95A (or 0x31C95A) is known color: Medium Sea Green. HEX triplet: 31, C9 and 5A. RGB value is (49,201,90). Sum of RGB (Red+Green+Blue) = 49+201+90=340 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.41% from 340); Green value is 201 (78.91% from 255 or 59.12% from 340); Blue value is 90 (35.55% from 255 or 26.47% from 340); Max value from RGB is 201 - color contains mainly: green. Hex color #31C95A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31C95A is #CE36A5. Grayscale: #8F8F8F. Windows color (decimal): -13514406 or 5949745. OLE color: 5949745.
HSL color Cylindrical-coordinate representation of color #31C95A: hue angle of 136.18º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #31C95A is Cyan = 0.76, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 49 | 201 | 90 | - |
| CMYK | 0.76 | 0 | 0.55 | 0.21 |
| HSL | 136.18º | 0.61% | 0.49% | - |
| HSV(B) | 136.18º | 0.76% | 0.79% | - |
| XYZ | 24 | 43.16 | 16.74 | - |
| YUV | 142.9 | 98.14 | 61.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 201 | 90 | 0.76 | 0 | 0.55 | 0.21 | 136.18 | 0.61 | 0.49 |
| Hex | 31 | C9 | 5A | 4C | 0 | 37 | 15 | 88 | 3D | 31 |
| Octal | 61 | 311 | 132 | 114 | 0 | 67 | 25 | 210 | 75 | 61 |
| Binary | 110001 | 11001001 | 1011010 | 1001100 | 0 | 110111 | 10101 | 10001000 | 111101 | 110001 |
Color Harmonies of #31C95A
Complementary color
Monochromatic Colors of #31C95A
Black with #31C95A
Text Example
Text Example
White with #31C95A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31C95A; }
p { color: rgb(49,201,90); }
H1.HeaderClassName
{
color: #31C95A;
}
.AnyTagClassName
{
color: #31C95A;
}
</style>
background-color css
<style>
a { background-color: #31C95A; }
a { background-color: rgb(49,201,90); }
div.DivClassName
{
background-color: #31C95A;
}
.BgClassName
{
background-color: #31C95A;
}
</style>
border-color css
<style>
span { border-color: #31C95A; }
span { border-color: rgb(49,201,90); }
td.TdClassName
{
border-color: #31C95A;
}
.TagClassName
{
border-color: #31C95A;
}
</style>