Shades of Dark Pastel Green #0DDC33
Tints of Dark Pastel Green #0DDC33
RGB
CMYK
RGB Variations
Color information
#0DDC33 (or 0x0DDC33) is known color: Dark Pastel Green. HEX triplet: 0D, DC and 33. RGB value is (13,220,51). Sum of RGB (Red+Green+Blue) = 13+220+51=284 (37% of max value = 765). Red value is 13 (5.47% from 255 or 4.58% from 284); Green value is 220 (86.33% from 255 or 77.46% from 284); Blue value is 51 (20.31% from 255 or 17.96% from 284); Max value from RGB is 220 - color contains mainly: green. Hex color #0DDC33 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DDC33 is #F223CC. Grayscale: #8B8B8B. Windows color (decimal): -15868877 or 3398669. OLE color: 3398669.
HSL color Cylindrical-coordinate representation of color #0DDC33: hue angle of 131.01º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DDC33 is Cyan = 0.94, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 13 | 220 | 51 | - |
| CMYK | 0.94 | 0 | 0.77 | 0.14 |
| HSL | 131.01º | 0.89% | 0.46% | - |
| HSV(B) | 131.01º | 0.94% | 0.86% | - |
| XYZ | 26.36 | 51.51 | 11.69 | - |
| YUV | 138.84 | 78.42 | 38.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 220 | 51 | 0.94 | 0 | 0.77 | 0.14 | 131.01 | 0.89 | 0.46 |
| Hex | D | DC | 33 | 5E | 0 | 4D | E | 83 | 59 | 2E |
| Octal | 15 | 334 | 63 | 136 | 0 | 115 | 16 | 203 | 131 | 56 |
| Binary | 1101 | 11011100 | 110011 | 1011110 | 0 | 1001101 | 1110 | 10000011 | 1011001 | 101110 |
Color Harmonies of #0DDC33
Complementary color
Monochromatic Colors of #0DDC33
Black with #0DDC33
Text Example
Text Example
White with #0DDC33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DDC33; }
p { color: rgb(13,220,51); }
H1.HeaderClassName
{
color: #0DDC33;
}
.AnyTagClassName
{
color: #0DDC33;
}
</style>
background-color css
<style>
a { background-color: #0DDC33; }
a { background-color: rgb(13,220,51); }
div.DivClassName
{
background-color: #0DDC33;
}
.BgClassName
{
background-color: #0DDC33;
}
</style>
border-color css
<style>
span { border-color: #0DDC33; }
span { border-color: rgb(13,220,51); }
td.TdClassName
{
border-color: #0DDC33;
}
.TagClassName
{
border-color: #0DDC33;
}
</style>