Shades of Dark Pastel Green #0DDA33
Tints of Dark Pastel Green #0DDA33
RGB
CMYK
RGB Variations
Color information
#0DDA33 (or 0x0DDA33) is known color: Dark Pastel Green. HEX triplet: 0D, DA and 33. RGB value is (13,218,51). Sum of RGB (Red+Green+Blue) = 13+218+51=282 (37% of max value = 765). Red value is 13 (5.47% from 255 or 4.61% from 282); Green value is 218 (85.55% from 255 or 77.30% from 282); Blue value is 51 (20.31% from 255 or 18.09% from 282); Max value from RGB is 218 - color contains mainly: green. Hex color #0DDA33 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DDA33 is #F225CC. Grayscale: #8A8A8A. Windows color (decimal): -15869389 or 3398157. OLE color: 3398157.
HSL color Cylindrical-coordinate representation of color #0DDA33: hue angle of 131.12º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DDA33 is Cyan = 0.94, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 13 | 218 | 51 | - |
| CMYK | 0.94 | 0 | 0.77 | 0.15 |
| HSL | 131.12º | 0.89% | 0.45% | - |
| HSV(B) | 131.12º | 0.94% | 0.85% | - |
| XYZ | 25.83 | 50.47 | 11.51 | - |
| YUV | 137.67 | 79.08 | 39.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 218 | 51 | 0.94 | 0 | 0.77 | 0.15 | 131.12 | 0.89 | 0.45 |
| Hex | D | DA | 33 | 5E | 0 | 4D | F | 83 | 59 | 2D |
| Octal | 15 | 332 | 63 | 136 | 0 | 115 | 17 | 203 | 131 | 55 |
| Binary | 1101 | 11011010 | 110011 | 1011110 | 0 | 1001101 | 1111 | 10000011 | 1011001 | 101101 |
Color Harmonies of #0DDA33
Complementary color
Monochromatic Colors of #0DDA33
Black with #0DDA33
Text Example
Text Example
White with #0DDA33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DDA33; }
p { color: rgb(13,218,51); }
H1.HeaderClassName
{
color: #0DDA33;
}
.AnyTagClassName
{
color: #0DDA33;
}
</style>
background-color css
<style>
a { background-color: #0DDA33; }
a { background-color: rgb(13,218,51); }
div.DivClassName
{
background-color: #0DDA33;
}
.BgClassName
{
background-color: #0DDA33;
}
</style>
border-color css
<style>
span { border-color: #0DDA33; }
span { border-color: rgb(13,218,51); }
td.TdClassName
{
border-color: #0DDA33;
}
.TagClassName
{
border-color: #0DDA33;
}
</style>