Shades of Spring Green #0EFB77
Tints of Spring Green #0EFB77
RGB
CMYK
RGB Variations
Color information
#0EFB77 (or 0x0EFB77) is known color: Spring Green. HEX triplet: 0E, FB and 77. RGB value is (14,251,119). Sum of RGB (Red+Green+Blue) = 14+251+119=384 (50% of max value = 765). Red value is 14 (5.86% from 255 or 3.65% from 384); Green value is 251 (98.44% from 255 or 65.36% from 384); Blue value is 119 (46.88% from 255 or 30.99% from 384); Max value from RGB is 251 - color contains mainly: green. Hex color #0EFB77 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0EFB77 is #F10488. Grayscale: #A5A5A5. Windows color (decimal): -15795337 or 7863054. OLE color: 7863054.
HSL color Cylindrical-coordinate representation of color #0EFB77: hue angle of 146.58º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EFB77 is Cyan = 0.94, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 14 | 251 | 119 | - |
| CMYK | 0.94 | 0 | 0.53 | 0.02 |
| HSL | 146.58º | 0.97% | 0.52% | - |
| HSV(B) | 146.58º | 0.94% | 0.98% | - |
| XYZ | 38.01 | 70.42 | 29.04 | - |
| YUV | 165.09 | 101.98 | 20.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 251 | 119 | 0.94 | 0 | 0.53 | 0.02 | 146.58 | 0.97 | 0.52 |
| Hex | E | FB | 77 | 5E | 0 | 35 | 2 | 93 | 61 | 34 |
| Octal | 16 | 373 | 167 | 136 | 0 | 65 | 2 | 223 | 141 | 64 |
| Binary | 1110 | 11111011 | 1110111 | 1011110 | 0 | 110101 | 10 | 10010011 | 1100001 | 110100 |
Color Harmonies of #0EFB77
Complementary color
Monochromatic Colors of #0EFB77
Black with #0EFB77
Text Example
Text Example
White with #0EFB77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EFB77; }
p { color: rgb(14,251,119); }
H1.HeaderClassName
{
color: #0EFB77;
}
.AnyTagClassName
{
color: #0EFB77;
}
</style>
background-color css
<style>
a { background-color: #0EFB77; }
a { background-color: rgb(14,251,119); }
div.DivClassName
{
background-color: #0EFB77;
}
.BgClassName
{
background-color: #0EFB77;
}
</style>
border-color css
<style>
span { border-color: #0EFB77; }
span { border-color: rgb(14,251,119); }
td.TdClassName
{
border-color: #0EFB77;
}
.TagClassName
{
border-color: #0EFB77;
}
</style>