Shades of Dark Pastel Green #00D127
Tints of Dark Pastel Green #00D127
RGB
CMYK
RGB Variations
Color information
#00D127 (or 0x00D127) is known color: Dark Pastel Green. HEX triplet: 00, D1 and 27. RGB value is (0,209,39). Sum of RGB (Red+Green+Blue) = 0+209+39=248 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 248); Green value is 209 (82.03% from 255 or 84.27% from 248); Blue value is 39 (15.62% from 255 or 15.73% from 248); Max value from RGB is 209 - color contains mainly: green. Hex color #00D127 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00D127 is #FF2ED8. Grayscale: #7F7F7F. Windows color (decimal): -16723673 or 2609408. OLE color: 2609408.
HSL color Cylindrical-coordinate representation of color #00D127: hue angle of 131.2º 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 #00D127 is Cyan = 1, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 0 | 209 | 39 | - |
| CMYK | 1 | 0 | 0.81 | 0.18 |
| HSL | 131.2º | 1% | 0.41% | - |
| HSV(B) | 131.2º | 1% | 0.82% | - |
| XYZ | 23.17 | 45.75 | 9.53 | - |
| YUV | 127.13 | 78.26 | 37.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 209 | 39 | 1 | 0 | 0.81 | 0.18 | 131.2 | 1 | 0.41 |
| Hex | 0 | D1 | 27 | 64 | 0 | 51 | 12 | 83 | 64 | 29 |
| Octal | 0 | 321 | 47 | 144 | 0 | 121 | 22 | 203 | 144 | 51 |
| Binary | 0 | 11010001 | 100111 | 1100100 | 0 | 1010001 | 10010 | 10000011 | 1100100 | 101001 |
Color Harmonies of #00D127
Complementary color
Monochromatic Colors of #00D127
Black with #00D127
Text Example
Text Example
White with #00D127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00D127; }
p { color: rgb(0,209,39); }
H1.HeaderClassName
{
color: #00D127;
}
.AnyTagClassName
{
color: #00D127;
}
</style>
background-color css
<style>
a { background-color: #00D127; }
a { background-color: rgb(0,209,39); }
div.DivClassName
{
background-color: #00D127;
}
.BgClassName
{
background-color: #00D127;
}
</style>
border-color css
<style>
span { border-color: #00D127; }
span { border-color: rgb(0,209,39); }
td.TdClassName
{
border-color: #00D127;
}
.TagClassName
{
border-color: #00D127;
}
</style>