Shades of Medium Spring Green #00FB94
Tints of Medium Spring Green #00FB94
RGB
CMYK
RGB Variations
Color information
#00FB94 (or 0x00FB94) is known color: Medium Spring Green. HEX triplet: 00, FB and 94. RGB value is (0,251,148). Sum of RGB (Red+Green+Blue) = 0+251+148=399 (52% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 399); Green value is 251 (98.44% from 255 or 62.91% from 399); Blue value is 148 (58.20% from 255 or 37.09% from 399); Max value from RGB is 251 - color contains mainly: green. Hex color #00FB94 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #00FB94 is #FF046B. Grayscale: #A4A4A4. Windows color (decimal): -16712812 or 9763584. OLE color: 9763584.
HSL color Cylindrical-coordinate representation of color #00FB94: hue angle of 155.38º 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 #00FB94 is Cyan = 1, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 0 | 251 | 148 | - |
| CMYK | 1 | 0 | 0.41 | 0.02 |
| HSL | 155.38º | 1% | 0.49% | - |
| HSV(B) | 155.38º | 1% | 0.98% | - |
| XYZ | 39.84 | 71.13 | 39.65 | - |
| YUV | 164.21 | 118.84 | 10.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 251 | 148 | 1 | 0 | 0.41 | 0.02 | 155.38 | 1 | 0.49 |
| Hex | 0 | FB | 94 | 64 | 0 | 29 | 2 | 9B | 64 | 31 |
| Octal | 0 | 373 | 224 | 144 | 0 | 51 | 2 | 233 | 144 | 61 |
| Binary | 0 | 11111011 | 10010100 | 1100100 | 0 | 101001 | 10 | 10011011 | 1100100 | 110001 |
Color Harmonies of #00FB94
Complementary color
Monochromatic Colors of #00FB94
Black with #00FB94
Text Example
Text Example
White with #00FB94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00FB94; }
p { color: rgb(0,251,148); }
H1.HeaderClassName
{
color: #00FB94;
}
.AnyTagClassName
{
color: #00FB94;
}
</style>
background-color css
<style>
a { background-color: #00FB94; }
a { background-color: rgb(0,251,148); }
div.DivClassName
{
background-color: #00FB94;
}
.BgClassName
{
background-color: #00FB94;
}
</style>
border-color css
<style>
span { border-color: #00FB94; }
span { border-color: rgb(0,251,148); }
td.TdClassName
{
border-color: #00FB94;
}
.TagClassName
{
border-color: #00FB94;
}
</style>