Shades of Spring Green #0DE875
Tints of Spring Green #0DE875
RGB
CMYK
RGB Variations
Color information
#0DE875 (or 0x0DE875) is known color: Spring Green. HEX triplet: 0D, E8 and 75. RGB value is (13,232,117). Sum of RGB (Red+Green+Blue) = 13+232+117=362 (47% of max value = 765). Red value is 13 (5.47% from 255 or 3.59% from 362); Green value is 232 (91.02% from 255 or 64.09% from 362); Blue value is 117 (46.09% from 255 or 32.32% from 362); Max value from RGB is 232 - color contains mainly: green. Hex color #0DE875 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0DE875 is #F2178A. Grayscale: #999999. Windows color (decimal): -15865739 or 7727117. OLE color: 7727117.
HSL color Cylindrical-coordinate representation of color #0DE875: hue angle of 148.49º 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 #0DE875 is Cyan = 0.94, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 13 | 232 | 117 | - |
| CMYK | 0.94 | 0 | 0.50 | 0.09 |
| HSL | 148.49º | 0.89% | 0.48% | - |
| HSV(B) | 148.49º | 0.94% | 0.91% | - |
| XYZ | 32.23 | 59.08 | 26.53 | - |
| YUV | 153.41 | 107.45 | 27.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 232 | 117 | 0.94 | 0 | 0.50 | 0.09 | 148.49 | 0.89 | 0.48 |
| Hex | D | E8 | 75 | 5E | 0 | 32 | 9 | 94 | 59 | 30 |
| Octal | 15 | 350 | 165 | 136 | 0 | 62 | 11 | 224 | 131 | 60 |
| Binary | 1101 | 11101000 | 1110101 | 1011110 | 0 | 110010 | 1001 | 10010100 | 1011001 | 110000 |
Color Harmonies of #0DE875
Complementary color
Monochromatic Colors of #0DE875
Black with #0DE875
Text Example
Text Example
White with #0DE875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DE875; }
p { color: rgb(13,232,117); }
H1.HeaderClassName
{
color: #0DE875;
}
.AnyTagClassName
{
color: #0DE875;
}
</style>
background-color css
<style>
a { background-color: #0DE875; }
a { background-color: rgb(13,232,117); }
div.DivClassName
{
background-color: #0DE875;
}
.BgClassName
{
background-color: #0DE875;
}
</style>
border-color css
<style>
span { border-color: #0DE875; }
span { border-color: rgb(13,232,117); }
td.TdClassName
{
border-color: #0DE875;
}
.TagClassName
{
border-color: #0DE875;
}
</style>