Shades of Dark Pastel Green #00D23E
Tints of Dark Pastel Green #00D23E
RGB
CMYK
RGB Variations
Color information
#00D23E (or 0x00D23E) is known color: Dark Pastel Green. HEX triplet: 00, D2 and 3E. RGB value is (0,210,62). Sum of RGB (Red+Green+Blue) = 0+210+62=272 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 272); Green value is 210 (82.42% from 255 or 77.21% from 272); Blue value is 62 (24.61% from 255 or 22.79% from 272); Max value from RGB is 210 - color contains mainly: green. Hex color #00D23E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00D23E is #FF2DC1. Grayscale: #828282. Windows color (decimal): -16723394 or 4116992. OLE color: 4116992.
HSL color Cylindrical-coordinate representation of color #00D23E: hue angle of 137.71º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00D23E is Cyan = 1, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 0 | 210 | 62 | - |
| CMYK | 1 | 0 | 0.70 | 0.18 |
| HSL | 137.71º | 1% | 0.41% | - |
| HSV(B) | 137.71º | 1% | 0.82% | - |
| XYZ | 23.92 | 46.44 | 12.26 | - |
| YUV | 130.34 | 89.43 | 35.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 210 | 62 | 1 | 0 | 0.70 | 0.18 | 137.71 | 1 | 0.41 |
| Hex | 0 | D2 | 3E | 64 | 0 | 46 | 12 | 8A | 64 | 29 |
| Octal | 0 | 322 | 76 | 144 | 0 | 106 | 22 | 212 | 144 | 51 |
| Binary | 0 | 11010010 | 111110 | 1100100 | 0 | 1000110 | 10010 | 10001010 | 1100100 | 101001 |
Color Harmonies of #00D23E
Complementary color
Monochromatic Colors of #00D23E
Black with #00D23E
Text Example
Text Example
White with #00D23E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00D23E; }
p { color: rgb(0,210,62); }
H1.HeaderClassName
{
color: #00D23E;
}
.AnyTagClassName
{
color: #00D23E;
}
</style>
background-color css
<style>
a { background-color: #00D23E; }
a { background-color: rgb(0,210,62); }
div.DivClassName
{
background-color: #00D23E;
}
.BgClassName
{
background-color: #00D23E;
}
</style>
border-color css
<style>
span { border-color: #00D23E; }
span { border-color: rgb(0,210,62); }
td.TdClassName
{
border-color: #00D23E;
}
.TagClassName
{
border-color: #00D23E;
}
</style>