Shades of Spring Green #31FA8C
Tints of Spring Green #31FA8C
RGB
CMYK
RGB Variations
Color information
#31FA8C (or 0x31FA8C) is known color: Spring Green. HEX triplet: 31, FA and 8C. RGB value is (49,250,140). Sum of RGB (Red+Green+Blue) = 49+250+140=439 (58% of max value = 765). Red value is 49 (19.53% from 255 or 11.16% from 439); Green value is 250 (98.05% from 255 or 56.95% from 439); Blue value is 140 (55.08% from 255 or 31.89% from 439); Max value from RGB is 250 - color contains mainly: green. Hex color #31FA8C is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #31FA8C is #CE0573. Grayscale: #B1B1B1. Windows color (decimal): -13501812 or 9239089. OLE color: 9239089.
HSL color Cylindrical-coordinate representation of color #31FA8C: hue angle of 147.16º 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 #31FA8C is Cyan = 0.80, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 49 | 250 | 140 | - |
| CMYK | 0.80 | 0 | 0.44 | 0.02 |
| HSL | 147.16º | 0.95% | 0.59% | - |
| HSV(B) | 147.16º | 0.8% | 0.98% | - |
| XYZ | 40.19 | 70.92 | 36.38 | - |
| YUV | 177.36 | 106.91 | 36.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 250 | 140 | 0.80 | 0 | 0.44 | 0.02 | 147.16 | 0.95 | 0.59 |
| Hex | 31 | FA | 8C | 50 | 0 | 2C | 2 | 93 | 5F | 3B |
| Octal | 61 | 372 | 214 | 120 | 0 | 54 | 2 | 223 | 137 | 73 |
| Binary | 110001 | 11111010 | 10001100 | 1010000 | 0 | 101100 | 10 | 10010011 | 1011111 | 111011 |
Color Harmonies of #31FA8C
Complementary color
Monochromatic Colors of #31FA8C
Black with #31FA8C
Text Example
Text Example
White with #31FA8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31FA8C; }
p { color: rgb(49,250,140); }
H1.HeaderClassName
{
color: #31FA8C;
}
.AnyTagClassName
{
color: #31FA8C;
}
</style>
background-color css
<style>
a { background-color: #31FA8C; }
a { background-color: rgb(49,250,140); }
div.DivClassName
{
background-color: #31FA8C;
}
.BgClassName
{
background-color: #31FA8C;
}
</style>
border-color css
<style>
span { border-color: #31FA8C; }
span { border-color: rgb(49,250,140); }
td.TdClassName
{
border-color: #31FA8C;
}
.TagClassName
{
border-color: #31FA8C;
}
</style>