Shades of Spring Green #31FB7D
Tints of Spring Green #31FB7D
RGB
CMYK
RGB Variations
Color information
#31FB7D (or 0x31FB7D) is known color: Spring Green. HEX triplet: 31, FB and 7D. RGB value is (49,251,125). Sum of RGB (Red+Green+Blue) = 49+251+125=425 (56% of max value = 765). Red value is 49 (19.53% from 255 or 11.53% from 425); Green value is 251 (98.44% from 255 or 59.06% from 425); Blue value is 125 (49.22% from 255 or 29.41% from 425); Max value from RGB is 251 - color contains mainly: green. Hex color #31FB7D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #31FB7D is #CE0482. Grayscale: #B0B0B0. Windows color (decimal): -13501571 or 8256305. OLE color: 8256305.
HSL color Cylindrical-coordinate representation of color #31FB7D: hue angle of 142.57º degrees, saturation: 0.96, 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 #31FB7D is Cyan = 0.80, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 49 | 251 | 125 | - |
| CMYK | 0.80 | 0 | 0.50 | 0.02 |
| HSL | 142.57º | 0.96% | 0.59% | - |
| HSV(B) | 142.57º | 0.8% | 0.98% | - |
| XYZ | 39.47 | 71.13 | 31.05 | - |
| YUV | 176.24 | 99.08 | 37.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 251 | 125 | 0.80 | 0 | 0.50 | 0.02 | 142.57 | 0.96 | 0.59 |
| Hex | 31 | FB | 7D | 50 | 0 | 32 | 2 | 8F | 60 | 3B |
| Octal | 61 | 373 | 175 | 120 | 0 | 62 | 2 | 217 | 140 | 73 |
| Binary | 110001 | 11111011 | 1111101 | 1010000 | 0 | 110010 | 10 | 10001111 | 1100000 | 111011 |
Color Harmonies of #31FB7D
Complementary color
Monochromatic Colors of #31FB7D
Black with #31FB7D
Text Example
Text Example
White with #31FB7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31FB7D; }
p { color: rgb(49,251,125); }
H1.HeaderClassName
{
color: #31FB7D;
}
.AnyTagClassName
{
color: #31FB7D;
}
</style>
background-color css
<style>
a { background-color: #31FB7D; }
a { background-color: rgb(49,251,125); }
div.DivClassName
{
background-color: #31FB7D;
}
.BgClassName
{
background-color: #31FB7D;
}
</style>
border-color css
<style>
span { border-color: #31FB7D; }
span { border-color: rgb(49,251,125); }
td.TdClassName
{
border-color: #31FB7D;
}
.TagClassName
{
border-color: #31FB7D;
}
</style>