Shades of Spring Green #1FFF6C
Tints of Spring Green #1FFF6C
RGB
CMYK
RGB Variations
Color information
#1FFF6C (or 0x1FFF6C) is known color: Spring Green. HEX triplet: 1F, FF and 6C. RGB value is (31,255,108). Sum of RGB (Red+Green+Blue) = 31+255+108=394 (52% of max value = 765). Red value is 31 (12.5% from 255 or 7.87% from 394); Green value is 255 (100% from 255 or 64.72% from 394); Blue value is 108 (42.58% from 255 or 27.41% from 394); Max value from RGB is 255 - color contains mainly: green. Hex color #1FFF6C is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1FFF6C is #E00093. Grayscale: #ABABAB. Windows color (decimal): -14680212 or 7143199. OLE color: 7143199.
HSL color Cylindrical-coordinate representation of color #1FFF6C: hue angle of 140.62º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1FFF6C is Cyan = 0.88, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 31 | 255 | 108 | - |
| CMYK | 0.88 | 0 | 0.58 | 0 |
| HSL | 140.63º | 1% | 0.56% | - |
| HSV(B) | 140.63º | 0.88% | 1% | - |
| XYZ | 39.03 | 72.89 | 26.2 | - |
| YUV | 171.27 | 92.29 | 27.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 255 | 108 | 0.88 | 0 | 0.58 | 0 | 140.63 | 1 | 0.56 |
| Hex | 1F | FF | 6C | 58 | 0 | 3A | 0 | 8D | 64 | 38 |
| Octal | 37 | 377 | 154 | 130 | 0 | 72 | 0 | 215 | 144 | 70 |
| Binary | 11111 | 11111111 | 1101100 | 1011000 | 0 | 111010 | 0 | 10001101 | 1100100 | 111000 |
Color Harmonies of #1FFF6C
Complementary color
Monochromatic Colors of #1FFF6C
Black with #1FFF6C
Text Example
Text Example
White with #1FFF6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FFF6C; }
p { color: rgb(31,255,108); }
H1.HeaderClassName
{
color: #1FFF6C;
}
.AnyTagClassName
{
color: #1FFF6C;
}
</style>
background-color css
<style>
a { background-color: #1FFF6C; }
a { background-color: rgb(31,255,108); }
div.DivClassName
{
background-color: #1FFF6C;
}
.BgClassName
{
background-color: #1FFF6C;
}
</style>
border-color css
<style>
span { border-color: #1FFF6C; }
span { border-color: rgb(31,255,108); }
td.TdClassName
{
border-color: #1FFF6C;
}
.TagClassName
{
border-color: #1FFF6C;
}
</style>