Shades of Spring Green #01EF6F
Tints of Spring Green #01EF6F
RGB
CMYK
RGB Variations
Color information
#01EF6F (or 0x01EF6F) is known color: Spring Green. HEX triplet: 01, EF and 6F. RGB value is (1,239,111). Sum of RGB (Red+Green+Blue) = 1+239+111=351 (46% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 351); Green value is 239 (93.75% from 255 or 68.09% from 351); Blue value is 111 (43.75% from 255 or 31.62% from 351); Max value from RGB is 239 - color contains mainly: green. Hex color #01EF6F is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #01EF6F is #FE1090. Grayscale: #999999. Windows color (decimal): -16650385 or 7335681. OLE color: 7335681.
HSL color Cylindrical-coordinate representation of color #01EF6F: hue angle of 147.73º 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 #01EF6F is Cyan = 1.00, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 1 | 239 | 111 | - |
| CMYK | 1.00 | 0 | 0.54 | 0.06 |
| HSL | 147.73º | 0.99% | 0.47% | - |
| HSV(B) | 147.73º | 1% | 0.94% | - |
| XYZ | 33.75 | 62.89 | 25.4 | - |
| YUV | 153.25 | 104.15 | 19.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 239 | 111 | 1.00 | 0 | 0.54 | 0.06 | 147.73 | 0.99 | 0.47 |
| Hex | 1 | EF | 6F | 64 | 0 | 36 | 6 | 94 | 63 | 2F |
| Octal | 1 | 357 | 157 | 144 | 0 | 66 | 6 | 224 | 143 | 57 |
| Binary | 1 | 11101111 | 1101111 | 1100100 | 0 | 110110 | 110 | 10010100 | 1100011 | 101111 |
Color Harmonies of #01EF6F
Complementary color
Monochromatic Colors of #01EF6F
Black with #01EF6F
Text Example
Text Example
White with #01EF6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01EF6F; }
p { color: rgb(1,239,111); }
H1.HeaderClassName
{
color: #01EF6F;
}
.AnyTagClassName
{
color: #01EF6F;
}
</style>
background-color css
<style>
a { background-color: #01EF6F; }
a { background-color: rgb(1,239,111); }
div.DivClassName
{
background-color: #01EF6F;
}
.BgClassName
{
background-color: #01EF6F;
}
</style>
border-color css
<style>
span { border-color: #01EF6F; }
span { border-color: rgb(1,239,111); }
td.TdClassName
{
border-color: #01EF6F;
}
.TagClassName
{
border-color: #01EF6F;
}
</style>