Shades of Medium Sea Green #31CD64
Tints of Medium Sea Green #31CD64
RGB
CMYK
RGB Variations
Color information
#31CD64 (or 0x31CD64) is known color: Medium Sea Green. HEX triplet: 31, CD and 64. RGB value is (49,205,100). Sum of RGB (Red+Green+Blue) = 49+205+100=354 (46% of max value = 765). Red value is 49 (19.53% from 255 or 13.84% from 354); Green value is 205 (80.47% from 255 or 57.91% from 354); Blue value is 100 (39.45% from 255 or 28.25% from 354); Max value from RGB is 205 - color contains mainly: green. Hex color #31CD64 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31CD64 is #CE329B. Grayscale: #929292. Windows color (decimal): -13513372 or 6606129. OLE color: 6606129.
HSL color Cylindrical-coordinate representation of color #31CD64: hue angle of 139.62º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #31CD64 is Cyan = 0.76, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 49 | 205 | 100 | - |
| CMYK | 0.76 | 0 | 0.51 | 0.20 |
| HSL | 139.62º | 0.61% | 0.5% | - |
| HSV(B) | 139.62º | 0.76% | 0.8% | - |
| XYZ | 25.4 | 45.24 | 19.45 | - |
| YUV | 146.39 | 101.82 | 58.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 205 | 100 | 0.76 | 0 | 0.51 | 0.20 | 139.62 | 0.61 | 0.5 |
| Hex | 31 | CD | 64 | 4C | 0 | 33 | 14 | 8C | 3D | 32 |
| Octal | 61 | 315 | 144 | 114 | 0 | 63 | 24 | 214 | 75 | 62 |
| Binary | 110001 | 11001101 | 1100100 | 1001100 | 0 | 110011 | 10100 | 10001100 | 111101 | 110010 |
Color Harmonies of #31CD64
Complementary color
Monochromatic Colors of #31CD64
Black with #31CD64
Text Example
Text Example
White with #31CD64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31CD64; }
p { color: rgb(49,205,100); }
H1.HeaderClassName
{
color: #31CD64;
}
.AnyTagClassName
{
color: #31CD64;
}
</style>
background-color css
<style>
a { background-color: #31CD64; }
a { background-color: rgb(49,205,100); }
div.DivClassName
{
background-color: #31CD64;
}
.BgClassName
{
background-color: #31CD64;
}
</style>
border-color css
<style>
span { border-color: #31CD64; }
span { border-color: rgb(49,205,100); }
td.TdClassName
{
border-color: #31CD64;
}
.TagClassName
{
border-color: #31CD64;
}
</style>