Shades of Spring Green #00EF80
Tints of Spring Green #00EF80
RGB
CMYK
RGB Variations
Color information
#00EF80 (or 0x00EF80) is known color: Spring Green. HEX triplet: 00, EF and 80. RGB value is (0,239,128). Sum of RGB (Red+Green+Blue) = 0+239+128=367 (48% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 367); Green value is 239 (93.75% from 255 or 65.12% from 367); Blue value is 128 (50.39% from 255 or 34.88% from 367); Max value from RGB is 239 - color contains mainly: green. Hex color #00EF80 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #00EF80 is #FF107F. Grayscale: #9B9B9B. Windows color (decimal): -16715904 or 8449792. OLE color: 8449792.
HSL color Cylindrical-coordinate representation of color #00EF80: hue angle of 152.13º 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 #00EF80 is Cyan = 1, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 0 | 239 | 128 | - |
| CMYK | 1 | 0 | 0.46 | 0.06 |
| HSL | 152.13º | 1% | 0.47% | - |
| HSV(B) | 152.13º | 1% | 0.94% | - |
| XYZ | 34.76 | 63.29 | 30.81 | - |
| YUV | 154.89 | 112.82 | 17.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 239 | 128 | 1 | 0 | 0.46 | 0.06 | 152.13 | 1 | 0.47 |
| Hex | 0 | EF | 80 | 64 | 0 | 2E | 6 | 98 | 64 | 2F |
| Octal | 0 | 357 | 200 | 144 | 0 | 56 | 6 | 230 | 144 | 57 |
| Binary | 0 | 11101111 | 10000000 | 1100100 | 0 | 101110 | 110 | 10011000 | 1100100 | 101111 |
Color Harmonies of #00EF80
Complementary color
Monochromatic Colors of #00EF80
Black with #00EF80
Text Example
Text Example
White with #00EF80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00EF80; }
p { color: rgb(0,239,128); }
H1.HeaderClassName
{
color: #00EF80;
}
.AnyTagClassName
{
color: #00EF80;
}
</style>
background-color css
<style>
a { background-color: #00EF80; }
a { background-color: rgb(0,239,128); }
div.DivClassName
{
background-color: #00EF80;
}
.BgClassName
{
background-color: #00EF80;
}
</style>
border-color css
<style>
span { border-color: #00EF80; }
span { border-color: rgb(0,239,128); }
td.TdClassName
{
border-color: #00EF80;
}
.TagClassName
{
border-color: #00EF80;
}
</style>