Shades of Spring Green #31FC73
Tints of Spring Green #31FC73
RGB
CMYK
RGB Variations
Color information
#31FC73 (or 0x31FC73) is known color: Spring Green. HEX triplet: 31, FC and 73. RGB value is (49,252,115). Sum of RGB (Red+Green+Blue) = 49+252+115=416 (55% of max value = 765). Red value is 49 (19.53% from 255 or 11.78% from 416); Green value is 252 (98.83% from 255 or 60.58% from 416); Blue value is 115 (45.31% from 255 or 27.64% from 416); Max value from RGB is 252 - color contains mainly: green. Hex color #31FC73 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #31FC73 is #CE038C. Grayscale: #B0B0B0. Windows color (decimal): -13501325 or 7601201. OLE color: 7601201.
HSL color Cylindrical-coordinate representation of color #31FC73: hue angle of 139.51º 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 #31FC73 is Cyan = 0.81, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 49 | 252 | 115 | - |
| CMYK | 0.81 | 0 | 0.54 | 0.01 |
| HSL | 139.51º | 0.97% | 0.59% | - |
| HSV(B) | 139.51º | 0.81% | 0.99% | - |
| XYZ | 39.17 | 71.51 | 27.96 | - |
| YUV | 175.69 | 93.75 | 37.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 252 | 115 | 0.81 | 0 | 0.54 | 0.01 | 139.51 | 0.97 | 0.59 |
| Hex | 31 | FC | 73 | 51 | 0 | 36 | 1 | 8C | 61 | 3B |
| Octal | 61 | 374 | 163 | 121 | 0 | 66 | 1 | 214 | 141 | 73 |
| Binary | 110001 | 11111100 | 1110011 | 1010001 | 0 | 110110 | 1 | 10001100 | 1100001 | 111011 |
Color Harmonies of #31FC73
Complementary color
Monochromatic Colors of #31FC73
Black with #31FC73
Text Example
Text Example
White with #31FC73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31FC73; }
p { color: rgb(49,252,115); }
H1.HeaderClassName
{
color: #31FC73;
}
.AnyTagClassName
{
color: #31FC73;
}
</style>
background-color css
<style>
a { background-color: #31FC73; }
a { background-color: rgb(49,252,115); }
div.DivClassName
{
background-color: #31FC73;
}
.BgClassName
{
background-color: #31FC73;
}
</style>
border-color css
<style>
span { border-color: #31FC73; }
span { border-color: rgb(49,252,115); }
td.TdClassName
{
border-color: #31FC73;
}
.TagClassName
{
border-color: #31FC73;
}
</style>