Shades of Spring Green #01FD5C
Tints of Spring Green #01FD5C
RGB
CMYK
RGB Variations
Color information
#01FD5C (or 0x01FD5C) is known color: Spring Green. HEX triplet: 01, FD and 5C. RGB value is (1,253,92). Sum of RGB (Red+Green+Blue) = 1+253+92=346 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 346); Green value is 253 (99.22% from 255 or 73.12% from 346); Blue value is 92 (36.33% from 255 or 26.59% from 346); Max value from RGB is 253 - color contains mainly: green. Hex color #01FD5C is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #01FD5C is #FE02A3. Grayscale: #9F9F9F. Windows color (decimal): -16646820 or 6094081. OLE color: 6094081.
HSL color Cylindrical-coordinate representation of color #01FD5C: hue angle of 141.67º 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 #01FD5C is Cyan = 1.00, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 1 | 253 | 92 | - |
| CMYK | 1.00 | 0 | 0.64 | 0.01 |
| HSL | 141.67º | 0.99% | 0.5% | - |
| HSV(B) | 141.67º | 1% | 0.99% | - |
| XYZ | 37.07 | 71.03 | 21.88 | - |
| YUV | 159.3 | 90.01 | 15.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 253 | 92 | 1.00 | 0 | 0.64 | 0.01 | 141.67 | 0.99 | 0.5 |
| Hex | 1 | FD | 5C | 64 | 0 | 40 | 1 | 8E | 63 | 32 |
| Octal | 1 | 375 | 134 | 144 | 0 | 100 | 1 | 216 | 143 | 62 |
| Binary | 1 | 11111101 | 1011100 | 1100100 | 0 | 1000000 | 1 | 10001110 | 1100011 | 110010 |
Color Harmonies of #01FD5C
Complementary color
Monochromatic Colors of #01FD5C
Black with #01FD5C
Text Example
Text Example
White with #01FD5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01FD5C; }
p { color: rgb(1,253,92); }
H1.HeaderClassName
{
color: #01FD5C;
}
.AnyTagClassName
{
color: #01FD5C;
}
</style>
background-color css
<style>
a { background-color: #01FD5C; }
a { background-color: rgb(1,253,92); }
div.DivClassName
{
background-color: #01FD5C;
}
.BgClassName
{
background-color: #01FD5C;
}
</style>
border-color css
<style>
span { border-color: #01FD5C; }
span { border-color: rgb(1,253,92); }
td.TdClassName
{
border-color: #01FD5C;
}
.TagClassName
{
border-color: #01FD5C;
}
</style>