Shades of Spring Green #1FF285
Tints of Spring Green #1FF285
RGB
CMYK
RGB Variations
Color information
#1FF285 (or 0x1FF285) is known color: Spring Green. HEX triplet: 1F, F2 and 85. RGB value is (31,242,133). Sum of RGB (Red+Green+Blue) = 31+242+133=406 (53% of max value = 765). Red value is 31 (12.5% from 255 or 7.64% from 406); Green value is 242 (94.92% from 255 or 59.61% from 406); Blue value is 133 (52.34% from 255 or 32.76% from 406); Max value from RGB is 242 - color contains mainly: green. Hex color #1FF285 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #1FF285 is #E00D7A. Grayscale: #A6A6A6. Windows color (decimal): -14683515 or 8778271. OLE color: 8778271.
HSL color Cylindrical-coordinate representation of color #1FF285: hue angle of 149º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1FF285 is Cyan = 0.87, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 31 | 242 | 133 | - |
| CMYK | 0.87 | 0 | 0.45 | 0.05 |
| HSL | 149º | 0.89% | 0.54% | - |
| HSV(B) | 149º | 0.87% | 0.95% | - |
| XYZ | 36.55 | 65.49 | 32.9 | - |
| YUV | 166.49 | 109.1 | 31.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 242 | 133 | 0.87 | 0 | 0.45 | 0.05 | 149 | 0.89 | 0.54 |
| Hex | 1F | F2 | 85 | 57 | 0 | 2D | 5 | 95 | 59 | 36 |
| Octal | 37 | 362 | 205 | 127 | 0 | 55 | 5 | 225 | 131 | 66 |
| Binary | 11111 | 11110010 | 10000101 | 1010111 | 0 | 101101 | 101 | 10010101 | 1011001 | 110110 |
Color Harmonies of #1FF285
Complementary color
Monochromatic Colors of #1FF285
Black with #1FF285
Text Example
Text Example
White with #1FF285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FF285; }
p { color: rgb(31,242,133); }
H1.HeaderClassName
{
color: #1FF285;
}
.AnyTagClassName
{
color: #1FF285;
}
</style>
background-color css
<style>
a { background-color: #1FF285; }
a { background-color: rgb(31,242,133); }
div.DivClassName
{
background-color: #1FF285;
}
.BgClassName
{
background-color: #1FF285;
}
</style>
border-color css
<style>
span { border-color: #1FF285; }
span { border-color: rgb(31,242,133); }
td.TdClassName
{
border-color: #1FF285;
}
.TagClassName
{
border-color: #1FF285;
}
</style>