Shades of Spring Green #0EFD77
Tints of Spring Green #0EFD77
RGB
CMYK
RGB Variations
Color information
#0EFD77 (or 0x0EFD77) is known color: Spring Green. HEX triplet: 0E, FD and 77. RGB value is (14,253,119). Sum of RGB (Red+Green+Blue) = 14+253+119=386 (51% of max value = 765). Red value is 14 (5.86% from 255 or 3.63% from 386); Green value is 253 (99.22% from 255 or 65.54% from 386); Blue value is 119 (46.88% from 255 or 30.83% from 386); Max value from RGB is 253 - color contains mainly: green. Hex color #0EFD77 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0EFD77 is #F10288. Grayscale: #A6A6A6. Windows color (decimal): -15794825 or 7863566. OLE color: 7863566.
HSL color Cylindrical-coordinate representation of color #0EFD77: hue angle of 146.36º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EFD77 is Cyan = 0.94, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 14 | 253 | 119 | - |
| CMYK | 0.94 | 0 | 0.53 | 0.01 |
| HSL | 146.36º | 0.98% | 0.52% | - |
| HSV(B) | 146.36º | 0.94% | 0.99% | - |
| XYZ | 38.64 | 71.68 | 29.25 | - |
| YUV | 166.26 | 101.32 | 19.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 253 | 119 | 0.94 | 0 | 0.53 | 0.01 | 146.36 | 0.98 | 0.52 |
| Hex | E | FD | 77 | 5E | 0 | 35 | 1 | 92 | 62 | 34 |
| Octal | 16 | 375 | 167 | 136 | 0 | 65 | 1 | 222 | 142 | 64 |
| Binary | 1110 | 11111101 | 1110111 | 1011110 | 0 | 110101 | 1 | 10010010 | 1100010 | 110100 |
Color Harmonies of #0EFD77
Complementary color
Monochromatic Colors of #0EFD77
Black with #0EFD77
Text Example
Text Example
White with #0EFD77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EFD77; }
p { color: rgb(14,253,119); }
H1.HeaderClassName
{
color: #0EFD77;
}
.AnyTagClassName
{
color: #0EFD77;
}
</style>
background-color css
<style>
a { background-color: #0EFD77; }
a { background-color: rgb(14,253,119); }
div.DivClassName
{
background-color: #0EFD77;
}
.BgClassName
{
background-color: #0EFD77;
}
</style>
border-color css
<style>
span { border-color: #0EFD77; }
span { border-color: rgb(14,253,119); }
td.TdClassName
{
border-color: #0EFD77;
}
.TagClassName
{
border-color: #0EFD77;
}
</style>