Shades of Dark Pastel Green #0DD132
Tints of Dark Pastel Green #0DD132
RGB
CMYK
RGB Variations
Color information
#0DD132 (or 0x0DD132) is known color: Dark Pastel Green. HEX triplet: 0D, D1 and 32. RGB value is (13,209,50). Sum of RGB (Red+Green+Blue) = 13+209+50=272 (36% of max value = 765). Red value is 13 (5.47% from 255 or 4.78% from 272); Green value is 209 (82.03% from 255 or 76.84% from 272); Blue value is 50 (19.92% from 255 or 18.38% from 272); Max value from RGB is 209 - color contains mainly: green. Hex color #0DD132 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DD132 is #F22ECD. Grayscale: #848484. Windows color (decimal): -15871694 or 3330317. OLE color: 3330317.
HSL color Cylindrical-coordinate representation of color #0DD132: hue angle of 131.33º 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 #0DD132 is Cyan = 0.94, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 13 | 209 | 50 | - |
| CMYK | 0.94 | 0 | 0.76 | 0.18 |
| HSL | 131.33º | 0.88% | 0.44% | - |
| HSV(B) | 131.33º | 0.94% | 0.82% | - |
| XYZ | 23.54 | 45.92 | 10.64 | - |
| YUV | 132.27 | 81.57 | 42.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 209 | 50 | 0.94 | 0 | 0.76 | 0.18 | 131.33 | 0.88 | 0.44 |
| Hex | D | D1 | 32 | 5E | 0 | 4C | 12 | 83 | 58 | 2C |
| Octal | 15 | 321 | 62 | 136 | 0 | 114 | 22 | 203 | 130 | 54 |
| Binary | 1101 | 11010001 | 110010 | 1011110 | 0 | 1001100 | 10010 | 10000011 | 1011000 | 101100 |
Color Harmonies of #0DD132
Complementary color
Monochromatic Colors of #0DD132
Black with #0DD132
Text Example
Text Example
White with #0DD132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DD132; }
p { color: rgb(13,209,50); }
H1.HeaderClassName
{
color: #0DD132;
}
.AnyTagClassName
{
color: #0DD132;
}
</style>
background-color css
<style>
a { background-color: #0DD132; }
a { background-color: rgb(13,209,50); }
div.DivClassName
{
background-color: #0DD132;
}
.BgClassName
{
background-color: #0DD132;
}
</style>
border-color css
<style>
span { border-color: #0DD132; }
span { border-color: rgb(13,209,50); }
td.TdClassName
{
border-color: #0DD132;
}
.TagClassName
{
border-color: #0DD132;
}
</style>