Shades of Spring Green #31F27D
Tints of Spring Green #31F27D
RGB
CMYK
RGB Variations
Color information
#31F27D (or 0x31F27D) is known color: Spring Green. HEX triplet: 31, F2 and 7D. RGB value is (49,242,125). Sum of RGB (Red+Green+Blue) = 49+242+125=416 (55% of max value = 765). Red value is 49 (19.53% from 255 or 11.78% from 416); Green value is 242 (94.92% from 255 or 58.17% from 416); Blue value is 125 (49.22% from 255 or 30.05% from 416); Max value from RGB is 242 - color contains mainly: green. Hex color #31F27D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #31F27D is #CE0D82. Grayscale: #ABABAB. Windows color (decimal): -13503875 or 8254001. OLE color: 8254001.
HSL color Cylindrical-coordinate representation of color #31F27D: hue angle of 143.63º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #31F27D is Cyan = 0.80, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 49 | 242 | 125 | - |
| CMYK | 0.80 | 0 | 0.48 | 0.05 |
| HSL | 143.63º | 0.88% | 0.57% | - |
| HSV(B) | 143.63º | 0.8% | 0.95% | - |
| XYZ | 36.72 | 65.64 | 30.14 | - |
| YUV | 170.96 | 102.06 | 41.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 242 | 125 | 0.80 | 0 | 0.48 | 0.05 | 143.63 | 0.88 | 0.57 |
| Hex | 31 | F2 | 7D | 50 | 0 | 30 | 5 | 90 | 58 | 39 |
| Octal | 61 | 362 | 175 | 120 | 0 | 60 | 5 | 220 | 130 | 71 |
| Binary | 110001 | 11110010 | 1111101 | 1010000 | 0 | 110000 | 101 | 10010000 | 1011000 | 111001 |
Color Harmonies of #31F27D
Complementary color
Monochromatic Colors of #31F27D
Black with #31F27D
Text Example
Text Example
White with #31F27D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31F27D; }
p { color: rgb(49,242,125); }
H1.HeaderClassName
{
color: #31F27D;
}
.AnyTagClassName
{
color: #31F27D;
}
</style>
background-color css
<style>
a { background-color: #31F27D; }
a { background-color: rgb(49,242,125); }
div.DivClassName
{
background-color: #31F27D;
}
.BgClassName
{
background-color: #31F27D;
}
</style>
border-color css
<style>
span { border-color: #31F27D; }
span { border-color: rgb(49,242,125); }
td.TdClassName
{
border-color: #31F27D;
}
.TagClassName
{
border-color: #31F27D;
}
</style>