Shades of Dark Pastel Green #0DD23B
Tints of Dark Pastel Green #0DD23B
RGB
CMYK
RGB Variations
Color information
#0DD23B (or 0x0DD23B) is known color: Dark Pastel Green. HEX triplet: 0D, D2 and 3B. RGB value is (13,210,59). Sum of RGB (Red+Green+Blue) = 13+210+59=282 (37% of max value = 765). Red value is 13 (5.47% from 255 or 4.61% from 282); Green value is 210 (82.42% from 255 or 74.47% from 282); Blue value is 59 (23.44% from 255 or 20.92% from 282); Max value from RGB is 210 - color contains mainly: green. Hex color #0DD23B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DD23B is #F22DC4. Grayscale: #868686. Windows color (decimal): -15871429 or 3920397. OLE color: 3920397.
HSL color Cylindrical-coordinate representation of color #0DD23B: hue angle of 134.01º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DD23B is Cyan = 0.94, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 13 | 210 | 59 | - |
| CMYK | 0.94 | 0 | 0.72 | 0.18 |
| HSL | 134.01º | 0.88% | 0.44% | - |
| HSV(B) | 134.01º | 0.94% | 0.82% | - |
| XYZ | 24 | 46.49 | 11.85 | - |
| YUV | 133.88 | 85.73 | 41.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 210 | 59 | 0.94 | 0 | 0.72 | 0.18 | 134.01 | 0.88 | 0.44 |
| Hex | D | D2 | 3B | 5E | 0 | 48 | 12 | 86 | 58 | 2C |
| Octal | 15 | 322 | 73 | 136 | 0 | 110 | 22 | 206 | 130 | 54 |
| Binary | 1101 | 11010010 | 111011 | 1011110 | 0 | 1001000 | 10010 | 10000110 | 1011000 | 101100 |
Color Harmonies of #0DD23B
Complementary color
Monochromatic Colors of #0DD23B
Black with #0DD23B
Text Example
Text Example
White with #0DD23B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DD23B; }
p { color: rgb(13,210,59); }
H1.HeaderClassName
{
color: #0DD23B;
}
.AnyTagClassName
{
color: #0DD23B;
}
</style>
background-color css
<style>
a { background-color: #0DD23B; }
a { background-color: rgb(13,210,59); }
div.DivClassName
{
background-color: #0DD23B;
}
.BgClassName
{
background-color: #0DD23B;
}
</style>
border-color css
<style>
span { border-color: #0DD23B; }
span { border-color: rgb(13,210,59); }
td.TdClassName
{
border-color: #0DD23B;
}
.TagClassName
{
border-color: #0DD23B;
}
</style>