Shades of Spring Green #1FF874
Tints of Spring Green #1FF874
RGB
CMYK
RGB Variations
Color information
#1FF874 (or 0x1FF874) is known color: Spring Green. HEX triplet: 1F, F8 and 74. RGB value is (31,248,116). Sum of RGB (Red+Green+Blue) = 31+248+116=395 (52% of max value = 765). Red value is 31 (12.5% from 255 or 7.85% from 395); Green value is 248 (97.27% from 255 or 62.78% from 395); Blue value is 116 (45.70% from 255 or 29.37% from 395); Max value from RGB is 248 - color contains mainly: green. Hex color #1FF874 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1FF874 is #E0078B. Grayscale: #A8A8A8. Windows color (decimal): -14681996 or 7665695. OLE color: 7665695.
HSL color Cylindrical-coordinate representation of color #1FF874: hue angle of 143.5º 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 #1FF874 is Cyan = 0.88, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 31 | 248 | 116 | - |
| CMYK | 0.88 | 0 | 0.53 | 0.03 |
| HSL | 143.5º | 0.94% | 0.55% | - |
| HSV(B) | 143.5º | 0.88% | 0.97% | - |
| XYZ | 37.28 | 68.69 | 27.82 | - |
| YUV | 168.07 | 98.61 | 30.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 248 | 116 | 0.88 | 0 | 0.53 | 0.03 | 143.5 | 0.94 | 0.55 |
| Hex | 1F | F8 | 74 | 58 | 0 | 35 | 3 | 90 | 5E | 37 |
| Octal | 37 | 370 | 164 | 130 | 0 | 65 | 3 | 220 | 136 | 67 |
| Binary | 11111 | 11111000 | 1110100 | 1011000 | 0 | 110101 | 11 | 10010000 | 1011110 | 110111 |
Color Harmonies of #1FF874
Complementary color
Monochromatic Colors of #1FF874
Black with #1FF874
Text Example
Text Example
White with #1FF874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FF874; }
p { color: rgb(31,248,116); }
H1.HeaderClassName
{
color: #1FF874;
}
.AnyTagClassName
{
color: #1FF874;
}
</style>
background-color css
<style>
a { background-color: #1FF874; }
a { background-color: rgb(31,248,116); }
div.DivClassName
{
background-color: #1FF874;
}
.BgClassName
{
background-color: #1FF874;
}
</style>
border-color css
<style>
span { border-color: #1FF874; }
span { border-color: rgb(31,248,116); }
td.TdClassName
{
border-color: #1FF874;
}
.TagClassName
{
border-color: #1FF874;
}
</style>