Shades of Spring Green #01FB7D
Tints of Spring Green #01FB7D
RGB
CMYK
RGB Variations
Color information
#01FB7D (or 0x01FB7D) is known color: Spring Green. HEX triplet: 01, FB and 7D. RGB value is (1,251,125). Sum of RGB (Red+Green+Blue) = 1+251+125=377 (49% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 377); Green value is 251 (98.44% from 255 or 66.58% from 377); Blue value is 125 (49.22% from 255 or 33.16% from 377); Max value from RGB is 251 - color contains mainly: green. Hex color #01FB7D is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #01FB7D is #FE0482. Grayscale: #A2A2A2. Windows color (decimal): -16647299 or 8256257. OLE color: 8256257.
HSL color Cylindrical-coordinate representation of color #01FB7D: hue angle of 149.76º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01FB7D is Cyan = 1.00, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 1 | 251 | 125 | - |
| CMYK | 1.00 | 0 | 0.50 | 0.02 |
| HSL | 149.76º | 0.99% | 0.49% | - |
| HSV(B) | 149.76º | 1% | 0.98% | - |
| XYZ | 38.21 | 70.48 | 30.99 | - |
| YUV | 161.89 | 107.18 | 13.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 251 | 125 | 1.00 | 0 | 0.50 | 0.02 | 149.76 | 0.99 | 0.49 |
| Hex | 1 | FB | 7D | 64 | 0 | 32 | 2 | 96 | 63 | 31 |
| Octal | 1 | 373 | 175 | 144 | 0 | 62 | 2 | 226 | 143 | 61 |
| Binary | 1 | 11111011 | 1111101 | 1100100 | 0 | 110010 | 10 | 10010110 | 1100011 | 110001 |
Color Harmonies of #01FB7D
Complementary color
Monochromatic Colors of #01FB7D
Black with #01FB7D
Text Example
Text Example
White with #01FB7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01FB7D; }
p { color: rgb(1,251,125); }
H1.HeaderClassName
{
color: #01FB7D;
}
.AnyTagClassName
{
color: #01FB7D;
}
</style>
background-color css
<style>
a { background-color: #01FB7D; }
a { background-color: rgb(1,251,125); }
div.DivClassName
{
background-color: #01FB7D;
}
.BgClassName
{
background-color: #01FB7D;
}
</style>
border-color css
<style>
span { border-color: #01FB7D; }
span { border-color: rgb(1,251,125); }
td.TdClassName
{
border-color: #01FB7D;
}
.TagClassName
{
border-color: #01FB7D;
}
</style>