Shades of Spring Green #01FD7D
Tints of Spring Green #01FD7D
RGB
CMYK
RGB Variations
Color information
#01FD7D (or 0x01FD7D) is known color: Spring Green. HEX triplet: 01, FD and 7D. RGB value is (1,253,125). Sum of RGB (Red+Green+Blue) = 1+253+125=379 (50% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 379); Green value is 253 (99.22% from 255 or 66.75% from 379); Blue value is 125 (49.22% from 255 or 32.98% from 379); Max value from RGB is 253 - color contains mainly: green. Hex color #01FD7D is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #01FD7D is #FE0282. Grayscale: #A3A3A3. Windows color (decimal): -16646787 or 8256769. OLE color: 8256769.
HSL color Cylindrical-coordinate representation of color #01FD7D: hue angle of 149.52º 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 #01FD7D is Cyan = 1.00, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 1 | 253 | 125 | - |
| CMYK | 1.00 | 0 | 0.51 | 0.01 |
| HSL | 149.52º | 0.99% | 0.5% | - |
| HSV(B) | 149.52º | 1% | 0.99% | - |
| XYZ | 38.84 | 71.74 | 31.2 | - |
| YUV | 163.06 | 106.51 | 12.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 253 | 125 | 1.00 | 0 | 0.51 | 0.01 | 149.52 | 0.99 | 0.5 |
| Hex | 1 | FD | 7D | 64 | 0 | 33 | 1 | 96 | 63 | 32 |
| Octal | 1 | 375 | 175 | 144 | 0 | 63 | 1 | 226 | 143 | 62 |
| Binary | 1 | 11111101 | 1111101 | 1100100 | 0 | 110011 | 1 | 10010110 | 1100011 | 110010 |
Color Harmonies of #01FD7D
Complementary color
Monochromatic Colors of #01FD7D
Black with #01FD7D
Text Example
Text Example
White with #01FD7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01FD7D; }
p { color: rgb(1,253,125); }
H1.HeaderClassName
{
color: #01FD7D;
}
.AnyTagClassName
{
color: #01FD7D;
}
</style>
background-color css
<style>
a { background-color: #01FD7D; }
a { background-color: rgb(1,253,125); }
div.DivClassName
{
background-color: #01FD7D;
}
.BgClassName
{
background-color: #01FD7D;
}
</style>
border-color css
<style>
span { border-color: #01FD7D; }
span { border-color: rgb(1,253,125); }
td.TdClassName
{
border-color: #01FD7D;
}
.TagClassName
{
border-color: #01FD7D;
}
</style>