Shades of Spring Green #01F863
Tints of Spring Green #01F863
RGB
CMYK
RGB Variations
Color information
#01F863 (or 0x01F863) is known color: Spring Green. HEX triplet: 01, F8 and 63. RGB value is (1,248,99). Sum of RGB (Red+Green+Blue) = 1+248+99=348 (46% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 348); Green value is 248 (97.27% from 255 or 71.26% from 348); Blue value is 99 (39.06% from 255 or 28.45% from 348); Max value from RGB is 248 - color contains mainly: green. Hex color #01F863 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #01F863 is #FE079C. Grayscale: #9D9D9D. Windows color (decimal): -16648093 or 6551553. OLE color: 6551553.
HSL color Cylindrical-coordinate representation of color #01F863: hue angle of 143.81º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01F863 is Cyan = 1.00, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 1 | 248 | 99 | - |
| CMYK | 1.00 | 0 | 0.60 | 0.03 |
| HSL | 143.81º | 0.99% | 0.49% | - |
| HSV(B) | 143.81º | 1% | 0.97% | - |
| XYZ | 35.83 | 68.04 | 23.05 | - |
| YUV | 157.16 | 95.17 | 16.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 248 | 99 | 1.00 | 0 | 0.60 | 0.03 | 143.81 | 0.99 | 0.49 |
| Hex | 1 | F8 | 63 | 64 | 0 | 3C | 3 | 90 | 63 | 31 |
| Octal | 1 | 370 | 143 | 144 | 0 | 74 | 3 | 220 | 143 | 61 |
| Binary | 1 | 11111000 | 1100011 | 1100100 | 0 | 111100 | 11 | 10010000 | 1100011 | 110001 |
Color Harmonies of #01F863
Complementary color
Monochromatic Colors of #01F863
Black with #01F863
Text Example
Text Example
White with #01F863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01F863; }
p { color: rgb(1,248,99); }
H1.HeaderClassName
{
color: #01F863;
}
.AnyTagClassName
{
color: #01F863;
}
</style>
background-color css
<style>
a { background-color: #01F863; }
a { background-color: rgb(1,248,99); }
div.DivClassName
{
background-color: #01F863;
}
.BgClassName
{
background-color: #01F863;
}
</style>
border-color css
<style>
span { border-color: #01F863; }
span { border-color: rgb(1,248,99); }
td.TdClassName
{
border-color: #01F863;
}
.TagClassName
{
border-color: #01F863;
}
</style>