Shades of Medium Spring Green #00EFBB
Tints of Medium Spring Green #00EFBB
RGB
CMYK
RGB Variations
Color information
#00EFBB (or 0x00EFBB) is known color: Medium Spring Green. HEX triplet: 00, EF and BB. RGB value is (0,239,187). Sum of RGB (Red+Green+Blue) = 0+239+187=426 (56% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 426); Green value is 239 (93.75% from 255 or 56.10% from 426); Blue value is 187 (73.44% from 255 or 43.90% from 426); Max value from RGB is 239 - color contains mainly: green. Hex color #00EFBB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #00EFBB is #FF1044. Grayscale: #A1A1A1. Windows color (decimal): -16715845 or 12316416. OLE color: 12316416.
HSL color Cylindrical-coordinate representation of color #00EFBB: hue angle of 166.95º 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 #00EFBB is Cyan = 1, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 0 | 239 | 187 | - |
| CMYK | 1 | 0 | 0.22 | 0.06 |
| HSL | 166.95º | 1% | 0.47% | - |
| HSV(B) | 166.95º | 1% | 0.94% | - |
| XYZ | 39.84 | 65.32 | 57.52 | - |
| YUV | 161.61 | 142.32 | 12.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 239 | 187 | 1 | 0 | 0.22 | 0.06 | 166.95 | 1 | 0.47 |
| Hex | 0 | EF | BB | 64 | 0 | 16 | 6 | A7 | 64 | 2F |
| Octal | 0 | 357 | 273 | 144 | 0 | 26 | 6 | 247 | 144 | 57 |
| Binary | 0 | 11101111 | 10111011 | 1100100 | 0 | 10110 | 110 | 10100111 | 1100100 | 101111 |
Color Harmonies of #00EFBB
Complementary color
Monochromatic Colors of #00EFBB
Black with #00EFBB
Text Example
Text Example
White with #00EFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00EFBB; }
p { color: rgb(0,239,187); }
H1.HeaderClassName
{
color: #00EFBB;
}
.AnyTagClassName
{
color: #00EFBB;
}
</style>
background-color css
<style>
a { background-color: #00EFBB; }
a { background-color: rgb(0,239,187); }
div.DivClassName
{
background-color: #00EFBB;
}
.BgClassName
{
background-color: #00EFBB;
}
</style>
border-color css
<style>
span { border-color: #00EFBB; }
span { border-color: rgb(0,239,187); }
td.TdClassName
{
border-color: #00EFBB;
}
.TagClassName
{
border-color: #00EFBB;
}
</style>