Shades of Dark Pastel Green #0DBF50
Tints of Dark Pastel Green #0DBF50
RGB
CMYK
RGB Variations
Color information
#0DBF50 (or 0x0DBF50) is known color: Dark Pastel Green. HEX triplet: 0D, BF and 50. RGB value is (13,191,80). Sum of RGB (Red+Green+Blue) = 13+191+80=284 (37% of max value = 765). Red value is 13 (5.47% from 255 or 4.58% from 284); Green value is 191 (75% from 255 or 67.25% from 284); Blue value is 80 (31.64% from 255 or 28.17% from 284); Max value from RGB is 191 - color contains mainly: green. Hex color #0DBF50 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DBF50 is #F240AF. Grayscale: #7D7D7D. Windows color (decimal): -15876272 or 5291789. OLE color: 5291789.
HSL color Cylindrical-coordinate representation of color #0DBF50: hue angle of 142.58º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DBF50 is Cyan = 0.93, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 13 | 191 | 80 | - |
| CMYK | 0.93 | 0 | 0.58 | 0.25 |
| HSL | 142.58º | 0.87% | 0.4% | - |
| HSV(B) | 142.58º | 0.93% | 0.75% | - |
| XYZ | 20.24 | 37.93 | 13.84 | - |
| YUV | 125.12 | 102.53 | 48.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 191 | 80 | 0.93 | 0 | 0.58 | 0.25 | 142.58 | 0.87 | 0.4 |
| Hex | D | BF | 50 | 5D | 0 | 3A | 19 | 8F | 57 | 28 |
| Octal | 15 | 277 | 120 | 135 | 0 | 72 | 31 | 217 | 127 | 50 |
| Binary | 1101 | 10111111 | 1010000 | 1011101 | 0 | 111010 | 11001 | 10001111 | 1010111 | 101000 |
Color Harmonies of #0DBF50
Complementary color
Monochromatic Colors of #0DBF50
Black with #0DBF50
Text Example
Text Example
White with #0DBF50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBF50; }
p { color: rgb(13,191,80); }
H1.HeaderClassName
{
color: #0DBF50;
}
.AnyTagClassName
{
color: #0DBF50;
}
</style>
background-color css
<style>
a { background-color: #0DBF50; }
a { background-color: rgb(13,191,80); }
div.DivClassName
{
background-color: #0DBF50;
}
.BgClassName
{
background-color: #0DBF50;
}
</style>
border-color css
<style>
span { border-color: #0DBF50; }
span { border-color: rgb(13,191,80); }
td.TdClassName
{
border-color: #0DBF50;
}
.TagClassName
{
border-color: #0DBF50;
}
</style>