Shades of Medium Sea Green #31C75A
Tints of Medium Sea Green #31C75A
RGB
CMYK
RGB Variations
Color information
#31C75A (or 0x31C75A) is known color: Medium Sea Green. HEX triplet: 31, C7 and 5A. RGB value is (49,199,90). Sum of RGB (Red+Green+Blue) = 49+199+90=338 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.50% from 338); Green value is 199 (78.12% from 255 or 58.88% from 338); Blue value is 90 (35.55% from 255 or 26.63% from 338); Max value from RGB is 199 - color contains mainly: green. Hex color #31C75A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31C75A is #CE38A5. Grayscale: #8E8E8E. Windows color (decimal): -13514918 or 5949233. OLE color: 5949233.
HSL color Cylindrical-coordinate representation of color #31C75A: hue angle of 136.4º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #31C75A is Cyan = 0.75, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 49 | 199 | 90 | - |
| CMYK | 0.75 | 0 | 0.55 | 0.22 |
| HSL | 136.4º | 0.6% | 0.49% | - |
| HSV(B) | 136.4º | 0.75% | 0.78% | - |
| XYZ | 23.54 | 42.24 | 16.59 | - |
| YUV | 141.72 | 98.81 | 61.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 199 | 90 | 0.75 | 0 | 0.55 | 0.22 | 136.4 | 0.6 | 0.49 |
| Hex | 31 | C7 | 5A | 4B | 0 | 37 | 16 | 88 | 3C | 31 |
| Octal | 61 | 307 | 132 | 113 | 0 | 67 | 26 | 210 | 74 | 61 |
| Binary | 110001 | 11000111 | 1011010 | 1001011 | 0 | 110111 | 10110 | 10001000 | 111100 | 110001 |
Color Harmonies of #31C75A
Complementary color
Monochromatic Colors of #31C75A
Black with #31C75A
Text Example
Text Example
White with #31C75A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31C75A; }
p { color: rgb(49,199,90); }
H1.HeaderClassName
{
color: #31C75A;
}
.AnyTagClassName
{
color: #31C75A;
}
</style>
background-color css
<style>
a { background-color: #31C75A; }
a { background-color: rgb(49,199,90); }
div.DivClassName
{
background-color: #31C75A;
}
.BgClassName
{
background-color: #31C75A;
}
</style>
border-color css
<style>
span { border-color: #31C75A; }
span { border-color: rgb(49,199,90); }
td.TdClassName
{
border-color: #31C75A;
}
.TagClassName
{
border-color: #31C75A;
}
</style>