Shades of Spring Green #1FFB80
Tints of Spring Green #1FFB80
RGB
CMYK
RGB Variations
Color information
#1FFB80 (or 0x1FFB80) is known color: Spring Green. HEX triplet: 1F, FB and 80. RGB value is (31,251,128). Sum of RGB (Red+Green+Blue) = 31+251+128=410 (54% of max value = 765). Red value is 31 (12.5% from 255 or 7.56% from 410); Green value is 251 (98.44% from 255 or 61.22% from 410); Blue value is 128 (50.39% from 255 or 31.22% from 410); Max value from RGB is 251 - color contains mainly: green. Hex color #1FFB80 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #1FFB80 is #E0047F. Grayscale: #ABABAB. Windows color (decimal): -14681216 or 8452895. OLE color: 8452895.
HSL color Cylindrical-coordinate representation of color #1FFB80: hue angle of 146.45º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1FFB80 is Cyan = 0.88, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 31 | 251 | 128 | - |
| CMYK | 0.88 | 0 | 0.49 | 0.02 |
| HSL | 146.45º | 0.96% | 0.55% | - |
| HSV(B) | 146.45º | 0.88% | 0.98% | - |
| XYZ | 38.96 | 70.84 | 32.04 | - |
| YUV | 171.2 | 103.61 | 28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 251 | 128 | 0.88 | 0 | 0.49 | 0.02 | 146.45 | 0.96 | 0.55 |
| Hex | 1F | FB | 80 | 58 | 0 | 31 | 2 | 92 | 60 | 37 |
| Octal | 37 | 373 | 200 | 130 | 0 | 61 | 2 | 222 | 140 | 67 |
| Binary | 11111 | 11111011 | 10000000 | 1011000 | 0 | 110001 | 10 | 10010010 | 1100000 | 110111 |
Color Harmonies of #1FFB80
Complementary color
Monochromatic Colors of #1FFB80
Black with #1FFB80
Text Example
Text Example
White with #1FFB80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FFB80; }
p { color: rgb(31,251,128); }
H1.HeaderClassName
{
color: #1FFB80;
}
.AnyTagClassName
{
color: #1FFB80;
}
</style>
background-color css
<style>
a { background-color: #1FFB80; }
a { background-color: rgb(31,251,128); }
div.DivClassName
{
background-color: #1FFB80;
}
.BgClassName
{
background-color: #1FFB80;
}
</style>
border-color css
<style>
span { border-color: #1FFB80; }
span { border-color: rgb(31,251,128); }
td.TdClassName
{
border-color: #1FFB80;
}
.TagClassName
{
border-color: #1FFB80;
}
</style>