Shades of Spring Green #01F377
Tints of Spring Green #01F377
RGB
CMYK
RGB Variations
Color information
#01F377 (or 0x01F377) is known color: Spring Green. HEX triplet: 01, F3 and 77. RGB value is (1,243,119). Sum of RGB (Red+Green+Blue) = 1+243+119=363 (48% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 363); Green value is 243 (95.31% from 255 or 66.94% from 363); Blue value is 119 (46.88% from 255 or 32.78% from 363); Max value from RGB is 243 - color contains mainly: green. Hex color #01F377 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #01F377 is #FE0C88. Grayscale: #9C9C9C. Windows color (decimal): -16649353 or 7860993. OLE color: 7860993.
HSL color Cylindrical-coordinate representation of color #01F377: hue angle of 149.26º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01F377 is Cyan = 1.00, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 1 | 243 | 119 | - |
| CMYK | 1.00 | 0 | 0.51 | 0.05 |
| HSL | 149.26º | 0.99% | 0.48% | - |
| HSV(B) | 149.26º | 1% | 0.95% | - |
| XYZ | 35.39 | 65.44 | 28.22 | - |
| YUV | 156.51 | 106.83 | 17.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 243 | 119 | 1.00 | 0 | 0.51 | 0.05 | 149.26 | 0.99 | 0.48 |
| Hex | 1 | F3 | 77 | 64 | 0 | 33 | 5 | 95 | 63 | 30 |
| Octal | 1 | 363 | 167 | 144 | 0 | 63 | 5 | 225 | 143 | 60 |
| Binary | 1 | 11110011 | 1110111 | 1100100 | 0 | 110011 | 101 | 10010101 | 1100011 | 110000 |
Color Harmonies of #01F377
Complementary color
Monochromatic Colors of #01F377
Black with #01F377
Text Example
Text Example
White with #01F377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01F377; }
p { color: rgb(1,243,119); }
H1.HeaderClassName
{
color: #01F377;
}
.AnyTagClassName
{
color: #01F377;
}
</style>
background-color css
<style>
a { background-color: #01F377; }
a { background-color: rgb(1,243,119); }
div.DivClassName
{
background-color: #01F377;
}
.BgClassName
{
background-color: #01F377;
}
</style>
border-color css
<style>
span { border-color: #01F377; }
span { border-color: rgb(1,243,119); }
td.TdClassName
{
border-color: #01F377;
}
.TagClassName
{
border-color: #01F377;
}
</style>