Shades of Dark Pastel Green #00BC43
Tints of Dark Pastel Green #00BC43
RGB
CMYK
RGB Variations
Color information
#00BC43 (or 0x00BC43) is known color: Dark Pastel Green. HEX triplet: 00, BC and 43. RGB value is (0,188,67). Sum of RGB (Red+Green+Blue) = 0+188+67=255 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 255); Green value is 188 (73.83% from 255 or 73.73% from 255); Blue value is 67 (26.56% from 255 or 26.27% from 255); Max value from RGB is 188 - color contains mainly: green. Hex color #00BC43 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00BC43 is #FF43BC. Grayscale: #767676. Windows color (decimal): -16729021 or 4439040. OLE color: 4439040.
HSL color Cylindrical-coordinate representation of color #00BC43: hue angle of 141.38º 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 #00BC43 is Cyan = 1, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 0 | 188 | 67 | - |
| CMYK | 1 | 0 | 0.64 | 0.26 |
| HSL | 141.38º | 1% | 0.37% | - |
| HSV(B) | 141.38º | 1% | 0.74% | - |
| XYZ | 19 | 36.37 | 11.33 | - |
| YUV | 117.99 | 99.22 | 43.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 188 | 67 | 1 | 0 | 0.64 | 0.26 | 141.38 | 1 | 0.37 |
| Hex | 0 | BC | 43 | 64 | 0 | 40 | 1A | 8D | 64 | 25 |
| Octal | 0 | 274 | 103 | 144 | 0 | 100 | 32 | 215 | 144 | 45 |
| Binary | 0 | 10111100 | 1000011 | 1100100 | 0 | 1000000 | 11010 | 10001101 | 1100100 | 100101 |
Color Harmonies of #00BC43
Complementary color
Monochromatic Colors of #00BC43
Black with #00BC43
Text Example
Text Example
White with #00BC43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00BC43; }
p { color: rgb(0,188,67); }
H1.HeaderClassName
{
color: #00BC43;
}
.AnyTagClassName
{
color: #00BC43;
}
</style>
background-color css
<style>
a { background-color: #00BC43; }
a { background-color: rgb(0,188,67); }
div.DivClassName
{
background-color: #00BC43;
}
.BgClassName
{
background-color: #00BC43;
}
</style>
border-color css
<style>
span { border-color: #00BC43; }
span { border-color: rgb(0,188,67); }
td.TdClassName
{
border-color: #00BC43;
}
.TagClassName
{
border-color: #00BC43;
}
</style>