Shades of Dark Pastel Green #0DBF53
Tints of Dark Pastel Green #0DBF53
RGB
CMYK
RGB Variations
Color information
#0DBF53 (or 0x0DBF53) is known color: Dark Pastel Green. HEX triplet: 0D, BF and 53. RGB value is (13,191,83). Sum of RGB (Red+Green+Blue) = 13+191+83=287 (38% of max value = 765). Red value is 13 (5.47% from 255 or 4.53% from 287); Green value is 191 (75% from 255 or 66.55% from 287); Blue value is 83 (32.81% from 255 or 28.92% from 287); Max value from RGB is 191 - color contains mainly: green. Hex color #0DBF53 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DBF53 is #F240AC. Grayscale: #7D7D7D. Windows color (decimal): -15876269 or 5488397. OLE color: 5488397.
HSL color Cylindrical-coordinate representation of color #0DBF53: hue angle of 143.6º 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 #0DBF53 is Cyan = 0.93, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 13 | 191 | 83 | - |
| CMYK | 0.93 | 0 | 0.57 | 0.25 |
| HSL | 143.6º | 0.87% | 0.4% | - |
| HSV(B) | 143.6º | 0.93% | 0.75% | - |
| XYZ | 20.36 | 37.97 | 14.44 | - |
| YUV | 125.47 | 104.03 | 47.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 191 | 83 | 0.93 | 0 | 0.57 | 0.25 | 143.6 | 0.87 | 0.4 |
| Hex | D | BF | 53 | 5D | 0 | 39 | 19 | 90 | 57 | 28 |
| Octal | 15 | 277 | 123 | 135 | 0 | 71 | 31 | 220 | 127 | 50 |
| Binary | 1101 | 10111111 | 1010011 | 1011101 | 0 | 111001 | 11001 | 10010000 | 1010111 | 101000 |
Color Harmonies of #0DBF53
Complementary color
Monochromatic Colors of #0DBF53
Black with #0DBF53
Text Example
Text Example
White with #0DBF53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBF53; }
p { color: rgb(13,191,83); }
H1.HeaderClassName
{
color: #0DBF53;
}
.AnyTagClassName
{
color: #0DBF53;
}
</style>
background-color css
<style>
a { background-color: #0DBF53; }
a { background-color: rgb(13,191,83); }
div.DivClassName
{
background-color: #0DBF53;
}
.BgClassName
{
background-color: #0DBF53;
}
</style>
border-color css
<style>
span { border-color: #0DBF53; }
span { border-color: rgb(13,191,83); }
td.TdClassName
{
border-color: #0DBF53;
}
.TagClassName
{
border-color: #0DBF53;
}
</style>