Shades of Spring Green #01FD7B
Tints of Spring Green #01FD7B
RGB
CMYK
RGB Variations
Color information
#01FD7B (or 0x01FD7B) is known color: Spring Green. HEX triplet: 01, FD and 7B. RGB value is (1,253,123). Sum of RGB (Red+Green+Blue) = 1+253+123=377 (49% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 377); Green value is 253 (99.22% from 255 or 67.11% from 377); Blue value is 123 (48.44% from 255 or 32.63% from 377); Max value from RGB is 253 - color contains mainly: green. Hex color #01FD7B is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #01FD7B is #FE0284. Grayscale: #A3A3A3. Windows color (decimal): -16646789 or 8125697. OLE color: 8125697.
HSL color Cylindrical-coordinate representation of color #01FD7B: hue angle of 149.05º 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 #01FD7B is Cyan = 1.00, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 1 | 253 | 123 | - |
| CMYK | 1.00 | 0 | 0.51 | 0.01 |
| HSL | 149.05º | 0.99% | 0.5% | - |
| HSV(B) | 149.05º | 1% | 0.99% | - |
| XYZ | 38.71 | 71.69 | 30.54 | - |
| YUV | 162.83 | 105.51 | 12.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 253 | 123 | 1.00 | 0 | 0.51 | 0.01 | 149.05 | 0.99 | 0.5 |
| Hex | 1 | FD | 7B | 64 | 0 | 33 | 1 | 95 | 63 | 32 |
| Octal | 1 | 375 | 173 | 144 | 0 | 63 | 1 | 225 | 143 | 62 |
| Binary | 1 | 11111101 | 1111011 | 1100100 | 0 | 110011 | 1 | 10010101 | 1100011 | 110010 |
Color Harmonies of #01FD7B
Complementary color
Monochromatic Colors of #01FD7B
Black with #01FD7B
Text Example
Text Example
White with #01FD7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01FD7B; }
p { color: rgb(1,253,123); }
H1.HeaderClassName
{
color: #01FD7B;
}
.AnyTagClassName
{
color: #01FD7B;
}
</style>
background-color css
<style>
a { background-color: #01FD7B; }
a { background-color: rgb(1,253,123); }
div.DivClassName
{
background-color: #01FD7B;
}
.BgClassName
{
background-color: #01FD7B;
}
</style>
border-color css
<style>
span { border-color: #01FD7B; }
span { border-color: rgb(1,253,123); }
td.TdClassName
{
border-color: #01FD7B;
}
.TagClassName
{
border-color: #01FD7B;
}
</style>