Shades of Dark Pastel Green #00BE47
Tints of Dark Pastel Green #00BE47
RGB
CMYK
RGB Variations
Color information
#00BE47 (or 0x00BE47) is known color: Dark Pastel Green. HEX triplet: 00, BE and 47. RGB value is (0,190,71). Sum of RGB (Red+Green+Blue) = 0+190+71=261 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 261); Green value is 190 (74.61% from 255 or 72.80% from 261); Blue value is 71 (28.12% from 255 or 27.20% from 261); Max value from RGB is 190 - color contains mainly: green. Hex color #00BE47 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00BE47 is #FF41B8. Grayscale: #777777. Windows color (decimal): -16728505 or 4701696. OLE color: 4701696.
HSL color Cylindrical-coordinate representation of color #00BE47: hue angle of 142.42º 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 #00BE47 is Cyan = 1, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 0 | 190 | 71 | - |
| CMYK | 1 | 0 | 0.63 | 0.25 |
| HSL | 142.42º | 1% | 0.37% | - |
| HSV(B) | 142.42º | 1% | 0.75% | - |
| XYZ | 19.55 | 37.28 | 12.13 | - |
| YUV | 119.62 | 100.55 | 42.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 190 | 71 | 1 | 0 | 0.63 | 0.25 | 142.42 | 1 | 0.37 |
| Hex | 0 | BE | 47 | 64 | 0 | 3F | 19 | 8E | 64 | 25 |
| Octal | 0 | 276 | 107 | 144 | 0 | 77 | 31 | 216 | 144 | 45 |
| Binary | 0 | 10111110 | 1000111 | 1100100 | 0 | 111111 | 11001 | 10001110 | 1100100 | 100101 |
Color Harmonies of #00BE47
Complementary color
Monochromatic Colors of #00BE47
Black with #00BE47
Text Example
Text Example
White with #00BE47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00BE47; }
p { color: rgb(0,190,71); }
H1.HeaderClassName
{
color: #00BE47;
}
.AnyTagClassName
{
color: #00BE47;
}
</style>
background-color css
<style>
a { background-color: #00BE47; }
a { background-color: rgb(0,190,71); }
div.DivClassName
{
background-color: #00BE47;
}
.BgClassName
{
background-color: #00BE47;
}
</style>
border-color css
<style>
span { border-color: #00BE47; }
span { border-color: rgb(0,190,71); }
td.TdClassName
{
border-color: #00BE47;
}
.TagClassName
{
border-color: #00BE47;
}
</style>