Shades of Dark Pastel Green #0DDC32
Tints of Dark Pastel Green #0DDC32
RGB
CMYK
RGB Variations
Color information
#0DDC32 (or 0x0DDC32) is known color: Dark Pastel Green. HEX triplet: 0D, DC and 32. RGB value is (13,220,50). Sum of RGB (Red+Green+Blue) = 13+220+50=283 (37% of max value = 765). Red value is 13 (5.47% from 255 or 4.59% from 283); Green value is 220 (86.33% from 255 or 77.74% from 283); Blue value is 50 (19.92% from 255 or 17.67% from 283); Max value from RGB is 220 - color contains mainly: green. Hex color #0DDC32 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DDC32 is #F223CD. Grayscale: #8B8B8B. Windows color (decimal): -15868878 or 3333133. OLE color: 3333133.
HSL color Cylindrical-coordinate representation of color #0DDC32: hue angle of 130.72º 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 #0DDC32 is Cyan = 0.94, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 13 | 220 | 50 | - |
| CMYK | 0.94 | 0 | 0.77 | 0.14 |
| HSL | 130.72º | 0.89% | 0.46% | - |
| HSV(B) | 130.72º | 0.94% | 0.86% | - |
| XYZ | 26.33 | 51.5 | 11.57 | - |
| YUV | 138.73 | 77.92 | 38.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 220 | 50 | 0.94 | 0 | 0.77 | 0.14 | 130.72 | 0.89 | 0.46 |
| Hex | D | DC | 32 | 5E | 0 | 4D | E | 83 | 59 | 2E |
| Octal | 15 | 334 | 62 | 136 | 0 | 115 | 16 | 203 | 131 | 56 |
| Binary | 1101 | 11011100 | 110010 | 1011110 | 0 | 1001101 | 1110 | 10000011 | 1011001 | 101110 |
Color Harmonies of #0DDC32
Complementary color
Monochromatic Colors of #0DDC32
Black with #0DDC32
Text Example
Text Example
White with #0DDC32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DDC32; }
p { color: rgb(13,220,50); }
H1.HeaderClassName
{
color: #0DDC32;
}
.AnyTagClassName
{
color: #0DDC32;
}
</style>
background-color css
<style>
a { background-color: #0DDC32; }
a { background-color: rgb(13,220,50); }
div.DivClassName
{
background-color: #0DDC32;
}
.BgClassName
{
background-color: #0DDC32;
}
</style>
border-color css
<style>
span { border-color: #0DDC32; }
span { border-color: rgb(13,220,50); }
td.TdClassName
{
border-color: #0DDC32;
}
.TagClassName
{
border-color: #0DDC32;
}
</style>