Shades of Spring Green #01FB7A
Tints of Spring Green #01FB7A
RGB
CMYK
RGB Variations
Color information
#01FB7A (or 0x01FB7A) is known color: Spring Green. HEX triplet: 01, FB and 7A. RGB value is (1,251,122). Sum of RGB (Red+Green+Blue) = 1+251+122=374 (49% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 374); Green value is 251 (98.44% from 255 or 67.11% from 374); Blue value is 122 (48.05% from 255 or 32.62% from 374); Max value from RGB is 251 - color contains mainly: green. Hex color #01FB7A is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #01FB7A is #FE0485. Grayscale: #A1A1A1. Windows color (decimal): -16647302 or 8059649. OLE color: 8059649.
HSL color Cylindrical-coordinate representation of color #01FB7A: hue angle of 149.04º 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 #01FB7A is Cyan = 1.00, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 1 | 251 | 122 | - |
| CMYK | 1.00 | 0 | 0.51 | 0.02 |
| HSL | 149.04º | 0.99% | 0.49% | - |
| HSV(B) | 149.04º | 1% | 0.98% | - |
| XYZ | 38.02 | 70.41 | 30 | - |
| YUV | 161.54 | 105.68 | 13.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 251 | 122 | 1.00 | 0 | 0.51 | 0.02 | 149.04 | 0.99 | 0.49 |
| Hex | 1 | FB | 7A | 64 | 0 | 33 | 2 | 95 | 63 | 31 |
| Octal | 1 | 373 | 172 | 144 | 0 | 63 | 2 | 225 | 143 | 61 |
| Binary | 1 | 11111011 | 1111010 | 1100100 | 0 | 110011 | 10 | 10010101 | 1100011 | 110001 |
Color Harmonies of #01FB7A
Complementary color
Monochromatic Colors of #01FB7A
Black with #01FB7A
Text Example
Text Example
White with #01FB7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01FB7A; }
p { color: rgb(1,251,122); }
H1.HeaderClassName
{
color: #01FB7A;
}
.AnyTagClassName
{
color: #01FB7A;
}
</style>
background-color css
<style>
a { background-color: #01FB7A; }
a { background-color: rgb(1,251,122); }
div.DivClassName
{
background-color: #01FB7A;
}
.BgClassName
{
background-color: #01FB7A;
}
</style>
border-color css
<style>
span { border-color: #01FB7A; }
span { border-color: rgb(1,251,122); }
td.TdClassName
{
border-color: #01FB7A;
}
.TagClassName
{
border-color: #01FB7A;
}
</style>