Shades of Spring Green #31FE8F
Tints of Spring Green #31FE8F
RGB
CMYK
RGB Variations
Color information
#31FE8F (or 0x31FE8F) is known color: Spring Green. HEX triplet: 31, FE and 8F. RGB value is (49,254,143). Sum of RGB (Red+Green+Blue) = 49+254+143=446 (59% of max value = 765). Red value is 49 (19.53% from 255 or 10.99% from 446); Green value is 254 (99.61% from 255 or 56.95% from 446); Blue value is 143 (56.25% from 255 or 32.06% from 446); Max value from RGB is 254 - color contains mainly: green. Hex color #31FE8F is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #31FE8F is #CE0170. Grayscale: #B4B4B4. Windows color (decimal): -13500785 or 9436721. OLE color: 9436721.
HSL color Cylindrical-coordinate representation of color #31FE8F: hue angle of 147.51º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #31FE8F is Cyan = 0.81, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 49 | 254 | 143 | - |
| CMYK | 0.81 | 0 | 0.44 | 0.00 |
| HSL | 147.51º | 0.99% | 0.59% | - |
| HSV(B) | 147.51º | 0.81% | 1% | - |
| XYZ | 41.67 | 73.52 | 37.98 | - |
| YUV | 180.05 | 107.08 | 34.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 254 | 143 | 0.81 | 0 | 0.44 | 0.00 | 147.51 | 0.99 | 0.59 |
| Hex | 31 | FE | 8F | 51 | 0 | 2C | 0 | 94 | 63 | 3B |
| Octal | 61 | 376 | 217 | 121 | 0 | 54 | 0 | 224 | 143 | 73 |
| Binary | 110001 | 11111110 | 10001111 | 1010001 | 0 | 101100 | 0 | 10010100 | 1100011 | 111011 |
Color Harmonies of #31FE8F
Complementary color
Monochromatic Colors of #31FE8F
Black with #31FE8F
Text Example
Text Example
White with #31FE8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31FE8F; }
p { color: rgb(49,254,143); }
H1.HeaderClassName
{
color: #31FE8F;
}
.AnyTagClassName
{
color: #31FE8F;
}
</style>
background-color css
<style>
a { background-color: #31FE8F; }
a { background-color: rgb(49,254,143); }
div.DivClassName
{
background-color: #31FE8F;
}
.BgClassName
{
background-color: #31FE8F;
}
</style>
border-color css
<style>
span { border-color: #31FE8F; }
span { border-color: rgb(49,254,143); }
td.TdClassName
{
border-color: #31FE8F;
}
.TagClassName
{
border-color: #31FE8F;
}
</style>