Shades of Medium Spring Green #00EF8F
Tints of Medium Spring Green #00EF8F
RGB
CMYK
RGB Variations
Color information
#00EF8F (or 0x00EF8F) is known color: Medium Spring Green. HEX triplet: 00, EF and 8F. RGB value is (0,239,143). Sum of RGB (Red+Green+Blue) = 0+239+143=382 (50% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 382); Green value is 239 (93.75% from 255 or 62.57% from 382); Blue value is 143 (56.25% from 255 or 37.43% from 382); Max value from RGB is 239 - color contains mainly: green. Hex color #00EF8F is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #00EF8F is #FF1070. Grayscale: #9C9C9C. Windows color (decimal): -16715889 or 9432832. OLE color: 9432832.
HSL color Cylindrical-coordinate representation of color #00EF8F: hue angle of 155.9º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00EF8F is Cyan = 1, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 0 | 239 | 143 | - |
| CMYK | 1 | 0 | 0.40 | 0.06 |
| HSL | 155.9º | 1% | 0.47% | - |
| HSV(B) | 155.9º | 1% | 0.94% | - |
| XYZ | 35.82 | 63.72 | 36.4 | - |
| YUV | 156.6 | 120.32 | 16.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 239 | 143 | 1 | 0 | 0.40 | 0.06 | 155.9 | 1 | 0.47 |
| Hex | 0 | EF | 8F | 64 | 0 | 28 | 6 | 9C | 64 | 2F |
| Octal | 0 | 357 | 217 | 144 | 0 | 50 | 6 | 234 | 144 | 57 |
| Binary | 0 | 11101111 | 10001111 | 1100100 | 0 | 101000 | 110 | 10011100 | 1100100 | 101111 |
Color Harmonies of #00EF8F
Complementary color
Monochromatic Colors of #00EF8F
Black with #00EF8F
Text Example
Text Example
White with #00EF8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00EF8F; }
p { color: rgb(0,239,143); }
H1.HeaderClassName
{
color: #00EF8F;
}
.AnyTagClassName
{
color: #00EF8F;
}
</style>
background-color css
<style>
a { background-color: #00EF8F; }
a { background-color: rgb(0,239,143); }
div.DivClassName
{
background-color: #00EF8F;
}
.BgClassName
{
background-color: #00EF8F;
}
</style>
border-color css
<style>
span { border-color: #00EF8F; }
span { border-color: rgb(0,239,143); }
td.TdClassName
{
border-color: #00EF8F;
}
.TagClassName
{
border-color: #00EF8F;
}
</style>