Shades of Spring Green #01FC7D
Tints of Spring Green #01FC7D
RGB
CMYK
RGB Variations
Color information
#01FC7D (or 0x01FC7D) is known color: Spring Green. HEX triplet: 01, FC and 7D. RGB value is (1,252,125). Sum of RGB (Red+Green+Blue) = 1+252+125=378 (50% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 378); Green value is 252 (98.83% from 255 or 66.67% from 378); Blue value is 125 (49.22% from 255 or 33.07% from 378); Max value from RGB is 252 - color contains mainly: green. Hex color #01FC7D is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #01FC7D is #FE0382. Grayscale: #A2A2A2. Windows color (decimal): -16647043 or 8256513. OLE color: 8256513.
HSL color Cylindrical-coordinate representation of color #01FC7D: hue angle of 149.64º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01FC7D is Cyan = 1.00, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 1 | 252 | 125 | - |
| CMYK | 1.00 | 0 | 0.50 | 0.01 |
| HSL | 149.64º | 0.99% | 0.5% | - |
| HSV(B) | 149.64º | 1% | 0.99% | - |
| XYZ | 38.52 | 71.11 | 31.1 | - |
| YUV | 162.47 | 106.84 | 12.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 252 | 125 | 1.00 | 0 | 0.50 | 0.01 | 149.64 | 0.99 | 0.5 |
| Hex | 1 | FC | 7D | 64 | 0 | 32 | 1 | 96 | 63 | 32 |
| Octal | 1 | 374 | 175 | 144 | 0 | 62 | 1 | 226 | 143 | 62 |
| Binary | 1 | 11111100 | 1111101 | 1100100 | 0 | 110010 | 1 | 10010110 | 1100011 | 110010 |
Color Harmonies of #01FC7D
Complementary color
Monochromatic Colors of #01FC7D
Black with #01FC7D
Text Example
Text Example
White with #01FC7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01FC7D; }
p { color: rgb(1,252,125); }
H1.HeaderClassName
{
color: #01FC7D;
}
.AnyTagClassName
{
color: #01FC7D;
}
</style>
background-color css
<style>
a { background-color: #01FC7D; }
a { background-color: rgb(1,252,125); }
div.DivClassName
{
background-color: #01FC7D;
}
.BgClassName
{
background-color: #01FC7D;
}
</style>
border-color css
<style>
span { border-color: #01FC7D; }
span { border-color: rgb(1,252,125); }
td.TdClassName
{
border-color: #01FC7D;
}
.TagClassName
{
border-color: #01FC7D;
}
</style>