Shades of Dark Pastel Green #00BE43
Tints of Dark Pastel Green #00BE43
RGB
CMYK
RGB Variations
Color information
#00BE43 (or 0x00BE43) is known color: Dark Pastel Green. HEX triplet: 00, BE and 43. RGB value is (0,190,67). Sum of RGB (Red+Green+Blue) = 0+190+67=257 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 257); Green value is 190 (74.61% from 255 or 73.93% from 257); Blue value is 67 (26.56% from 255 or 26.07% from 257); Max value from RGB is 190 - color contains mainly: green. Hex color #00BE43 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00BE43 is #FF41BC. Grayscale: #777777. Windows color (decimal): -16728509 or 4439552. OLE color: 4439552.
HSL color Cylindrical-coordinate representation of color #00BE43: hue angle of 141.16º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00BE43 is Cyan = 1, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 0 | 190 | 67 | - |
| CMYK | 1 | 0 | 0.65 | 0.25 |
| HSL | 141.16º | 1% | 0.37% | - |
| HSV(B) | 141.16º | 1% | 0.75% | - |
| XYZ | 19.43 | 37.23 | 11.47 | - |
| YUV | 119.17 | 98.55 | 43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 190 | 67 | 1 | 0 | 0.65 | 0.25 | 141.16 | 1 | 0.37 |
| Hex | 0 | BE | 43 | 64 | 0 | 41 | 19 | 8D | 64 | 25 |
| Octal | 0 | 276 | 103 | 144 | 0 | 101 | 31 | 215 | 144 | 45 |
| Binary | 0 | 10111110 | 1000011 | 1100100 | 0 | 1000001 | 11001 | 10001101 | 1100100 | 100101 |
Color Harmonies of #00BE43
Complementary color
Monochromatic Colors of #00BE43
Black with #00BE43
Text Example
Text Example
White with #00BE43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00BE43; }
p { color: rgb(0,190,67); }
H1.HeaderClassName
{
color: #00BE43;
}
.AnyTagClassName
{
color: #00BE43;
}
</style>
background-color css
<style>
a { background-color: #00BE43; }
a { background-color: rgb(0,190,67); }
div.DivClassName
{
background-color: #00BE43;
}
.BgClassName
{
background-color: #00BE43;
}
</style>
border-color css
<style>
span { border-color: #00BE43; }
span { border-color: rgb(0,190,67); }
td.TdClassName
{
border-color: #00BE43;
}
.TagClassName
{
border-color: #00BE43;
}
</style>