Shades of Spring Green #1FF86B
Tints of Spring Green #1FF86B
RGB
CMYK
RGB Variations
Color information
#1FF86B (or 0x1FF86B) is known color: Spring Green. HEX triplet: 1F, F8 and 6B. RGB value is (31,248,107). Sum of RGB (Red+Green+Blue) = 31+248+107=386 (51% of max value = 765). Red value is 31 (12.5% from 255 or 8.03% from 386); Green value is 248 (97.27% from 255 or 64.25% from 386); Blue value is 107 (42.19% from 255 or 27.72% from 386); Max value from RGB is 248 - color contains mainly: green. Hex color #1FF86B is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1FF86B is #E00794. Grayscale: #A7A7A7. Windows color (decimal): -14682005 or 7075871. OLE color: 7075871.
HSL color Cylindrical-coordinate representation of color #1FF86B: hue angle of 141.01º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1FF86B is Cyan = 0.88, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 31 | 248 | 107 | - |
| CMYK | 0.88 | 0 | 0.57 | 0.03 |
| HSL | 141.01º | 0.94% | 0.55% | - |
| HSV(B) | 141.01º | 0.88% | 0.97% | - |
| XYZ | 36.79 | 68.49 | 25.19 | - |
| YUV | 167.04 | 94.11 | 30.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 248 | 107 | 0.88 | 0 | 0.57 | 0.03 | 141.01 | 0.94 | 0.55 |
| Hex | 1F | F8 | 6B | 58 | 0 | 39 | 3 | 8D | 5E | 37 |
| Octal | 37 | 370 | 153 | 130 | 0 | 71 | 3 | 215 | 136 | 67 |
| Binary | 11111 | 11111000 | 1101011 | 1011000 | 0 | 111001 | 11 | 10001101 | 1011110 | 110111 |
Color Harmonies of #1FF86B
Complementary color
Monochromatic Colors of #1FF86B
Black with #1FF86B
Text Example
Text Example
White with #1FF86B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FF86B; }
p { color: rgb(31,248,107); }
H1.HeaderClassName
{
color: #1FF86B;
}
.AnyTagClassName
{
color: #1FF86B;
}
</style>
background-color css
<style>
a { background-color: #1FF86B; }
a { background-color: rgb(31,248,107); }
div.DivClassName
{
background-color: #1FF86B;
}
.BgClassName
{
background-color: #1FF86B;
}
</style>
border-color css
<style>
span { border-color: #1FF86B; }
span { border-color: rgb(31,248,107); }
td.TdClassName
{
border-color: #1FF86B;
}
.TagClassName
{
border-color: #1FF86B;
}
</style>