Shades of Spring Green #00FD86
Tints of Spring Green #00FD86
RGB
CMYK
RGB Variations
Color information
#00FD86 (or 0x00FD86) is known color: Spring Green. HEX triplet: 00, FD and 86. RGB value is (0,253,134). Sum of RGB (Red+Green+Blue) = 0+253+134=387 (51% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 387); Green value is 253 (99.22% from 255 or 65.37% from 387); Blue value is 134 (52.73% from 255 or 34.63% from 387); Max value from RGB is 253 - color contains mainly: green. Hex color #00FD86 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #00FD86 is #FF0279. Grayscale: #A4A4A4. Windows color (decimal): -16712314 or 8846592. OLE color: 8846592.
HSL color Cylindrical-coordinate representation of color #00FD86: hue angle of 151.78º 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 #00FD86 is Cyan = 1, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 0 | 253 | 134 | - |
| CMYK | 1 | 0 | 0.47 | 0.01 |
| HSL | 151.78º | 1% | 0.5% | - |
| HSV(B) | 151.78º | 1% | 0.99% | - |
| XYZ | 39.43 | 71.97 | 34.37 | - |
| YUV | 163.79 | 111.18 | 11.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 253 | 134 | 1 | 0 | 0.47 | 0.01 | 151.78 | 1 | 0.5 |
| Hex | 0 | FD | 86 | 64 | 0 | 2F | 1 | 98 | 64 | 32 |
| Octal | 0 | 375 | 206 | 144 | 0 | 57 | 1 | 230 | 144 | 62 |
| Binary | 0 | 11111101 | 10000110 | 1100100 | 0 | 101111 | 1 | 10011000 | 1100100 | 110010 |
Color Harmonies of #00FD86
Complementary color
Monochromatic Colors of #00FD86
Black with #00FD86
Text Example
Text Example
White with #00FD86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00FD86; }
p { color: rgb(0,253,134); }
H1.HeaderClassName
{
color: #00FD86;
}
.AnyTagClassName
{
color: #00FD86;
}
</style>
background-color css
<style>
a { background-color: #00FD86; }
a { background-color: rgb(0,253,134); }
div.DivClassName
{
background-color: #00FD86;
}
.BgClassName
{
background-color: #00FD86;
}
</style>
border-color css
<style>
span { border-color: #00FD86; }
span { border-color: rgb(0,253,134); }
td.TdClassName
{
border-color: #00FD86;
}
.TagClassName
{
border-color: #00FD86;
}
</style>