Shades of Spring Green #31FC86
Tints of Spring Green #31FC86
RGB
CMYK
RGB Variations
Color information
#31FC86 (or 0x31FC86) is known color: Spring Green. HEX triplet: 31, FC and 86. RGB value is (49,252,134). Sum of RGB (Red+Green+Blue) = 49+252+134=435 (57% of max value = 765). Red value is 49 (19.53% from 255 or 11.26% from 435); Green value is 252 (98.83% from 255 or 57.93% from 435); Blue value is 134 (52.73% from 255 or 30.80% from 435); Max value from RGB is 252 - color contains mainly: green. Hex color #31FC86 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #31FC86 is #CE0379. Grayscale: #B2B2B2. Windows color (decimal): -13501306 or 8846385. OLE color: 8846385.
HSL color Cylindrical-coordinate representation of color #31FC86: hue angle of 145.12º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #31FC86 is Cyan = 0.81, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 49 | 252 | 134 | - |
| CMYK | 0.81 | 0 | 0.47 | 0.01 |
| HSL | 145.12º | 0.97% | 0.59% | - |
| HSV(B) | 145.12º | 0.81% | 0.99% | - |
| XYZ | 40.38 | 72 | 34.32 | - |
| YUV | 177.85 | 103.25 | 36.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 252 | 134 | 0.81 | 0 | 0.47 | 0.01 | 145.12 | 0.97 | 0.59 |
| Hex | 31 | FC | 86 | 51 | 0 | 2F | 1 | 91 | 61 | 3B |
| Octal | 61 | 374 | 206 | 121 | 0 | 57 | 1 | 221 | 141 | 73 |
| Binary | 110001 | 11111100 | 10000110 | 1010001 | 0 | 101111 | 1 | 10010001 | 1100001 | 111011 |
Color Harmonies of #31FC86
Complementary color
Monochromatic Colors of #31FC86
Black with #31FC86
Text Example
Text Example
White with #31FC86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31FC86; }
p { color: rgb(49,252,134); }
H1.HeaderClassName
{
color: #31FC86;
}
.AnyTagClassName
{
color: #31FC86;
}
</style>
background-color css
<style>
a { background-color: #31FC86; }
a { background-color: rgb(49,252,134); }
div.DivClassName
{
background-color: #31FC86;
}
.BgClassName
{
background-color: #31FC86;
}
</style>
border-color css
<style>
span { border-color: #31FC86; }
span { border-color: rgb(49,252,134); }
td.TdClassName
{
border-color: #31FC86;
}
.TagClassName
{
border-color: #31FC86;
}
</style>