Shades of Medium Spring Green #00EF92
Tints of Medium Spring Green #00EF92
RGB
CMYK
RGB Variations
Color information
#00EF92 (or 0x00EF92) is known color: Medium Spring Green. HEX triplet: 00, EF and 92. RGB value is (0,239,146). Sum of RGB (Red+Green+Blue) = 0+239+146=385 (50% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 385); Green value is 239 (93.75% from 255 or 62.08% from 385); Blue value is 146 (57.42% from 255 or 37.92% from 385); Max value from RGB is 239 - color contains mainly: green. Hex color #00EF92 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #00EF92 is #FF106D. Grayscale: #9D9D9D. Windows color (decimal): -16715886 or 9629440. OLE color: 9629440.
HSL color Cylindrical-coordinate representation of color #00EF92: hue angle of 156.65º 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 #00EF92 is Cyan = 1, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 0 | 239 | 146 | - |
| CMYK | 1 | 0 | 0.39 | 0.06 |
| HSL | 156.65º | 1% | 0.47% | - |
| HSV(B) | 156.65º | 1% | 0.94% | - |
| XYZ | 36.05 | 63.81 | 37.61 | - |
| YUV | 156.94 | 121.82 | 16.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 239 | 146 | 1 | 0 | 0.39 | 0.06 | 156.65 | 1 | 0.47 |
| Hex | 0 | EF | 92 | 64 | 0 | 27 | 6 | 9D | 64 | 2F |
| Octal | 0 | 357 | 222 | 144 | 0 | 47 | 6 | 235 | 144 | 57 |
| Binary | 0 | 11101111 | 10010010 | 1100100 | 0 | 100111 | 110 | 10011101 | 1100100 | 101111 |
Color Harmonies of #00EF92
Complementary color
Monochromatic Colors of #00EF92
Black with #00EF92
Text Example
Text Example
White with #00EF92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00EF92; }
p { color: rgb(0,239,146); }
H1.HeaderClassName
{
color: #00EF92;
}
.AnyTagClassName
{
color: #00EF92;
}
</style>
background-color css
<style>
a { background-color: #00EF92; }
a { background-color: rgb(0,239,146); }
div.DivClassName
{
background-color: #00EF92;
}
.BgClassName
{
background-color: #00EF92;
}
</style>
border-color css
<style>
span { border-color: #00EF92; }
span { border-color: rgb(0,239,146); }
td.TdClassName
{
border-color: #00EF92;
}
.TagClassName
{
border-color: #00EF92;
}
</style>