Shades of Spring Green #0EDF83
Tints of Spring Green #0EDF83
RGB
CMYK
RGB Variations
Color information
#0EDF83 (or 0x0EDF83) is known color: Spring Green. HEX triplet: 0E, DF and 83. RGB value is (14,223,131). Sum of RGB (Red+Green+Blue) = 14+223+131=368 (48% of max value = 765). Red value is 14 (5.86% from 255 or 3.80% from 368); Green value is 223 (87.5% from 255 or 60.60% from 368); Blue value is 131 (51.56% from 255 or 35.60% from 368); Max value from RGB is 223 - color contains mainly: green. Hex color #0EDF83 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EDF83 is #F1207C. Grayscale: #969696. Windows color (decimal): -15802493 or 8642318. OLE color: 8642318.
HSL color Cylindrical-coordinate representation of color #0EDF83: hue angle of 153.59º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EDF83 is Cyan = 0.94, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 14 | 223 | 131 | - |
| CMYK | 0.94 | 0 | 0.41 | 0.13 |
| HSL | 153.59º | 0.88% | 0.46% | - |
| HSV(B) | 153.59º | 0.94% | 0.87% | - |
| XYZ | 30.67 | 54.51 | 30.38 | - |
| YUV | 150.02 | 117.26 | 30.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 223 | 131 | 0.94 | 0 | 0.41 | 0.13 | 153.59 | 0.88 | 0.46 |
| Hex | E | DF | 83 | 5E | 0 | 29 | D | 9A | 58 | 2E |
| Octal | 16 | 337 | 203 | 136 | 0 | 51 | 15 | 232 | 130 | 56 |
| Binary | 1110 | 11011111 | 10000011 | 1011110 | 0 | 101001 | 1101 | 10011010 | 1011000 | 101110 |
Color Harmonies of #0EDF83
Complementary color
Monochromatic Colors of #0EDF83
Black with #0EDF83
Text Example
Text Example
White with #0EDF83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EDF83; }
p { color: rgb(14,223,131); }
H1.HeaderClassName
{
color: #0EDF83;
}
.AnyTagClassName
{
color: #0EDF83;
}
</style>
background-color css
<style>
a { background-color: #0EDF83; }
a { background-color: rgb(14,223,131); }
div.DivClassName
{
background-color: #0EDF83;
}
.BgClassName
{
background-color: #0EDF83;
}
</style>
border-color css
<style>
span { border-color: #0EDF83; }
span { border-color: rgb(14,223,131); }
td.TdClassName
{
border-color: #0EDF83;
}
.TagClassName
{
border-color: #0EDF83;
}
</style>