Shades of Spring Green #0DDB79
Tints of Spring Green #0DDB79
RGB
CMYK
RGB Variations
Color information
#0DDB79 (or 0x0DDB79) is known color: Spring Green. HEX triplet: 0D, DB and 79. RGB value is (13,219,121). Sum of RGB (Red+Green+Blue) = 13+219+121=353 (46% of max value = 765). Red value is 13 (5.47% from 255 or 3.68% from 353); Green value is 219 (85.94% from 255 or 62.04% from 353); Blue value is 121 (47.66% from 255 or 34.28% from 353); Max value from RGB is 219 - color contains mainly: green. Hex color #0DDB79 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DDB79 is #F22486. Grayscale: #929292. Windows color (decimal): -15869063 or 7985933. OLE color: 7985933.
HSL color Cylindrical-coordinate representation of color #0DDB79: hue angle of 151.46º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DDB79 is Cyan = 0.94, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 13 | 219 | 121 | - |
| CMYK | 0.94 | 0 | 0.45 | 0.14 |
| HSL | 151.46º | 0.89% | 0.45% | - |
| HSV(B) | 151.46º | 0.94% | 0.86% | - |
| XYZ | 28.95 | 52.13 | 26.63 | - |
| YUV | 146.23 | 113.75 | 32.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 219 | 121 | 0.94 | 0 | 0.45 | 0.14 | 151.46 | 0.89 | 0.45 |
| Hex | D | DB | 79 | 5E | 0 | 2D | E | 97 | 59 | 2D |
| Octal | 15 | 333 | 171 | 136 | 0 | 55 | 16 | 227 | 131 | 55 |
| Binary | 1101 | 11011011 | 1111001 | 1011110 | 0 | 101101 | 1110 | 10010111 | 1011001 | 101101 |
Color Harmonies of #0DDB79
Complementary color
Monochromatic Colors of #0DDB79
Black with #0DDB79
Text Example
Text Example
White with #0DDB79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DDB79; }
p { color: rgb(13,219,121); }
H1.HeaderClassName
{
color: #0DDB79;
}
.AnyTagClassName
{
color: #0DDB79;
}
</style>
background-color css
<style>
a { background-color: #0DDB79; }
a { background-color: rgb(13,219,121); }
div.DivClassName
{
background-color: #0DDB79;
}
.BgClassName
{
background-color: #0DDB79;
}
</style>
border-color css
<style>
span { border-color: #0DDB79; }
span { border-color: rgb(13,219,121); }
td.TdClassName
{
border-color: #0DDB79;
}
.TagClassName
{
border-color: #0DDB79;
}
</style>