Shades of Spring Green #0DE671
Tints of Spring Green #0DE671
RGB
CMYK
RGB Variations
Color information
#0DE671 (or 0x0DE671) is known color: Spring Green. HEX triplet: 0D, E6 and 71. RGB value is (13,230,113). Sum of RGB (Red+Green+Blue) = 13+230+113=356 (47% of max value = 765). Red value is 13 (5.47% from 255 or 3.65% from 356); Green value is 230 (90.23% from 255 or 64.61% from 356); Blue value is 113 (44.53% from 255 or 31.74% from 356); Max value from RGB is 230 - color contains mainly: green. Hex color #0DE671 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0DE671 is #F2198E. Grayscale: #989898. Windows color (decimal): -15866255 or 7464461. OLE color: 7464461.
HSL color Cylindrical-coordinate representation of color #0DE671: hue angle of 147.65º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DE671 is Cyan = 0.94, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 13 | 230 | 113 | - |
| CMYK | 0.94 | 0 | 0.51 | 0.10 |
| HSL | 147.65º | 0.89% | 0.48% | - |
| HSV(B) | 147.65º | 0.94% | 0.9% | - |
| XYZ | 31.44 | 57.87 | 25.14 | - |
| YUV | 151.78 | 106.11 | 29.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 230 | 113 | 0.94 | 0 | 0.51 | 0.10 | 147.65 | 0.89 | 0.48 |
| Hex | D | E6 | 71 | 5E | 0 | 33 | A | 94 | 59 | 30 |
| Octal | 15 | 346 | 161 | 136 | 0 | 63 | 12 | 224 | 131 | 60 |
| Binary | 1101 | 11100110 | 1110001 | 1011110 | 0 | 110011 | 1010 | 10010100 | 1011001 | 110000 |
Color Harmonies of #0DE671
Complementary color
Monochromatic Colors of #0DE671
Black with #0DE671
Text Example
Text Example
White with #0DE671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DE671; }
p { color: rgb(13,230,113); }
H1.HeaderClassName
{
color: #0DE671;
}
.AnyTagClassName
{
color: #0DE671;
}
</style>
background-color css
<style>
a { background-color: #0DE671; }
a { background-color: rgb(13,230,113); }
div.DivClassName
{
background-color: #0DE671;
}
.BgClassName
{
background-color: #0DE671;
}
</style>
border-color css
<style>
span { border-color: #0DE671; }
span { border-color: rgb(13,230,113); }
td.TdClassName
{
border-color: #0DE671;
}
.TagClassName
{
border-color: #0DE671;
}
</style>