Shades of Dark Pastel Green #0DB74D
Tints of Dark Pastel Green #0DB74D
RGB
CMYK
RGB Variations
Color information
#0DB74D (or 0x0DB74D) is known color: Dark Pastel Green. HEX triplet: 0D, B7 and 4D. RGB value is (13,183,77). Sum of RGB (Red+Green+Blue) = 13+183+77=273 (36% of max value = 765). Red value is 13 (5.47% from 255 or 4.76% from 273); Green value is 183 (71.88% from 255 or 67.03% from 273); Blue value is 77 (30.47% from 255 or 28.21% from 273); Max value from RGB is 183 - color contains mainly: green. Hex color #0DB74D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DB74D is #F248B2. Grayscale: #787878. Windows color (decimal): -15878323 or 5093133. OLE color: 5093133.
HSL color Cylindrical-coordinate representation of color #0DB74D: hue angle of 142.59º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DB74D is Cyan = 0.93, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 13 | 183 | 77 | - |
| CMYK | 0.93 | 0 | 0.58 | 0.28 |
| HSL | 142.59º | 0.87% | 0.38% | - |
| HSV(B) | 142.59º | 0.93% | 0.72% | - |
| XYZ | 18.44 | 34.49 | 12.71 | - |
| YUV | 120.09 | 103.68 | 51.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 183 | 77 | 0.93 | 0 | 0.58 | 0.28 | 142.59 | 0.87 | 0.38 |
| Hex | D | B7 | 4D | 5D | 0 | 3A | 1C | 8F | 57 | 26 |
| Octal | 15 | 267 | 115 | 135 | 0 | 72 | 34 | 217 | 127 | 46 |
| Binary | 1101 | 10110111 | 1001101 | 1011101 | 0 | 111010 | 11100 | 10001111 | 1010111 | 100110 |
Color Harmonies of #0DB74D
Complementary color
Monochromatic Colors of #0DB74D
Black with #0DB74D
Text Example
Text Example
White with #0DB74D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DB74D; }
p { color: rgb(13,183,77); }
H1.HeaderClassName
{
color: #0DB74D;
}
.AnyTagClassName
{
color: #0DB74D;
}
</style>
background-color css
<style>
a { background-color: #0DB74D; }
a { background-color: rgb(13,183,77); }
div.DivClassName
{
background-color: #0DB74D;
}
.BgClassName
{
background-color: #0DB74D;
}
</style>
border-color css
<style>
span { border-color: #0DB74D; }
span { border-color: rgb(13,183,77); }
td.TdClassName
{
border-color: #0DB74D;
}
.TagClassName
{
border-color: #0DB74D;
}
</style>