Shades of Spring Green #31FF6C
Tints of Spring Green #31FF6C
RGB
CMYK
RGB Variations
Color information
#31FF6C (or 0x31FF6C) is known color: Spring Green. HEX triplet: 31, FF and 6C. RGB value is (49,255,108). Sum of RGB (Red+Green+Blue) = 49+255+108=412 (54% of max value = 765). Red value is 49 (19.53% from 255 or 11.89% from 412); Green value is 255 (100% from 255 or 61.89% from 412); Blue value is 108 (42.58% from 255 or 26.21% from 412); Max value from RGB is 255 - color contains mainly: green. Hex color #31FF6C is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #31FF6C is #CE0093. Grayscale: #B1B1B1. Windows color (decimal): -13500564 or 7143217. OLE color: 7143217.
HSL color Cylindrical-coordinate representation of color #31FF6C: hue angle of 137.18º 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 #31FF6C is Cyan = 0.81, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 49 | 255 | 108 | - |
| CMYK | 0.81 | 0 | 0.58 | 0 |
| HSL | 137.18º | 1% | 0.6% | - |
| HSV(B) | 137.18º | 0.81% | 1% | - |
| XYZ | 39.73 | 73.26 | 26.23 | - |
| YUV | 176.65 | 89.25 | 36.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 255 | 108 | 0.81 | 0 | 0.58 | 0 | 137.18 | 1 | 0.6 |
| Hex | 31 | FF | 6C | 51 | 0 | 3A | 0 | 89 | 64 | 3C |
| Octal | 61 | 377 | 154 | 121 | 0 | 72 | 0 | 211 | 144 | 74 |
| Binary | 110001 | 11111111 | 1101100 | 1010001 | 0 | 111010 | 0 | 10001001 | 1100100 | 111100 |
Color Harmonies of #31FF6C
Complementary color
Monochromatic Colors of #31FF6C
Black with #31FF6C
Text Example
Text Example
White with #31FF6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31FF6C; }
p { color: rgb(49,255,108); }
H1.HeaderClassName
{
color: #31FF6C;
}
.AnyTagClassName
{
color: #31FF6C;
}
</style>
background-color css
<style>
a { background-color: #31FF6C; }
a { background-color: rgb(49,255,108); }
div.DivClassName
{
background-color: #31FF6C;
}
.BgClassName
{
background-color: #31FF6C;
}
</style>
border-color css
<style>
span { border-color: #31FF6C; }
span { border-color: rgb(49,255,108); }
td.TdClassName
{
border-color: #31FF6C;
}
.TagClassName
{
border-color: #31FF6C;
}
</style>