Shades of Spring Green #0DE781
Tints of Spring Green #0DE781
RGB
CMYK
RGB Variations
Color information
#0DE781 (or 0x0DE781) is known color: Spring Green. HEX triplet: 0D, E7 and 81. RGB value is (13,231,129). Sum of RGB (Red+Green+Blue) = 13+231+129=373 (49% of max value = 765). Red value is 13 (5.47% from 255 or 3.49% from 373); Green value is 231 (90.62% from 255 or 61.93% from 373); Blue value is 129 (50.78% from 255 or 34.58% from 373); Max value from RGB is 231 - color contains mainly: green. Hex color #0DE781 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0DE781 is #F2187E. Grayscale: #9A9A9A. Windows color (decimal): -15865983 or 8513293. OLE color: 8513293.
HSL color Cylindrical-coordinate representation of color #0DE781: hue angle of 151.93º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DE781 is Cyan = 0.94, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 13 | 231 | 129 | - |
| CMYK | 0.94 | 0 | 0.44 | 0.09 |
| HSL | 151.93º | 0.89% | 0.48% | - |
| HSV(B) | 151.93º | 0.94% | 0.91% | - |
| XYZ | 32.7 | 58.82 | 30.4 | - |
| YUV | 154.19 | 113.78 | 27.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 231 | 129 | 0.94 | 0 | 0.44 | 0.09 | 151.93 | 0.89 | 0.48 |
| Hex | D | E7 | 81 | 5E | 0 | 2C | 9 | 98 | 59 | 30 |
| Octal | 15 | 347 | 201 | 136 | 0 | 54 | 11 | 230 | 131 | 60 |
| Binary | 1101 | 11100111 | 10000001 | 1011110 | 0 | 101100 | 1001 | 10011000 | 1011001 | 110000 |
Color Harmonies of #0DE781
Complementary color
Monochromatic Colors of #0DE781
Black with #0DE781
Text Example
Text Example
White with #0DE781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DE781; }
p { color: rgb(13,231,129); }
H1.HeaderClassName
{
color: #0DE781;
}
.AnyTagClassName
{
color: #0DE781;
}
</style>
background-color css
<style>
a { background-color: #0DE781; }
a { background-color: rgb(13,231,129); }
div.DivClassName
{
background-color: #0DE781;
}
.BgClassName
{
background-color: #0DE781;
}
</style>
border-color css
<style>
span { border-color: #0DE781; }
span { border-color: rgb(13,231,129); }
td.TdClassName
{
border-color: #0DE781;
}
.TagClassName
{
border-color: #0DE781;
}
</style>