Shades of Dark Pastel Green #0DDF2E
Tints of Dark Pastel Green #0DDF2E
RGB
CMYK
RGB Variations
Color information
#0DDF2E (or 0x0DDF2E) is known color: Dark Pastel Green. HEX triplet: 0D, DF and 2E. RGB value is (13,223,46). Sum of RGB (Red+Green+Blue) = 13+223+46=282 (37% of max value = 765). Red value is 13 (5.47% from 255 or 4.61% from 282); Green value is 223 (87.5% from 255 or 79.08% from 282); Blue value is 46 (18.36% from 255 or 16.31% from 282); Max value from RGB is 223 - color contains mainly: green. Hex color #0DDF2E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DDF2E is #F220D1. Grayscale: #8C8C8C. Windows color (decimal): -15868114 or 3071757. OLE color: 3071757.
HSL color Cylindrical-coordinate representation of color #0DDF2E: hue angle of 129.43º 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 #0DDF2E is Cyan = 0.94, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 13 | 223 | 46 | - |
| CMYK | 0.94 | 0 | 0.79 | 0.13 |
| HSL | 129.43º | 0.89% | 0.46% | - |
| HSV(B) | 129.43º | 0.94% | 0.87% | - |
| XYZ | 27.05 | 53.06 | 11.4 | - |
| YUV | 140.03 | 74.93 | 37.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 223 | 46 | 0.94 | 0 | 0.79 | 0.13 | 129.43 | 0.89 | 0.46 |
| Hex | D | DF | 2E | 5E | 0 | 4F | D | 81 | 59 | 2E |
| Octal | 15 | 337 | 56 | 136 | 0 | 117 | 15 | 201 | 131 | 56 |
| Binary | 1101 | 11011111 | 101110 | 1011110 | 0 | 1001111 | 1101 | 10000001 | 1011001 | 101110 |
Color Harmonies of #0DDF2E
Complementary color
Monochromatic Colors of #0DDF2E
Black with #0DDF2E
Text Example
Text Example
White with #0DDF2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DDF2E; }
p { color: rgb(13,223,46); }
H1.HeaderClassName
{
color: #0DDF2E;
}
.AnyTagClassName
{
color: #0DDF2E;
}
</style>
background-color css
<style>
a { background-color: #0DDF2E; }
a { background-color: rgb(13,223,46); }
div.DivClassName
{
background-color: #0DDF2E;
}
.BgClassName
{
background-color: #0DDF2E;
}
</style>
border-color css
<style>
span { border-color: #0DDF2E; }
span { border-color: rgb(13,223,46); }
td.TdClassName
{
border-color: #0DDF2E;
}
.TagClassName
{
border-color: #0DDF2E;
}
</style>