Shades of Dark Pastel Green #00BD43
Tints of Dark Pastel Green #00BD43
RGB
CMYK
RGB Variations
Color information
#00BD43 (or 0x00BD43) is known color: Dark Pastel Green. HEX triplet: 00, BD and 43. RGB value is (0,189,67). Sum of RGB (Red+Green+Blue) = 0+189+67=256 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 256); Green value is 189 (74.22% from 255 or 73.83% from 256); Blue value is 67 (26.56% from 255 or 26.17% from 256); Max value from RGB is 189 - color contains mainly: green. Hex color #00BD43 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00BD43 is #FF42BC. Grayscale: #767676. Windows color (decimal): -16728765 or 4439296. OLE color: 4439296.
HSL color Cylindrical-coordinate representation of color #00BD43: hue angle of 141.27º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00BD43 is Cyan = 1, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 0 | 189 | 67 | - |
| CMYK | 1 | 0 | 0.65 | 0.26 |
| HSL | 141.27º | 1% | 0.37% | - |
| HSV(B) | 141.27º | 1% | 0.74% | - |
| XYZ | 19.21 | 36.8 | 11.4 | - |
| YUV | 118.58 | 98.88 | 43.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 189 | 67 | 1 | 0 | 0.65 | 0.26 | 141.27 | 1 | 0.37 |
| Hex | 0 | BD | 43 | 64 | 0 | 41 | 1A | 8D | 64 | 25 |
| Octal | 0 | 275 | 103 | 144 | 0 | 101 | 32 | 215 | 144 | 45 |
| Binary | 0 | 10111101 | 1000011 | 1100100 | 0 | 1000001 | 11010 | 10001101 | 1100100 | 100101 |
Color Harmonies of #00BD43
Complementary color
Monochromatic Colors of #00BD43
Black with #00BD43
Text Example
Text Example
White with #00BD43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00BD43; }
p { color: rgb(0,189,67); }
H1.HeaderClassName
{
color: #00BD43;
}
.AnyTagClassName
{
color: #00BD43;
}
</style>
background-color css
<style>
a { background-color: #00BD43; }
a { background-color: rgb(0,189,67); }
div.DivClassName
{
background-color: #00BD43;
}
.BgClassName
{
background-color: #00BD43;
}
</style>
border-color css
<style>
span { border-color: #00BD43; }
span { border-color: rgb(0,189,67); }
td.TdClassName
{
border-color: #00BD43;
}
.TagClassName
{
border-color: #00BD43;
}
</style>