Html Css Color HEX #0DE388 Medium Spring Green
📋 copy color: '#0DE388'red 13 ◦ green 227 ◦ blue 136
Shades of Medium Spring Green #0DE388
Tints of Medium Spring Green #0DE388
RGB
CMYK
RGB Variations
Color information
#0DE388 (or 0x0DE388) is known color: Medium Spring Green. HEX triplet: 0D, E3 and 88. RGB value is (13,227,136). Sum of RGB (Red+Green+Blue) = 13+227+136=376 (49% of max value = 765). Red value is 13 (5.47% from 255 or 3.46% from 376); Green value is 227 (89.06% from 255 or 60.37% from 376); Blue value is 136 (53.52% from 255 or 36.17% from 376); Max value from RGB is 227 - color contains mainly: green. Hex color #0DE388 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DE388 is #F21C77. Grayscale: #989898. Windows color (decimal): -15867000 or 8971021. OLE color: 8971021.
HSL color Cylindrical-coordinate representation of color #0DE388: hue angle of 154.49º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DE388 is Cyan = 0.94, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 13 | 227 | 136 | - |
| CMYK | 0.94 | 0 | 0.40 | 0.11 |
| HSL | 154.49º | 0.89% | 0.47% | - |
| HSV(B) | 154.49º | 0.94% | 0.89% | - |
| XYZ | 32.08 | 56.8 | 32.57 | - |
| YUV | 152.64 | 118.6 | 28.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 227 | 136 | 0.94 | 0 | 0.40 | 0.11 | 154.49 | 0.89 | 0.47 |
| Hex | D | E3 | 88 | 5E | 0 | 28 | B | 9A | 59 | 2F |
| Octal | 15 | 343 | 210 | 136 | 0 | 50 | 13 | 232 | 131 | 57 |
| Binary | 1101 | 11100011 | 10001000 | 1011110 | 0 | 101000 | 1011 | 10011010 | 1011001 | 101111 |
Color Harmonies of #0DE388
Complementary color
Monochromatic Colors of #0DE388
Black with #0DE388
Text Example
Text Example
White with #0DE388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DE388; }
p { color: rgb(13,227,136); }
H1.HeaderClassName
{
color: #0DE388;
}
.AnyTagClassName
{
color: #0DE388;
}
</style>
background-color css
<style>
a { background-color: #0DE388; }
a { background-color: rgb(13,227,136); }
div.DivClassName
{
background-color: #0DE388;
}
.BgClassName
{
background-color: #0DE388;
}
</style>
border-color css
<style>
span { border-color: #0DE388; }
span { border-color: rgb(13,227,136); }
td.TdClassName
{
border-color: #0DE388;
}
.TagClassName
{
border-color: #0DE388;
}
</style>