Shades of Spring Green #0EFF74
Tints of Spring Green #0EFF74
RGB
CMYK
RGB Variations
Color information
#0EFF74 (or 0x0EFF74) is known color: Spring Green. HEX triplet: 0E, FF and 74. RGB value is (14,255,116). Sum of RGB (Red+Green+Blue) = 14+255+116=385 (50% of max value = 765). Red value is 14 (5.86% from 255 or 3.64% from 385); Green value is 255 (100% from 255 or 66.23% from 385); Blue value is 116 (45.70% from 255 or 30.13% from 385); Max value from RGB is 255 - color contains mainly: green. Hex color #0EFF74 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0EFF74 is #F1008B. Grayscale: #A7A7A7. Windows color (decimal): -15794316 or 7667470. OLE color: 7667470.
HSL color Cylindrical-coordinate representation of color #0EFF74: hue angle of 145.39º 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 #0EFF74 is Cyan = 0.95, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 14 | 255 | 116 | - |
| CMYK | 0.95 | 0 | 0.55 | 0 |
| HSL | 145.39º | 1% | 0.53% | - |
| HSV(B) | 145.39º | 0.95% | 1% | - |
| XYZ | 39.09 | 72.87 | 28.53 | - |
| YUV | 167.1 | 99.16 | 18.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 255 | 116 | 0.95 | 0 | 0.55 | 0 | 145.39 | 1 | 0.53 |
| Hex | E | FF | 74 | 5F | 0 | 37 | 0 | 91 | 64 | 35 |
| Octal | 16 | 377 | 164 | 137 | 0 | 67 | 0 | 221 | 144 | 65 |
| Binary | 1110 | 11111111 | 1110100 | 1011111 | 0 | 110111 | 0 | 10010001 | 1100100 | 110101 |
Color Harmonies of #0EFF74
Complementary color
Monochromatic Colors of #0EFF74
Black with #0EFF74
Text Example
Text Example
White with #0EFF74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EFF74; }
p { color: rgb(14,255,116); }
H1.HeaderClassName
{
color: #0EFF74;
}
.AnyTagClassName
{
color: #0EFF74;
}
</style>
background-color css
<style>
a { background-color: #0EFF74; }
a { background-color: rgb(14,255,116); }
div.DivClassName
{
background-color: #0EFF74;
}
.BgClassName
{
background-color: #0EFF74;
}
</style>
border-color css
<style>
span { border-color: #0EFF74; }
span { border-color: rgb(14,255,116); }
td.TdClassName
{
border-color: #0EFF74;
}
.TagClassName
{
border-color: #0EFF74;
}
</style>