Shades of Spring Green #01FE5B
Tints of Spring Green #01FE5B
RGB
CMYK
RGB Variations
Color information
#01FE5B (or 0x01FE5B) is known color: Spring Green. HEX triplet: 01, FE and 5B. RGB value is (1,254,91). Sum of RGB (Red+Green+Blue) = 1+254+91=346 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 346); Green value is 254 (99.61% from 255 or 73.41% from 346); Blue value is 91 (35.94% from 255 or 26.30% from 346); Max value from RGB is 254 - color contains mainly: green. Hex color #01FE5B is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #01FE5B is #FE01A4. Grayscale: #A0A0A0. Windows color (decimal): -16646565 or 6028801. OLE color: 6028801.
HSL color Cylindrical-coordinate representation of color #01FE5B: hue angle of 141.34º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01FE5B is Cyan = 1.00, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 1 | 254 | 91 | - |
| CMYK | 1.00 | 0 | 0.64 | 0.00 |
| HSL | 141.34º | 0.99% | 0.5% | - |
| HSV(B) | 141.34º | 1% | 1% | - |
| XYZ | 37.34 | 71.65 | 21.76 | - |
| YUV | 159.77 | 89.18 | 14.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 254 | 91 | 1.00 | 0 | 0.64 | 0.00 | 141.34 | 0.99 | 0.5 |
| Hex | 1 | FE | 5B | 64 | 0 | 40 | 0 | 8D | 63 | 32 |
| Octal | 1 | 376 | 133 | 144 | 0 | 100 | 0 | 215 | 143 | 62 |
| Binary | 1 | 11111110 | 1011011 | 1100100 | 0 | 1000000 | 0 | 10001101 | 1100011 | 110010 |
Color Harmonies of #01FE5B
Complementary color
Monochromatic Colors of #01FE5B
Black with #01FE5B
Text Example
Text Example
White with #01FE5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01FE5B; }
p { color: rgb(1,254,91); }
H1.HeaderClassName
{
color: #01FE5B;
}
.AnyTagClassName
{
color: #01FE5B;
}
</style>
background-color css
<style>
a { background-color: #01FE5B; }
a { background-color: rgb(1,254,91); }
div.DivClassName
{
background-color: #01FE5B;
}
.BgClassName
{
background-color: #01FE5B;
}
</style>
border-color css
<style>
span { border-color: #01FE5B; }
span { border-color: rgb(1,254,91); }
td.TdClassName
{
border-color: #01FE5B;
}
.TagClassName
{
border-color: #01FE5B;
}
</style>