Shades of Dark Pastel Green #0DD521
Tints of Dark Pastel Green #0DD521
RGB
CMYK
RGB Variations
Color information
#0DD521 (or 0x0DD521) is known color: Dark Pastel Green. HEX triplet: 0D, D5 and 21. RGB value is (13,213,33). Sum of RGB (Red+Green+Blue) = 13+213+33=259 (34% of max value = 765). Red value is 13 (5.47% from 255 or 5.02% from 259); Green value is 213 (83.59% from 255 or 82.24% from 259); Blue value is 33 (13.28% from 255 or 12.74% from 259); Max value from RGB is 213 - color contains mainly: green. Hex color #0DD521 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DD521 is #F22ADE. Grayscale: #858585. Windows color (decimal): -15870687 or 2217229. OLE color: 2217229.
HSL color Cylindrical-coordinate representation of color #0DD521: hue angle of 126º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DD521 is Cyan = 0.94, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 13 | 213 | 33 | - |
| CMYK | 0.94 | 0 | 0.85 | 0.16 |
| HSL | 126º | 0.88% | 0.44% | - |
| HSV(B) | 126º | 0.94% | 0.84% | - |
| XYZ | 24.23 | 47.78 | 9.38 | - |
| YUV | 132.68 | 71.74 | 42.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 213 | 33 | 0.94 | 0 | 0.85 | 0.16 | 126 | 0.88 | 0.44 |
| Hex | D | D5 | 21 | 5E | 0 | 55 | 10 | 7E | 58 | 2C |
| Octal | 15 | 325 | 41 | 136 | 0 | 125 | 20 | 176 | 130 | 54 |
| Binary | 1101 | 11010101 | 100001 | 1011110 | 0 | 1010101 | 10000 | 1111110 | 1011000 | 101100 |
Color Harmonies of #0DD521
Complementary color
Monochromatic Colors of #0DD521
Black with #0DD521
Text Example
Text Example
White with #0DD521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DD521; }
p { color: rgb(13,213,33); }
H1.HeaderClassName
{
color: #0DD521;
}
.AnyTagClassName
{
color: #0DD521;
}
</style>
background-color css
<style>
a { background-color: #0DD521; }
a { background-color: rgb(13,213,33); }
div.DivClassName
{
background-color: #0DD521;
}
.BgClassName
{
background-color: #0DD521;
}
</style>
border-color css
<style>
span { border-color: #0DD521; }
span { border-color: rgb(13,213,33); }
td.TdClassName
{
border-color: #0DD521;
}
.TagClassName
{
border-color: #0DD521;
}
</style>