Shades of Spring Green #00EF84
Tints of Spring Green #00EF84
RGB
CMYK
RGB Variations
Color information
#00EF84 (or 0x00EF84) is known color: Spring Green. HEX triplet: 00, EF and 84. RGB value is (0,239,132). Sum of RGB (Red+Green+Blue) = 0+239+132=371 (49% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 371); Green value is 239 (93.75% from 255 or 64.42% from 371); Blue value is 132 (51.95% from 255 or 35.58% from 371); Max value from RGB is 239 - color contains mainly: green. Hex color #00EF84 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #00EF84 is #FF107B. Grayscale: #9B9B9B. Windows color (decimal): -16715900 or 8711936. OLE color: 8711936.
HSL color Cylindrical-coordinate representation of color #00EF84: hue angle of 153.14º 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 #00EF84 is Cyan = 1, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 0 | 239 | 132 | - |
| CMYK | 1 | 0 | 0.45 | 0.06 |
| HSL | 153.14º | 1% | 0.47% | - |
| HSV(B) | 153.14º | 1% | 0.94% | - |
| XYZ | 35.03 | 63.4 | 32.22 | - |
| YUV | 155.34 | 114.82 | 17.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 239 | 132 | 1 | 0 | 0.45 | 0.06 | 153.14 | 1 | 0.47 |
| Hex | 0 | EF | 84 | 64 | 0 | 2D | 6 | 99 | 64 | 2F |
| Octal | 0 | 357 | 204 | 144 | 0 | 55 | 6 | 231 | 144 | 57 |
| Binary | 0 | 11101111 | 10000100 | 1100100 | 0 | 101101 | 110 | 10011001 | 1100100 | 101111 |
Color Harmonies of #00EF84
Complementary color
Monochromatic Colors of #00EF84
Black with #00EF84
Text Example
Text Example
White with #00EF84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00EF84; }
p { color: rgb(0,239,132); }
H1.HeaderClassName
{
color: #00EF84;
}
.AnyTagClassName
{
color: #00EF84;
}
</style>
background-color css
<style>
a { background-color: #00EF84; }
a { background-color: rgb(0,239,132); }
div.DivClassName
{
background-color: #00EF84;
}
.BgClassName
{
background-color: #00EF84;
}
</style>
border-color css
<style>
span { border-color: #00EF84; }
span { border-color: rgb(0,239,132); }
td.TdClassName
{
border-color: #00EF84;
}
.TagClassName
{
border-color: #00EF84;
}
</style>