Shades of Spring Green #00FF7E
Tints of Spring Green #00FF7E
RGB
CMYK
RGB Variations
Color information
#00FF7E (or 0x00FF7E) is known color: Spring Green. HEX triplet: 00, FF and 7E. RGB value is (0,255,126). Sum of RGB (Red+Green+Blue) = 0+255+126=381 (50% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 381); Green value is 255 (100% from 255 or 66.93% from 381); Blue value is 126 (49.61% from 255 or 33.07% from 381); Max value from RGB is 255 - color contains mainly: green. Hex color #00FF7E is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #00FF7E is #FF0081. Grayscale: #A4A4A4. Windows color (decimal): -16711810 or 8322816. OLE color: 8322816.
HSL color Cylindrical-coordinate representation of color #00FF7E: hue angle of 149.65º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00FF7E is Cyan = 1, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
RGB | 0 | 255 | 126 | - |
CMYK | 1 | 0 | 0.51 | 0 |
HSL | 149.65º | 1% | 0.5% | - |
HSV(B) | 149.65º | 1% | 1% | - |
XYZ | 39.53 | 73.03 | 31.75 | - |
YUV | 164.05 | 106.52 | 10.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 0 | 255 | 126 | 1 | 0 | 0.51 | 0 | 149.65 | 1 | 0.5 |
Hex | 0 | FF | 7E | 64 | 0 | 33 | 0 | 96 | 64 | 32 |
Octal | 0 | 377 | 176 | 144 | 0 | 63 | 0 | 226 | 144 | 62 |
Binary | 0 | 11111111 | 1111110 | 1100100 | 0 | 110011 | 0 | 10010110 | 1100100 | 110010 |
Color Harmonies of #00FF7E
Complementary color
Monochromatic Colors of #00FF7E
Black with #00FF7E
Text Example
Text Example
White with #00FF7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00FF7E; }
p { color: rgb(0,255,126); }
H1.HeaderClassName
{
color: #00FF7E;
}
.AnyTagClassName
{
color: #00FF7E;
}
</style>
background-color css
<style>
a { background-color: #00FF7E; }
a { background-color: rgb(0,255,126); }
div.DivClassName
{
background-color: #00FF7E;
}
.BgClassName
{
background-color: #00FF7E;
}
</style>
border-color css
<style>
span { border-color: #00FF7E; }
span { border-color: rgb(0,255,126); }
td.TdClassName
{
border-color: #00FF7E;
}
.TagClassName
{
border-color: #00FF7E;
}
</style>