Shades of Spring Green #0EFF63
Tints of Spring Green #0EFF63
RGB
CMYK
RGB Variations
Color information
#0EFF63 (or 0x0EFF63) is known color: Spring Green. HEX triplet: 0E, FF and 63. RGB value is (14,255,99). Sum of RGB (Red+Green+Blue) = 14+255+99=368 (48% of max value = 765). Red value is 14 (5.86% from 255 or 3.80% from 368); Green value is 255 (100% from 255 or 69.29% from 368); Blue value is 99 (39.06% from 255 or 26.90% from 368); Max value from RGB is 255 - color contains mainly: green. Hex color #0EFF63 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0EFF63 is #F1009C. Grayscale: #A5A5A5. Windows color (decimal): -15794333 or 6553358. OLE color: 6553358.
HSL color Cylindrical-coordinate representation of color #0EFF63: hue angle of 141.16º 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 #0EFF63 is Cyan = 0.95, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.
Color convert
| RGB | 14 | 255 | 99 | - |
| CMYK | 0.95 | 0 | 0.61 | 0 |
| HSL | 141.16º | 1% | 0.53% | - |
| HSV(B) | 141.16º | 0.95% | 1% | - |
| XYZ | 38.19 | 72.51 | 23.79 | - |
| YUV | 165.16 | 90.66 | 20.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 255 | 99 | 0.95 | 0 | 0.61 | 0 | 141.16 | 1 | 0.53 |
| Hex | E | FF | 63 | 5F | 0 | 3D | 0 | 8D | 64 | 35 |
| Octal | 16 | 377 | 143 | 137 | 0 | 75 | 0 | 215 | 144 | 65 |
| Binary | 1110 | 11111111 | 1100011 | 1011111 | 0 | 111101 | 0 | 10001101 | 1100100 | 110101 |
Color Harmonies of #0EFF63
Complementary color
Monochromatic Colors of #0EFF63
Black with #0EFF63
Text Example
Text Example
White with #0EFF63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EFF63; }
p { color: rgb(14,255,99); }
H1.HeaderClassName
{
color: #0EFF63;
}
.AnyTagClassName
{
color: #0EFF63;
}
</style>
background-color css
<style>
a { background-color: #0EFF63; }
a { background-color: rgb(14,255,99); }
div.DivClassName
{
background-color: #0EFF63;
}
.BgClassName
{
background-color: #0EFF63;
}
</style>
border-color css
<style>
span { border-color: #0EFF63; }
span { border-color: rgb(14,255,99); }
td.TdClassName
{
border-color: #0EFF63;
}
.TagClassName
{
border-color: #0EFF63;
}
</style>