Shades of Spring Green #1FFF82
Tints of Spring Green #1FFF82
RGB
CMYK
RGB Variations
Color information
#1FFF82 (or 0x1FFF82) is known color: Spring Green. HEX triplet: 1F, FF and 82. RGB value is (31,255,130). Sum of RGB (Red+Green+Blue) = 31+255+130=416 (55% of max value = 765). Red value is 31 (12.5% from 255 or 7.45% from 416); Green value is 255 (100% from 255 or 61.30% from 416); Blue value is 130 (51.17% from 255 or 31.25% from 416); Max value from RGB is 255 - color contains mainly: green. Hex color #1FFF82 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #1FFF82 is #E0007D. Grayscale: #AEAEAE. Windows color (decimal): -14680190 or 8584991. OLE color: 8584991.
HSL color Cylindrical-coordinate representation of color #1FFF82: hue angle of 146.52º 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 #1FFF82 is Cyan = 0.88, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 31 | 255 | 130 | - |
| CMYK | 0.88 | 0 | 0.49 | 0 |
| HSL | 146.52º | 1% | 0.56% | - |
| HSV(B) | 146.52º | 0.88% | 1% | - |
| XYZ | 40.35 | 73.42 | 33.16 | - |
| YUV | 173.77 | 103.29 | 26.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 255 | 130 | 0.88 | 0 | 0.49 | 0 | 146.52 | 1 | 0.56 |
| Hex | 1F | FF | 82 | 58 | 0 | 31 | 0 | 93 | 64 | 38 |
| Octal | 37 | 377 | 202 | 130 | 0 | 61 | 0 | 223 | 144 | 70 |
| Binary | 11111 | 11111111 | 10000010 | 1011000 | 0 | 110001 | 0 | 10010011 | 1100100 | 111000 |
Color Harmonies of #1FFF82
Complementary color
Monochromatic Colors of #1FFF82
Black with #1FFF82
Text Example
Text Example
White with #1FFF82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FFF82; }
p { color: rgb(31,255,130); }
H1.HeaderClassName
{
color: #1FFF82;
}
.AnyTagClassName
{
color: #1FFF82;
}
</style>
background-color css
<style>
a { background-color: #1FFF82; }
a { background-color: rgb(31,255,130); }
div.DivClassName
{
background-color: #1FFF82;
}
.BgClassName
{
background-color: #1FFF82;
}
</style>
border-color css
<style>
span { border-color: #1FFF82; }
span { border-color: rgb(31,255,130); }
td.TdClassName
{
border-color: #1FFF82;
}
.TagClassName
{
border-color: #1FFF82;
}
</style>