Shades of Spring Green #0DE380
Tints of Spring Green #0DE380
RGB
CMYK
RGB Variations
Color information
#0DE380 (or 0x0DE380) is known color: Spring Green. HEX triplet: 0D, E3 and 80. RGB value is (13,227,128). Sum of RGB (Red+Green+Blue) = 13+227+128=368 (48% of max value = 765). Red value is 13 (5.47% from 255 or 3.53% from 368); Green value is 227 (89.06% from 255 or 61.68% from 368); Blue value is 128 (50.39% from 255 or 34.78% from 368); Max value from RGB is 227 - color contains mainly: green. Hex color #0DE380 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DE380 is #F21C7F. Grayscale: #979797. Windows color (decimal): -15867008 or 8446733. OLE color: 8446733.
HSL color Cylindrical-coordinate representation of color #0DE380: hue angle of 152.24º 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 #0DE380 is Cyan = 0.94, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 13 | 227 | 128 | - |
| CMYK | 0.94 | 0 | 0.44 | 0.11 |
| HSL | 152.24º | 0.89% | 0.47% | - |
| HSV(B) | 152.24º | 0.94% | 0.89% | - |
| XYZ | 31.53 | 56.58 | 29.68 | - |
| YUV | 151.73 | 114.6 | 29.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 227 | 128 | 0.94 | 0 | 0.44 | 0.11 | 152.24 | 0.89 | 0.47 |
| Hex | D | E3 | 80 | 5E | 0 | 2C | B | 98 | 59 | 2F |
| Octal | 15 | 343 | 200 | 136 | 0 | 54 | 13 | 230 | 131 | 57 |
| Binary | 1101 | 11100011 | 10000000 | 1011110 | 0 | 101100 | 1011 | 10011000 | 1011001 | 101111 |
Color Harmonies of #0DE380
Complementary color
Monochromatic Colors of #0DE380
Black with #0DE380
Text Example
Text Example
White with #0DE380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DE380; }
p { color: rgb(13,227,128); }
H1.HeaderClassName
{
color: #0DE380;
}
.AnyTagClassName
{
color: #0DE380;
}
</style>
background-color css
<style>
a { background-color: #0DE380; }
a { background-color: rgb(13,227,128); }
div.DivClassName
{
background-color: #0DE380;
}
.BgClassName
{
background-color: #0DE380;
}
</style>
border-color css
<style>
span { border-color: #0DE380; }
span { border-color: rgb(13,227,128); }
td.TdClassName
{
border-color: #0DE380;
}
.TagClassName
{
border-color: #0DE380;
}
</style>