Shades of Spring Green #01EF80
Tints of Spring Green #01EF80
RGB
CMYK
RGB Variations
Color information
#01EF80 (or 0x01EF80) is known color: Spring Green. HEX triplet: 01, EF and 80. RGB value is (1,239,128). Sum of RGB (Red+Green+Blue) = 1+239+128=368 (48% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 368); Green value is 239 (93.75% from 255 or 64.95% from 368); Blue value is 128 (50.39% from 255 or 34.78% from 368); Max value from RGB is 239 - color contains mainly: green. Hex color #01EF80 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #01EF80 is #FE107F. Grayscale: #9B9B9B. Windows color (decimal): -16650368 or 8449793. OLE color: 8449793.
HSL color Cylindrical-coordinate representation of color #01EF80: hue angle of 152.02º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01EF80 is Cyan = 1.00, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 1 | 239 | 128 | - |
| CMYK | 1.00 | 0 | 0.46 | 0.06 |
| HSL | 152.02º | 0.99% | 0.47% | - |
| HSV(B) | 152.02º | 1% | 0.94% | - |
| XYZ | 34.78 | 63.3 | 30.81 | - |
| YUV | 155.18 | 112.65 | 18.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 239 | 128 | 1.00 | 0 | 0.46 | 0.06 | 152.02 | 0.99 | 0.47 |
| Hex | 1 | EF | 80 | 64 | 0 | 2E | 6 | 98 | 63 | 2F |
| Octal | 1 | 357 | 200 | 144 | 0 | 56 | 6 | 230 | 143 | 57 |
| Binary | 1 | 11101111 | 10000000 | 1100100 | 0 | 101110 | 110 | 10011000 | 1100011 | 101111 |
Color Harmonies of #01EF80
Complementary color
Monochromatic Colors of #01EF80
Black with #01EF80
Text Example
Text Example
White with #01EF80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01EF80; }
p { color: rgb(1,239,128); }
H1.HeaderClassName
{
color: #01EF80;
}
.AnyTagClassName
{
color: #01EF80;
}
</style>
background-color css
<style>
a { background-color: #01EF80; }
a { background-color: rgb(1,239,128); }
div.DivClassName
{
background-color: #01EF80;
}
.BgClassName
{
background-color: #01EF80;
}
</style>
border-color css
<style>
span { border-color: #01EF80; }
span { border-color: rgb(1,239,128); }
td.TdClassName
{
border-color: #01EF80;
}
.TagClassName
{
border-color: #01EF80;
}
</style>