Shades of Spring Green #01FF7C
Tints of Spring Green #01FF7C
RGB
CMYK
RGB Variations
Color information
#01FF7C (or 0x01FF7C) is known color: Spring Green. HEX triplet: 01, FF and 7C. RGB value is (1,255,124). Sum of RGB (Red+Green+Blue) = 1+255+124=380 (50% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 380); Green value is 255 (100% from 255 or 67.11% from 380); Blue value is 124 (48.83% from 255 or 32.63% from 380); Max value from RGB is 255 - color contains mainly: green. Hex color #01FF7C is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #01FF7C is #FE0083. Grayscale: #A4A4A4. Windows color (decimal): -16646276 or 8191745. OLE color: 8191745.
HSL color Cylindrical-coordinate representation of color #01FF7C: hue angle of 149.06º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01FF7C is Cyan = 1.00, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 1 | 255 | 124 | - |
| CMYK | 1.00 | 0 | 0.51 | 0 |
| HSL | 149.06º | 1% | 0.5% | - |
| HSV(B) | 149.06º | 1% | 1% | - |
| XYZ | 39.41 | 72.98 | 31.08 | - |
| YUV | 164.12 | 105.35 | 11.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 255 | 124 | 1.00 | 0 | 0.51 | 0 | 149.06 | 1 | 0.5 |
| Hex | 1 | FF | 7C | 64 | 0 | 33 | 0 | 95 | 64 | 32 |
| Octal | 1 | 377 | 174 | 144 | 0 | 63 | 0 | 225 | 144 | 62 |
| Binary | 1 | 11111111 | 1111100 | 1100100 | 0 | 110011 | 0 | 10010101 | 1100100 | 110010 |
Color Harmonies of #01FF7C
Complementary color
Monochromatic Colors of #01FF7C
Black with #01FF7C
Text Example
Text Example
White with #01FF7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01FF7C; }
p { color: rgb(1,255,124); }
H1.HeaderClassName
{
color: #01FF7C;
}
.AnyTagClassName
{
color: #01FF7C;
}
</style>
background-color css
<style>
a { background-color: #01FF7C; }
a { background-color: rgb(1,255,124); }
div.DivClassName
{
background-color: #01FF7C;
}
.BgClassName
{
background-color: #01FF7C;
}
</style>
border-color css
<style>
span { border-color: #01FF7C; }
span { border-color: rgb(1,255,124); }
td.TdClassName
{
border-color: #01FF7C;
}
.TagClassName
{
border-color: #01FF7C;
}
</style>