Shades of Spring Green #1FFF70
Tints of Spring Green #1FFF70
RGB
CMYK
RGB Variations
Color information
#1FFF70 (or 0x1FFF70) is known color: Spring Green. HEX triplet: 1F, FF and 70. RGB value is (31,255,112). Sum of RGB (Red+Green+Blue) = 31+255+112=398 (52% of max value = 765). Red value is 31 (12.5% from 255 or 7.79% from 398); Green value is 255 (100% from 255 or 64.07% from 398); Blue value is 112 (44.14% from 255 or 28.14% from 398); Max value from RGB is 255 - color contains mainly: green. Hex color #1FFF70 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1FFF70 is #E0008F. Grayscale: #ACACAC. Windows color (decimal): -14680208 or 7405343. OLE color: 7405343.
HSL color Cylindrical-coordinate representation of color #1FFF70: hue angle of 141.7º 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 #1FFF70 is Cyan = 0.88, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 31 | 255 | 112 | - |
| CMYK | 0.88 | 0 | 0.56 | 0 |
| HSL | 141.7º | 1% | 0.56% | - |
| HSV(B) | 141.7º | 0.88% | 1% | - |
| XYZ | 39.25 | 72.98 | 27.35 | - |
| YUV | 171.72 | 94.29 | 27.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 255 | 112 | 0.88 | 0 | 0.56 | 0 | 141.7 | 1 | 0.56 |
| Hex | 1F | FF | 70 | 58 | 0 | 38 | 0 | 8E | 64 | 38 |
| Octal | 37 | 377 | 160 | 130 | 0 | 70 | 0 | 216 | 144 | 70 |
| Binary | 11111 | 11111111 | 1110000 | 1011000 | 0 | 111000 | 0 | 10001110 | 1100100 | 111000 |
Color Harmonies of #1FFF70
Complementary color
Monochromatic Colors of #1FFF70
Black with #1FFF70
Text Example
Text Example
White with #1FFF70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FFF70; }
p { color: rgb(31,255,112); }
H1.HeaderClassName
{
color: #1FFF70;
}
.AnyTagClassName
{
color: #1FFF70;
}
</style>
background-color css
<style>
a { background-color: #1FFF70; }
a { background-color: rgb(31,255,112); }
div.DivClassName
{
background-color: #1FFF70;
}
.BgClassName
{
background-color: #1FFF70;
}
</style>
border-color css
<style>
span { border-color: #1FFF70; }
span { border-color: rgb(31,255,112); }
td.TdClassName
{
border-color: #1FFF70;
}
.TagClassName
{
border-color: #1FFF70;
}
</style>