Shades of Spring Green #0EFF64
Tints of Spring Green #0EFF64
RGB
CMYK
RGB Variations
Color information
#0EFF64 (or 0x0EFF64) is known color: Spring Green. HEX triplet: 0E, FF and 64. RGB value is (14,255,100). Sum of RGB (Red+Green+Blue) = 14+255+100=369 (48% of max value = 765). Red value is 14 (5.86% from 255 or 3.79% from 369); Green value is 255 (100% from 255 or 69.11% from 369); Blue value is 100 (39.45% from 255 or 27.10% from 369); Max value from RGB is 255 - color contains mainly: green. Hex color #0EFF64 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0EFF64 is #F1009B. Grayscale: #A5A5A5. Windows color (decimal): -15794332 or 6618894. OLE color: 6618894.
HSL color Cylindrical-coordinate representation of color #0EFF64: hue angle of 141.41º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0EFF64 is Cyan = 0.95, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.
Color convert
| RGB | 14 | 255 | 100 | - |
| CMYK | 0.95 | 0 | 0.61 | 0 |
| HSL | 141.41º | 1% | 0.53% | - |
| HSV(B) | 141.41º | 0.95% | 1% | - |
| XYZ | 38.24 | 72.53 | 24.04 | - |
| YUV | 165.27 | 91.16 | 20.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 255 | 100 | 0.95 | 0 | 0.61 | 0 | 141.41 | 1 | 0.53 |
| Hex | E | FF | 64 | 5F | 0 | 3D | 0 | 8D | 64 | 35 |
| Octal | 16 | 377 | 144 | 137 | 0 | 75 | 0 | 215 | 144 | 65 |
| Binary | 1110 | 11111111 | 1100100 | 1011111 | 0 | 111101 | 0 | 10001101 | 1100100 | 110101 |
Color Harmonies of #0EFF64
Complementary color
Monochromatic Colors of #0EFF64
Black with #0EFF64
Text Example
Text Example
White with #0EFF64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EFF64; }
p { color: rgb(14,255,100); }
H1.HeaderClassName
{
color: #0EFF64;
}
.AnyTagClassName
{
color: #0EFF64;
}
</style>
background-color css
<style>
a { background-color: #0EFF64; }
a { background-color: rgb(14,255,100); }
div.DivClassName
{
background-color: #0EFF64;
}
.BgClassName
{
background-color: #0EFF64;
}
</style>
border-color css
<style>
span { border-color: #0EFF64; }
span { border-color: rgb(14,255,100); }
td.TdClassName
{
border-color: #0EFF64;
}
.TagClassName
{
border-color: #0EFF64;
}
</style>