Shades of Spring Green #0DDE81
Tints of Spring Green #0DDE81
RGB
CMYK
RGB Variations
Color information
#0DDE81 (or 0x0DDE81) is known color: Spring Green. HEX triplet: 0D, DE and 81. RGB value is (13,222,129). Sum of RGB (Red+Green+Blue) = 13+222+129=364 (48% of max value = 765). Red value is 13 (5.47% from 255 or 3.57% from 364); Green value is 222 (87.11% from 255 or 60.99% from 364); Blue value is 129 (50.78% from 255 or 35.44% from 364); Max value from RGB is 222 - color contains mainly: green. Hex color #0DDE81 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DDE81 is #F2217E. Grayscale: #959595. Windows color (decimal): -15868287 or 8510989. OLE color: 8510989.
HSL color Cylindrical-coordinate representation of color #0DDE81: hue angle of 153.3º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DDE81 is Cyan = 0.94, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 13 | 222 | 129 | - |
| CMYK | 0.94 | 0 | 0.42 | 0.13 |
| HSL | 153.3º | 0.89% | 0.46% | - |
| HSV(B) | 153.3º | 0.94% | 0.87% | - |
| XYZ | 30.25 | 53.91 | 29.58 | - |
| YUV | 148.91 | 116.76 | 31.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 222 | 129 | 0.94 | 0 | 0.42 | 0.13 | 153.3 | 0.89 | 0.46 |
| Hex | D | DE | 81 | 5E | 0 | 2A | D | 99 | 59 | 2E |
| Octal | 15 | 336 | 201 | 136 | 0 | 52 | 15 | 231 | 131 | 56 |
| Binary | 1101 | 11011110 | 10000001 | 1011110 | 0 | 101010 | 1101 | 10011001 | 1011001 | 101110 |
Color Harmonies of #0DDE81
Complementary color
Monochromatic Colors of #0DDE81
Black with #0DDE81
Text Example
Text Example
White with #0DDE81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DDE81; }
p { color: rgb(13,222,129); }
H1.HeaderClassName
{
color: #0DDE81;
}
.AnyTagClassName
{
color: #0DDE81;
}
</style>
background-color css
<style>
a { background-color: #0DDE81; }
a { background-color: rgb(13,222,129); }
div.DivClassName
{
background-color: #0DDE81;
}
.BgClassName
{
background-color: #0DDE81;
}
</style>
border-color css
<style>
span { border-color: #0DDE81; }
span { border-color: rgb(13,222,129); }
td.TdClassName
{
border-color: #0DDE81;
}
.TagClassName
{
border-color: #0DDE81;
}
</style>