Shades of Medium Sea Green #31B25F
Tints of Medium Sea Green #31B25F
RGB
CMYK
RGB Variations
Color information
#31B25F (or 0x31B25F) is known color: Medium Sea Green. HEX triplet: 31, B2 and 5F. RGB value is (49,178,95). Sum of RGB (Red+Green+Blue) = 49+178+95=322 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.22% from 322); Green value is 178 (69.92% from 255 or 55.28% from 322); Blue value is 95 (37.5% from 255 or 29.50% from 322); Max value from RGB is 178 - color contains mainly: green. Hex color #31B25F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31B25F is #CE4DA0. Grayscale: #828282. Windows color (decimal): -13520289 or 6271537. OLE color: 6271537.
HSL color Cylindrical-coordinate representation of color #31B25F: hue angle of 141.4º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #31B25F is Cyan = 0.72, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 49 | 178 | 95 | - |
| CMYK | 0.72 | 0 | 0.47 | 0.30 |
| HSL | 141.4º | 0.57% | 0.45% | - |
| HSV(B) | 141.4º | 0.72% | 0.7% | - |
| XYZ | 19.25 | 33.32 | 16.24 | - |
| YUV | 129.97 | 108.26 | 70.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 178 | 95 | 0.72 | 0 | 0.47 | 0.30 | 141.4 | 0.57 | 0.45 |
| Hex | 31 | B2 | 5F | 48 | 0 | 2F | 1E | 8D | 39 | 2D |
| Octal | 61 | 262 | 137 | 110 | 0 | 57 | 36 | 215 | 71 | 55 |
| Binary | 110001 | 10110010 | 1011111 | 1001000 | 0 | 101111 | 11110 | 10001101 | 111001 | 101101 |
Color Harmonies of #31B25F
Complementary color
Monochromatic Colors of #31B25F
Black with #31B25F
Text Example
Text Example
White with #31B25F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31B25F; }
p { color: rgb(49,178,95); }
H1.HeaderClassName
{
color: #31B25F;
}
.AnyTagClassName
{
color: #31B25F;
}
</style>
background-color css
<style>
a { background-color: #31B25F; }
a { background-color: rgb(49,178,95); }
div.DivClassName
{
background-color: #31B25F;
}
.BgClassName
{
background-color: #31B25F;
}
</style>
border-color css
<style>
span { border-color: #31B25F; }
span { border-color: rgb(49,178,95); }
td.TdClassName
{
border-color: #31B25F;
}
.TagClassName
{
border-color: #31B25F;
}
</style>