Shades of Dark Pastel Green #00BD4C
Tints of Dark Pastel Green #00BD4C
RGB
CMYK
RGB Variations
Color information
#00BD4C (or 0x00BD4C) is known color: Dark Pastel Green. HEX triplet: 00, BD and 4C. RGB value is (0,189,76). Sum of RGB (Red+Green+Blue) = 0+189+76=265 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 265); Green value is 189 (74.22% from 255 or 71.32% from 265); Blue value is 76 (30.08% from 255 or 28.68% from 265); Max value from RGB is 189 - color contains mainly: green. Hex color #00BD4C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00BD4C is #FF42B3. Grayscale: #777777. Windows color (decimal): -16728756 or 5029120. OLE color: 5029120.
HSL color Cylindrical-coordinate representation of color #00BD4C: hue angle of 144.13º 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 #00BD4C is Cyan = 1, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 0 | 189 | 76 | - |
| CMYK | 1 | 0 | 0.60 | 0.26 |
| HSL | 144.13º | 1% | 0.37% | - |
| HSV(B) | 144.13º | 1% | 0.74% | - |
| XYZ | 19.5 | 36.92 | 12.94 | - |
| YUV | 119.61 | 103.38 | 42.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 189 | 76 | 1 | 0 | 0.60 | 0.26 | 144.13 | 1 | 0.37 |
| Hex | 0 | BD | 4C | 64 | 0 | 3C | 1A | 90 | 64 | 25 |
| Octal | 0 | 275 | 114 | 144 | 0 | 74 | 32 | 220 | 144 | 45 |
| Binary | 0 | 10111101 | 1001100 | 1100100 | 0 | 111100 | 11010 | 10010000 | 1100100 | 100101 |
Color Harmonies of #00BD4C
Complementary color
Monochromatic Colors of #00BD4C
Black with #00BD4C
Text Example
Text Example
White with #00BD4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00BD4C; }
p { color: rgb(0,189,76); }
H1.HeaderClassName
{
color: #00BD4C;
}
.AnyTagClassName
{
color: #00BD4C;
}
</style>
background-color css
<style>
a { background-color: #00BD4C; }
a { background-color: rgb(0,189,76); }
div.DivClassName
{
background-color: #00BD4C;
}
.BgClassName
{
background-color: #00BD4C;
}
</style>
border-color css
<style>
span { border-color: #00BD4C; }
span { border-color: rgb(0,189,76); }
td.TdClassName
{
border-color: #00BD4C;
}
.TagClassName
{
border-color: #00BD4C;
}
</style>