Shades of Spring Green #00FB7E
Tints of Spring Green #00FB7E
RGB
CMYK
RGB Variations
Color information
#00FB7E (or 0x00FB7E) is known color: Spring Green. HEX triplet: 00, FB and 7E. RGB value is (0,251,126). Sum of RGB (Red+Green+Blue) = 0+251+126=377 (49% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 377); Green value is 251 (98.44% from 255 or 66.58% from 377); Blue value is 126 (49.61% from 255 or 33.42% from 377); Max value from RGB is 251 - color contains mainly: green. Hex color #00FB7E is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #00FB7E is #FF0481. Grayscale: #A1A1A1. Windows color (decimal): -16712834 or 8321792. OLE color: 8321792.
HSL color Cylindrical-coordinate representation of color #00FB7E: hue angle of 150.12º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00FB7E is Cyan = 1, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 0 | 251 | 126 | - |
| CMYK | 1 | 0 | 0.50 | 0.02 |
| HSL | 150.12º | 1% | 0.49% | - |
| HSV(B) | 150.12º | 1% | 0.98% | - |
| XYZ | 38.26 | 70.5 | 31.33 | - |
| YUV | 161.7 | 107.84 | 12.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 251 | 126 | 1 | 0 | 0.50 | 0.02 | 150.12 | 1 | 0.49 |
| Hex | 0 | FB | 7E | 64 | 0 | 32 | 2 | 96 | 64 | 31 |
| Octal | 0 | 373 | 176 | 144 | 0 | 62 | 2 | 226 | 144 | 61 |
| Binary | 0 | 11111011 | 1111110 | 1100100 | 0 | 110010 | 10 | 10010110 | 1100100 | 110001 |
Color Harmonies of #00FB7E
Complementary color
Monochromatic Colors of #00FB7E
Black with #00FB7E
Text Example
Text Example
White with #00FB7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00FB7E; }
p { color: rgb(0,251,126); }
H1.HeaderClassName
{
color: #00FB7E;
}
.AnyTagClassName
{
color: #00FB7E;
}
</style>
background-color css
<style>
a { background-color: #00FB7E; }
a { background-color: rgb(0,251,126); }
div.DivClassName
{
background-color: #00FB7E;
}
.BgClassName
{
background-color: #00FB7E;
}
</style>
border-color css
<style>
span { border-color: #00FB7E; }
span { border-color: rgb(0,251,126); }
td.TdClassName
{
border-color: #00FB7E;
}
.TagClassName
{
border-color: #00FB7E;
}
</style>