Shades of Spring Green #00FB80
Tints of Spring Green #00FB80
RGB
CMYK
RGB Variations
Color information
#00FB80 (or 0x00FB80) is known color: Spring Green. HEX triplet: 00, FB and 80. RGB value is (0,251,128). Sum of RGB (Red+Green+Blue) = 0+251+128=379 (50% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 379); Green value is 251 (98.44% from 255 or 66.23% from 379); Blue value is 128 (50.39% from 255 or 33.77% from 379); Max value from RGB is 251 - color contains mainly: green. Hex color #00FB80 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #00FB80 is #FF047F. Grayscale: #A2A2A2. Windows color (decimal): -16712832 or 8452864. OLE color: 8452864.
HSL color Cylindrical-coordinate representation of color #00FB80: hue angle of 150.6º 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 #00FB80 is Cyan = 1, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 0 | 251 | 128 | - |
| CMYK | 1 | 0 | 0.49 | 0.02 |
| HSL | 150.6º | 1% | 0.49% | - |
| HSV(B) | 150.6º | 1% | 0.98% | - |
| XYZ | 38.39 | 70.55 | 32.02 | - |
| YUV | 161.93 | 108.84 | 12.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 251 | 128 | 1 | 0 | 0.49 | 0.02 | 150.6 | 1 | 0.49 |
| Hex | 0 | FB | 80 | 64 | 0 | 31 | 2 | 97 | 64 | 31 |
| Octal | 0 | 373 | 200 | 144 | 0 | 61 | 2 | 227 | 144 | 61 |
| Binary | 0 | 11111011 | 10000000 | 1100100 | 0 | 110001 | 10 | 10010111 | 1100100 | 110001 |
Color Harmonies of #00FB80
Complementary color
Monochromatic Colors of #00FB80
Black with #00FB80
Text Example
Text Example
White with #00FB80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00FB80; }
p { color: rgb(0,251,128); }
H1.HeaderClassName
{
color: #00FB80;
}
.AnyTagClassName
{
color: #00FB80;
}
</style>
background-color css
<style>
a { background-color: #00FB80; }
a { background-color: rgb(0,251,128); }
div.DivClassName
{
background-color: #00FB80;
}
.BgClassName
{
background-color: #00FB80;
}
</style>
border-color css
<style>
span { border-color: #00FB80; }
span { border-color: rgb(0,251,128); }
td.TdClassName
{
border-color: #00FB80;
}
.TagClassName
{
border-color: #00FB80;
}
</style>