Shades of Spring Green #1FE775
Tints of Spring Green #1FE775
RGB
CMYK
RGB Variations
Color information
#1FE775 (or 0x1FE775) is known color: Spring Green. HEX triplet: 1F, E7 and 75. RGB value is (31,231,117). Sum of RGB (Red+Green+Blue) = 31+231+117=379 (50% of max value = 765). Red value is 31 (12.5% from 255 or 8.18% from 379); Green value is 231 (90.62% from 255 or 60.95% from 379); Blue value is 117 (46.09% from 255 or 30.87% from 379); Max value from RGB is 231 - color contains mainly: green. Hex color #1FE775 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1FE775 is #E0188A. Grayscale: #9E9E9E. Windows color (decimal): -14686347 or 7726879. OLE color: 7726879.
HSL color Cylindrical-coordinate representation of color #1FE775: hue angle of 145.8º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1FE775 is Cyan = 0.87, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 31 | 231 | 117 | - |
| CMYK | 0.87 | 0 | 0.49 | 0.09 |
| HSL | 145.8º | 0.81% | 0.51% | - |
| HSV(B) | 145.8º | 0.87% | 0.91% | - |
| XYZ | 32.35 | 58.73 | 26.46 | - |
| YUV | 158.2 | 104.74 | 37.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 231 | 117 | 0.87 | 0 | 0.49 | 0.09 | 145.8 | 0.81 | 0.51 |
| Hex | 1F | E7 | 75 | 57 | 0 | 31 | 9 | 92 | 51 | 33 |
| Octal | 37 | 347 | 165 | 127 | 0 | 61 | 11 | 222 | 121 | 63 |
| Binary | 11111 | 11100111 | 1110101 | 1010111 | 0 | 110001 | 1001 | 10010010 | 1010001 | 110011 |
Color Harmonies of #1FE775
Complementary color
Monochromatic Colors of #1FE775
Black with #1FE775
Text Example
Text Example
White with #1FE775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FE775; }
p { color: rgb(31,231,117); }
H1.HeaderClassName
{
color: #1FE775;
}
.AnyTagClassName
{
color: #1FE775;
}
</style>
background-color css
<style>
a { background-color: #1FE775; }
a { background-color: rgb(31,231,117); }
div.DivClassName
{
background-color: #1FE775;
}
.BgClassName
{
background-color: #1FE775;
}
</style>
border-color css
<style>
span { border-color: #1FE775; }
span { border-color: rgb(31,231,117); }
td.TdClassName
{
border-color: #1FE775;
}
.TagClassName
{
border-color: #1FE775;
}
</style>