Shades of Spring Green #31FF6F
Tints of Spring Green #31FF6F
RGB
CMYK
RGB Variations
Color information
#31FF6F (or 0x31FF6F) is known color: Spring Green. HEX triplet: 31, FF and 6F. RGB value is (49,255,111). Sum of RGB (Red+Green+Blue) = 49+255+111=415 (54% of max value = 765). Red value is 49 (19.53% from 255 or 11.81% from 415); Green value is 255 (100% from 255 or 61.45% from 415); Blue value is 111 (43.75% from 255 or 26.75% from 415); Max value from RGB is 255 - color contains mainly: green. Hex color #31FF6F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #31FF6F is #CE0090. Grayscale: #B1B1B1. Windows color (decimal): -13500561 or 7339825. OLE color: 7339825.
HSL color Cylindrical-coordinate representation of color #31FF6F: hue angle of 138.06º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #31FF6F is Cyan = 0.81, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 49 | 255 | 111 | - |
| CMYK | 0.81 | 0 | 0.56 | 0 |
| HSL | 138.06º | 1% | 0.6% | - |
| HSV(B) | 138.06º | 0.81% | 1% | - |
| XYZ | 39.9 | 73.32 | 27.09 | - |
| YUV | 176.99 | 90.75 | 36.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 255 | 111 | 0.81 | 0 | 0.56 | 0 | 138.06 | 1 | 0.6 |
| Hex | 31 | FF | 6F | 51 | 0 | 38 | 0 | 8A | 64 | 3C |
| Octal | 61 | 377 | 157 | 121 | 0 | 70 | 0 | 212 | 144 | 74 |
| Binary | 110001 | 11111111 | 1101111 | 1010001 | 0 | 111000 | 0 | 10001010 | 1100100 | 111100 |
Color Harmonies of #31FF6F
Complementary color
Monochromatic Colors of #31FF6F
Black with #31FF6F
Text Example
Text Example
White with #31FF6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31FF6F; }
p { color: rgb(49,255,111); }
H1.HeaderClassName
{
color: #31FF6F;
}
.AnyTagClassName
{
color: #31FF6F;
}
</style>
background-color css
<style>
a { background-color: #31FF6F; }
a { background-color: rgb(49,255,111); }
div.DivClassName
{
background-color: #31FF6F;
}
.BgClassName
{
background-color: #31FF6F;
}
</style>
border-color css
<style>
span { border-color: #31FF6F; }
span { border-color: rgb(49,255,111); }
td.TdClassName
{
border-color: #31FF6F;
}
.TagClassName
{
border-color: #31FF6F;
}
</style>