Shades of Spring Green #00FD80
Tints of Spring Green #00FD80
RGB
CMYK
RGB Variations
Color information
#00FD80 (or 0x00FD80) is known color: Spring Green. HEX triplet: 00, FD and 80. RGB value is (0,253,128). Sum of RGB (Red+Green+Blue) = 0+253+128=381 (50% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 381); Green value is 253 (99.22% from 255 or 66.40% from 381); Blue value is 128 (50.39% from 255 or 33.60% from 381); Max value from RGB is 253 - color contains mainly: green. Hex color #00FD80 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #00FD80 is #FF027F. Grayscale: #A3A3A3. Windows color (decimal): -16712320 or 8453376. OLE color: 8453376.
HSL color Cylindrical-coordinate representation of color #00FD80: hue angle of 150.36º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00FD80 is Cyan = 1, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 0 | 253 | 128 | - |
| CMYK | 1 | 0 | 0.49 | 0.01 |
| HSL | 150.36º | 1% | 0.5% | - |
| HSV(B) | 150.36º | 1% | 0.99% | - |
| XYZ | 39.02 | 71.81 | 32.23 | - |
| YUV | 163.1 | 108.18 | 11.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 253 | 128 | 1 | 0 | 0.49 | 0.01 | 150.36 | 1 | 0.5 |
| Hex | 0 | FD | 80 | 64 | 0 | 31 | 1 | 96 | 64 | 32 |
| Octal | 0 | 375 | 200 | 144 | 0 | 61 | 1 | 226 | 144 | 62 |
| Binary | 0 | 11111101 | 10000000 | 1100100 | 0 | 110001 | 1 | 10010110 | 1100100 | 110010 |
Color Harmonies of #00FD80
Complementary color
Monochromatic Colors of #00FD80
Black with #00FD80
Text Example
Text Example
White with #00FD80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00FD80; }
p { color: rgb(0,253,128); }
H1.HeaderClassName
{
color: #00FD80;
}
.AnyTagClassName
{
color: #00FD80;
}
</style>
background-color css
<style>
a { background-color: #00FD80; }
a { background-color: rgb(0,253,128); }
div.DivClassName
{
background-color: #00FD80;
}
.BgClassName
{
background-color: #00FD80;
}
</style>
border-color css
<style>
span { border-color: #00FD80; }
span { border-color: rgb(0,253,128); }
td.TdClassName
{
border-color: #00FD80;
}
.TagClassName
{
border-color: #00FD80;
}
</style>