Shades of Spring Green #0DE083
Tints of Spring Green #0DE083
RGB
CMYK
RGB Variations
Color information
#0DE083 (or 0x0DE083) is known color: Spring Green. HEX triplet: 0D, E0 and 83. RGB value is (13,224,131). Sum of RGB (Red+Green+Blue) = 13+224+131=368 (48% of max value = 765). Red value is 13 (5.47% from 255 or 3.53% from 368); Green value is 224 (87.89% from 255 or 60.87% from 368); Blue value is 131 (51.56% from 255 or 35.60% from 368); Max value from RGB is 224 - color contains mainly: green. Hex color #0DE083 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DE083 is #F21F7C. Grayscale: #969696. Windows color (decimal): -15867773 or 8642573. OLE color: 8642573.
HSL color Cylindrical-coordinate representation of color #0DE083: hue angle of 153.55º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DE083 is Cyan = 0.94, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 13 | 224 | 131 | - |
| CMYK | 0.94 | 0 | 0.42 | 0.12 |
| HSL | 153.55º | 0.89% | 0.46% | - |
| HSV(B) | 153.55º | 0.94% | 0.88% | - |
| XYZ | 30.92 | 55.04 | 30.47 | - |
| YUV | 150.31 | 117.1 | 30.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 224 | 131 | 0.94 | 0 | 0.42 | 0.12 | 153.55 | 0.89 | 0.46 |
| Hex | D | E0 | 83 | 5E | 0 | 2A | C | 9A | 59 | 2E |
| Octal | 15 | 340 | 203 | 136 | 0 | 52 | 14 | 232 | 131 | 56 |
| Binary | 1101 | 11100000 | 10000011 | 1011110 | 0 | 101010 | 1100 | 10011010 | 1011001 | 101110 |
Color Harmonies of #0DE083
Complementary color
Monochromatic Colors of #0DE083
Black with #0DE083
Text Example
Text Example
White with #0DE083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DE083; }
p { color: rgb(13,224,131); }
H1.HeaderClassName
{
color: #0DE083;
}
.AnyTagClassName
{
color: #0DE083;
}
</style>
background-color css
<style>
a { background-color: #0DE083; }
a { background-color: rgb(13,224,131); }
div.DivClassName
{
background-color: #0DE083;
}
.BgClassName
{
background-color: #0DE083;
}
</style>
border-color css
<style>
span { border-color: #0DE083; }
span { border-color: rgb(13,224,131); }
td.TdClassName
{
border-color: #0DE083;
}
.TagClassName
{
border-color: #0DE083;
}
</style>