Shades of Spring Green #31FA71
Tints of Spring Green #31FA71
RGB
CMYK
RGB Variations
Color information
#31FA71 (or 0x31FA71) is known color: Spring Green. HEX triplet: 31, FA and 71. RGB value is (49,250,113). Sum of RGB (Red+Green+Blue) = 49+250+113=412 (54% of max value = 765). Red value is 49 (19.53% from 255 or 11.89% from 412); Green value is 250 (98.05% from 255 or 60.68% from 412); Blue value is 113 (44.53% from 255 or 27.43% from 412); Max value from RGB is 250 - color contains mainly: green. Hex color #31FA71 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #31FA71 is #CE058E. Grayscale: #AEAEAE. Windows color (decimal): -13501839 or 7469617. OLE color: 7469617.
HSL color Cylindrical-coordinate representation of color #31FA71: hue angle of 139.1º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #31FA71 is Cyan = 0.80, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 49 | 250 | 113 | - |
| CMYK | 0.80 | 0 | 0.55 | 0.02 |
| HSL | 139.1º | 0.95% | 0.59% | - |
| HSV(B) | 139.1º | 0.8% | 0.98% | - |
| XYZ | 38.43 | 70.22 | 27.15 | - |
| YUV | 174.28 | 93.41 | 38.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 250 | 113 | 0.80 | 0 | 0.55 | 0.02 | 139.1 | 0.95 | 0.59 |
| Hex | 31 | FA | 71 | 50 | 0 | 37 | 2 | 8B | 5F | 3B |
| Octal | 61 | 372 | 161 | 120 | 0 | 67 | 2 | 213 | 137 | 73 |
| Binary | 110001 | 11111010 | 1110001 | 1010000 | 0 | 110111 | 10 | 10001011 | 1011111 | 111011 |
Color Harmonies of #31FA71
Complementary color
Monochromatic Colors of #31FA71
Black with #31FA71
Text Example
Text Example
White with #31FA71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31FA71; }
p { color: rgb(49,250,113); }
H1.HeaderClassName
{
color: #31FA71;
}
.AnyTagClassName
{
color: #31FA71;
}
</style>
background-color css
<style>
a { background-color: #31FA71; }
a { background-color: rgb(49,250,113); }
div.DivClassName
{
background-color: #31FA71;
}
.BgClassName
{
background-color: #31FA71;
}
</style>
border-color css
<style>
span { border-color: #31FA71; }
span { border-color: rgb(49,250,113); }
td.TdClassName
{
border-color: #31FA71;
}
.TagClassName
{
border-color: #31FA71;
}
</style>