Shades of Dark Pastel Green #0DBD4B
Tints of Dark Pastel Green #0DBD4B
RGB
CMYK
RGB Variations
Color information
#0DBD4B (or 0x0DBD4B) is known color: Dark Pastel Green. HEX triplet: 0D, BD and 4B. RGB value is (13,189,75). Sum of RGB (Red+Green+Blue) = 13+189+75=277 (36% of max value = 765). Red value is 13 (5.47% from 255 or 4.69% from 277); Green value is 189 (74.22% from 255 or 68.23% from 277); Blue value is 75 (29.69% from 255 or 27.08% from 277); Max value from RGB is 189 - color contains mainly: green. Hex color #0DBD4B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DBD4B is #F242B4. Grayscale: #7B7B7B. Windows color (decimal): -15876789 or 4963597. OLE color: 4963597.
HSL color Cylindrical-coordinate representation of color #0DBD4B: hue angle of 141.14º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DBD4B is Cyan = 0.93, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 13 | 189 | 75 | - |
| CMYK | 0.93 | 0 | 0.60 | 0.26 |
| HSL | 141.14º | 0.87% | 0.4% | - |
| HSV(B) | 141.14º | 0.93% | 0.74% | - |
| XYZ | 19.63 | 36.99 | 12.76 | - |
| YUV | 123.38 | 100.69 | 49.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 189 | 75 | 0.93 | 0 | 0.60 | 0.26 | 141.14 | 0.87 | 0.4 |
| Hex | D | BD | 4B | 5D | 0 | 3C | 1A | 8D | 57 | 28 |
| Octal | 15 | 275 | 113 | 135 | 0 | 74 | 32 | 215 | 127 | 50 |
| Binary | 1101 | 10111101 | 1001011 | 1011101 | 0 | 111100 | 11010 | 10001101 | 1010111 | 101000 |
Color Harmonies of #0DBD4B
Complementary color
Monochromatic Colors of #0DBD4B
Black with #0DBD4B
Text Example
Text Example
White with #0DBD4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBD4B; }
p { color: rgb(13,189,75); }
H1.HeaderClassName
{
color: #0DBD4B;
}
.AnyTagClassName
{
color: #0DBD4B;
}
</style>
background-color css
<style>
a { background-color: #0DBD4B; }
a { background-color: rgb(13,189,75); }
div.DivClassName
{
background-color: #0DBD4B;
}
.BgClassName
{
background-color: #0DBD4B;
}
</style>
border-color css
<style>
span { border-color: #0DBD4B; }
span { border-color: rgb(13,189,75); }
td.TdClassName
{
border-color: #0DBD4B;
}
.TagClassName
{
border-color: #0DBD4B;
}
</style>