Shades of Spring Green #0DE371
Tints of Spring Green #0DE371
RGB
CMYK
RGB Variations
Color information
#0DE371 (or 0x0DE371) is known color: Spring Green. HEX triplet: 0D, E3 and 71. RGB value is (13,227,113). Sum of RGB (Red+Green+Blue) = 13+227+113=353 (46% of max value = 765). Red value is 13 (5.47% from 255 or 3.68% from 353); Green value is 227 (89.06% from 255 or 64.31% from 353); Blue value is 113 (44.53% from 255 or 32.01% from 353); Max value from RGB is 227 - color contains mainly: green. Hex color #0DE371 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DE371 is #F21C8E. Grayscale: #969696. Windows color (decimal): -15867023 or 7463693. OLE color: 7463693.
HSL color Cylindrical-coordinate representation of color #0DE371: hue angle of 148.04º 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 #0DE371 is Cyan = 0.94, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 13 | 227 | 113 | - |
| CMYK | 0.94 | 0 | 0.50 | 0.11 |
| HSL | 148.04º | 0.89% | 0.47% | - |
| HSV(B) | 148.04º | 0.94% | 0.89% | - |
| XYZ | 30.62 | 56.22 | 24.86 | - |
| YUV | 150.02 | 107.1 | 30.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 227 | 113 | 0.94 | 0 | 0.50 | 0.11 | 148.04 | 0.89 | 0.47 |
| Hex | D | E3 | 71 | 5E | 0 | 32 | B | 94 | 59 | 2F |
| Octal | 15 | 343 | 161 | 136 | 0 | 62 | 13 | 224 | 131 | 57 |
| Binary | 1101 | 11100011 | 1110001 | 1011110 | 0 | 110010 | 1011 | 10010100 | 1011001 | 101111 |
Color Harmonies of #0DE371
Complementary color
Monochromatic Colors of #0DE371
Black with #0DE371
Text Example
Text Example
White with #0DE371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DE371; }
p { color: rgb(13,227,113); }
H1.HeaderClassName
{
color: #0DE371;
}
.AnyTagClassName
{
color: #0DE371;
}
</style>
background-color css
<style>
a { background-color: #0DE371; }
a { background-color: rgb(13,227,113); }
div.DivClassName
{
background-color: #0DE371;
}
.BgClassName
{
background-color: #0DE371;
}
</style>
border-color css
<style>
span { border-color: #0DE371; }
span { border-color: rgb(13,227,113); }
td.TdClassName
{
border-color: #0DE371;
}
.TagClassName
{
border-color: #0DE371;
}
</style>