Shades of Dark Pastel Green #00B81E
Tints of Dark Pastel Green #00B81E
RGB
CMYK
RGB Variations
Color information
#00B81E (or 0x00B81E) is known color: Dark Pastel Green. HEX triplet: 00, B8 and 1E. RGB value is (0,184,30). Sum of RGB (Red+Green+Blue) = 0+184+30=214 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 214); Green value is 184 (72.27% from 255 or 85.98% from 214); Blue value is 30 (12.11% from 255 or 14.02% from 214); Max value from RGB is 184 - color contains mainly: green. Hex color #00B81E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00B81E is #FF47E1. Grayscale: #6F6F6F. Windows color (decimal): -16730082 or 2013184. OLE color: 2013184.
HSL color Cylindrical-coordinate representation of color #00B81E: hue angle of 129.78º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00B81E is Cyan = 1, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 0 | 184 | 30 | - |
| CMYK | 1 | 0 | 0.84 | 0.28 |
| HSL | 129.78º | 1% | 0.36% | - |
| HSV(B) | 129.78º | 1% | 0.72% | - |
| XYZ | 17.37 | 34.37 | 6.95 | - |
| YUV | 111.43 | 82.04 | 48.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 184 | 30 | 1 | 0 | 0.84 | 0.28 | 129.78 | 1 | 0.36 |
| Hex | 0 | B8 | 1E | 64 | 0 | 54 | 1C | 82 | 64 | 24 |
| Octal | 0 | 270 | 36 | 144 | 0 | 124 | 34 | 202 | 144 | 44 |
| Binary | 0 | 10111000 | 11110 | 1100100 | 0 | 1010100 | 11100 | 10000010 | 1100100 | 100100 |
Color Harmonies of #00B81E
Complementary color
Monochromatic Colors of #00B81E
Black with #00B81E
Text Example
Text Example
White with #00B81E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00B81E; }
p { color: rgb(0,184,30); }
H1.HeaderClassName
{
color: #00B81E;
}
.AnyTagClassName
{
color: #00B81E;
}
</style>
background-color css
<style>
a { background-color: #00B81E; }
a { background-color: rgb(0,184,30); }
div.DivClassName
{
background-color: #00B81E;
}
.BgClassName
{
background-color: #00B81E;
}
</style>
border-color css
<style>
span { border-color: #00B81E; }
span { border-color: rgb(0,184,30); }
td.TdClassName
{
border-color: #00B81E;
}
.TagClassName
{
border-color: #00B81E;
}
</style>