Shades of Spring Green #01F17D
Tints of Spring Green #01F17D
RGB
CMYK
RGB Variations
Color information
#01F17D (or 0x01F17D) is known color: Spring Green. HEX triplet: 01, F1 and 7D. RGB value is (1,241,125). Sum of RGB (Red+Green+Blue) = 1+241+125=367 (48% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 367); Green value is 241 (94.53% from 255 or 65.67% from 367); Blue value is 125 (49.22% from 255 or 34.06% from 367); Max value from RGB is 241 - color contains mainly: green. Hex color #01F17D is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #01F17D is #FE0E82. Grayscale: #9C9C9C. Windows color (decimal): -16649859 or 8253697. OLE color: 8253697.
HSL color Cylindrical-coordinate representation of color #01F17D: hue angle of 151º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01F17D is Cyan = 1.00, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 1 | 241 | 125 | - |
| CMYK | 1.00 | 0 | 0.48 | 0.05 |
| HSL | 151º | 0.99% | 0.47% | - |
| HSV(B) | 151º | 1% | 0.95% | - |
| XYZ | 35.17 | 64.4 | 29.98 | - |
| YUV | 156.02 | 110.49 | 17.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 241 | 125 | 1.00 | 0 | 0.48 | 0.05 | 151 | 0.99 | 0.47 |
| Hex | 1 | F1 | 7D | 64 | 0 | 30 | 5 | 97 | 63 | 2F |
| Octal | 1 | 361 | 175 | 144 | 0 | 60 | 5 | 227 | 143 | 57 |
| Binary | 1 | 11110001 | 1111101 | 1100100 | 0 | 110000 | 101 | 10010111 | 1100011 | 101111 |
Color Harmonies of #01F17D
Complementary color
Monochromatic Colors of #01F17D
Black with #01F17D
Text Example
Text Example
White with #01F17D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01F17D; }
p { color: rgb(1,241,125); }
H1.HeaderClassName
{
color: #01F17D;
}
.AnyTagClassName
{
color: #01F17D;
}
</style>
background-color css
<style>
a { background-color: #01F17D; }
a { background-color: rgb(1,241,125); }
div.DivClassName
{
background-color: #01F17D;
}
.BgClassName
{
background-color: #01F17D;
}
</style>
border-color css
<style>
span { border-color: #01F17D; }
span { border-color: rgb(1,241,125); }
td.TdClassName
{
border-color: #01F17D;
}
.TagClassName
{
border-color: #01F17D;
}
</style>