Shades of Dark Pastel Green #0DD82D
Tints of Dark Pastel Green #0DD82D
RGB
CMYK
RGB Variations
Color information
#0DD82D (or 0x0DD82D) is known color: Dark Pastel Green. HEX triplet: 0D, D8 and 2D. RGB value is (13,216,45). Sum of RGB (Red+Green+Blue) = 13+216+45=274 (36% of max value = 765). Red value is 13 (5.47% from 255 or 4.74% from 274); Green value is 216 (84.77% from 255 or 78.83% from 274); Blue value is 45 (17.97% from 255 or 16.42% from 274); Max value from RGB is 216 - color contains mainly: green. Hex color #0DD82D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DD82D is #F227D2. Grayscale: #888888. Windows color (decimal): -15869907 or 3004429. OLE color: 3004429.
HSL color Cylindrical-coordinate representation of color #0DD82D: hue angle of 129.46º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DD82D is Cyan = 0.94, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 13 | 216 | 45 | - |
| CMYK | 0.94 | 0 | 0.79 | 0.15 |
| HSL | 129.46º | 0.89% | 0.45% | - |
| HSV(B) | 129.46º | 0.94% | 0.85% | - |
| XYZ | 25.2 | 49.39 | 10.69 | - |
| YUV | 135.81 | 76.75 | 40.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 216 | 45 | 0.94 | 0 | 0.79 | 0.15 | 129.46 | 0.89 | 0.45 |
| Hex | D | D8 | 2D | 5E | 0 | 4F | F | 81 | 59 | 2D |
| Octal | 15 | 330 | 55 | 136 | 0 | 117 | 17 | 201 | 131 | 55 |
| Binary | 1101 | 11011000 | 101101 | 1011110 | 0 | 1001111 | 1111 | 10000001 | 1011001 | 101101 |
Color Harmonies of #0DD82D
Complementary color
Monochromatic Colors of #0DD82D
Black with #0DD82D
Text Example
Text Example
White with #0DD82D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DD82D; }
p { color: rgb(13,216,45); }
H1.HeaderClassName
{
color: #0DD82D;
}
.AnyTagClassName
{
color: #0DD82D;
}
</style>
background-color css
<style>
a { background-color: #0DD82D; }
a { background-color: rgb(13,216,45); }
div.DivClassName
{
background-color: #0DD82D;
}
.BgClassName
{
background-color: #0DD82D;
}
</style>
border-color css
<style>
span { border-color: #0DD82D; }
span { border-color: rgb(13,216,45); }
td.TdClassName
{
border-color: #0DD82D;
}
.TagClassName
{
border-color: #0DD82D;
}
</style>