Shades of Dark Pastel Green #00BD45
Tints of Dark Pastel Green #00BD45
RGB
CMYK
RGB Variations
Color information
#00BD45 (or 0x00BD45) is known color: Dark Pastel Green. HEX triplet: 00, BD and 45. RGB value is (0,189,69). Sum of RGB (Red+Green+Blue) = 0+189+69=258 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 258); Green value is 189 (74.22% from 255 or 73.26% from 258); Blue value is 69 (27.34% from 255 or 26.74% from 258); Max value from RGB is 189 - color contains mainly: green. Hex color #00BD45 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00BD45 is #FF42BA. Grayscale: #777777. Windows color (decimal): -16728763 or 4570368. OLE color: 4570368.
HSL color Cylindrical-coordinate representation of color #00BD45: hue angle of 141.9º 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 #00BD45 is Cyan = 1, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 0 | 189 | 69 | - |
| CMYK | 1 | 0 | 0.63 | 0.26 |
| HSL | 141.9º | 1% | 0.37% | - |
| HSV(B) | 141.9º | 1% | 0.74% | - |
| XYZ | 19.27 | 36.82 | 11.72 | - |
| YUV | 118.81 | 99.88 | 43.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 189 | 69 | 1 | 0 | 0.63 | 0.26 | 141.9 | 1 | 0.37 |
| Hex | 0 | BD | 45 | 64 | 0 | 3F | 1A | 8E | 64 | 25 |
| Octal | 0 | 275 | 105 | 144 | 0 | 77 | 32 | 216 | 144 | 45 |
| Binary | 0 | 10111101 | 1000101 | 1100100 | 0 | 111111 | 11010 | 10001110 | 1100100 | 100101 |
Color Harmonies of #00BD45
Complementary color
Monochromatic Colors of #00BD45
Black with #00BD45
Text Example
Text Example
White with #00BD45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00BD45; }
p { color: rgb(0,189,69); }
H1.HeaderClassName
{
color: #00BD45;
}
.AnyTagClassName
{
color: #00BD45;
}
</style>
background-color css
<style>
a { background-color: #00BD45; }
a { background-color: rgb(0,189,69); }
div.DivClassName
{
background-color: #00BD45;
}
.BgClassName
{
background-color: #00BD45;
}
</style>
border-color css
<style>
span { border-color: #00BD45; }
span { border-color: rgb(0,189,69); }
td.TdClassName
{
border-color: #00BD45;
}
.TagClassName
{
border-color: #00BD45;
}
</style>