Shades of Dark Pastel Green #0DBE54
Tints of Dark Pastel Green #0DBE54
RGB
CMYK
RGB Variations
Color information
#0DBE54 (or 0x0DBE54) is known color: Dark Pastel Green. HEX triplet: 0D, BE and 54. RGB value is (13,190,84). Sum of RGB (Red+Green+Blue) = 13+190+84=287 (38% of max value = 765). Red value is 13 (5.47% from 255 or 4.53% from 287); Green value is 190 (74.61% from 255 or 66.20% from 287); Blue value is 84 (33.20% from 255 or 29.27% from 287); Max value from RGB is 190 - color contains mainly: green. Hex color #0DBE54 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DBE54 is #F241AB. Grayscale: #7D7D7D. Windows color (decimal): -15876524 or 5553677. OLE color: 5553677.
HSL color Cylindrical-coordinate representation of color #0DBE54: hue angle of 144.07º 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 #0DBE54 is Cyan = 0.93, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 13 | 190 | 84 | - |
| CMYK | 0.93 | 0 | 0.56 | 0.25 |
| HSL | 144.07º | 0.87% | 0.4% | - |
| HSV(B) | 144.07º | 0.93% | 0.75% | - |
| XYZ | 20.18 | 37.55 | 14.57 | - |
| YUV | 124.99 | 104.86 | 48.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 190 | 84 | 0.93 | 0 | 0.56 | 0.25 | 144.07 | 0.87 | 0.4 |
| Hex | D | BE | 54 | 5D | 0 | 38 | 19 | 90 | 57 | 28 |
| Octal | 15 | 276 | 124 | 135 | 0 | 70 | 31 | 220 | 127 | 50 |
| Binary | 1101 | 10111110 | 1010100 | 1011101 | 0 | 111000 | 11001 | 10010000 | 1010111 | 101000 |
Color Harmonies of #0DBE54
Complementary color
Monochromatic Colors of #0DBE54
Black with #0DBE54
Text Example
Text Example
White with #0DBE54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBE54; }
p { color: rgb(13,190,84); }
H1.HeaderClassName
{
color: #0DBE54;
}
.AnyTagClassName
{
color: #0DBE54;
}
</style>
background-color css
<style>
a { background-color: #0DBE54; }
a { background-color: rgb(13,190,84); }
div.DivClassName
{
background-color: #0DBE54;
}
.BgClassName
{
background-color: #0DBE54;
}
</style>
border-color css
<style>
span { border-color: #0DBE54; }
span { border-color: rgb(13,190,84); }
td.TdClassName
{
border-color: #0DBE54;
}
.TagClassName
{
border-color: #0DBE54;
}
</style>