Shades of Medium Sea Green #31BF56
Tints of Medium Sea Green #31BF56
RGB
CMYK
RGB Variations
Color information
#31BF56 (or 0x31BF56) is known color: Medium Sea Green. HEX triplet: 31, BF and 56. RGB value is (49,191,86). Sum of RGB (Red+Green+Blue) = 49+191+86=326 (43% of max value = 765). Red value is 49 (19.53% from 255 or 15.03% from 326); Green value is 191 (75% from 255 or 58.59% from 326); Blue value is 86 (33.98% from 255 or 26.38% from 326); Max value from RGB is 191 - color contains mainly: green. Hex color #31BF56 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31BF56 is #CE40A9. Grayscale: #888888. Windows color (decimal): -13516970 or 5685041. OLE color: 5685041.
HSL color Cylindrical-coordinate representation of color #31BF56: hue angle of 135.63º 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 #31BF56 is Cyan = 0.74, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 49 | 191 | 86 | - |
| CMYK | 0.74 | 0 | 0.55 | 0.25 |
| HSL | 135.63º | 0.59% | 0.47% | - |
| HSV(B) | 135.63º | 0.74% | 0.75% | - |
| XYZ | 21.58 | 38.59 | 15.11 | - |
| YUV | 136.57 | 99.46 | 65.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 191 | 86 | 0.74 | 0 | 0.55 | 0.25 | 135.63 | 0.59 | 0.47 |
| Hex | 31 | BF | 56 | 4A | 0 | 37 | 19 | 88 | 3B | 2F |
| Octal | 61 | 277 | 126 | 112 | 0 | 67 | 31 | 210 | 73 | 57 |
| Binary | 110001 | 10111111 | 1010110 | 1001010 | 0 | 110111 | 11001 | 10001000 | 111011 | 101111 |
Color Harmonies of #31BF56
Complementary color
Monochromatic Colors of #31BF56
Black with #31BF56
Text Example
Text Example
White with #31BF56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31BF56; }
p { color: rgb(49,191,86); }
H1.HeaderClassName
{
color: #31BF56;
}
.AnyTagClassName
{
color: #31BF56;
}
</style>
background-color css
<style>
a { background-color: #31BF56; }
a { background-color: rgb(49,191,86); }
div.DivClassName
{
background-color: #31BF56;
}
.BgClassName
{
background-color: #31BF56;
}
</style>
border-color css
<style>
span { border-color: #31BF56; }
span { border-color: rgb(49,191,86); }
td.TdClassName
{
border-color: #31BF56;
}
.TagClassName
{
border-color: #31BF56;
}
</style>