Shades of Dark Pastel Green #00D125
Tints of Dark Pastel Green #00D125
RGB
CMYK
RGB Variations
Color information
#00D125 (or 0x00D125) is known color: Dark Pastel Green. HEX triplet: 00, D1 and 25. RGB value is (0,209,37). Sum of RGB (Red+Green+Blue) = 0+209+37=246 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 246); Green value is 209 (82.03% from 255 or 84.96% from 246); Blue value is 37 (14.84% from 255 or 15.04% from 246); Max value from RGB is 209 - color contains mainly: green. Hex color #00D125 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00D125 is #FF2EDA. Grayscale: #7F7F7F. Windows color (decimal): -16723675 or 2478336. OLE color: 2478336.
HSL color Cylindrical-coordinate representation of color #00D125: hue angle of 130.62º 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 #00D125 is Cyan = 1, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 0 | 209 | 37 | - |
| CMYK | 1 | 0 | 0.82 | 0.18 |
| HSL | 130.62º | 1% | 0.41% | - |
| HSV(B) | 130.62º | 1% | 0.82% | - |
| XYZ | 23.13 | 45.73 | 9.36 | - |
| YUV | 126.9 | 77.26 | 37.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 209 | 37 | 1 | 0 | 0.82 | 0.18 | 130.62 | 1 | 0.41 |
| Hex | 0 | D1 | 25 | 64 | 0 | 52 | 12 | 83 | 64 | 29 |
| Octal | 0 | 321 | 45 | 144 | 0 | 122 | 22 | 203 | 144 | 51 |
| Binary | 0 | 11010001 | 100101 | 1100100 | 0 | 1010010 | 10010 | 10000011 | 1100100 | 101001 |
Color Harmonies of #00D125
Complementary color
Monochromatic Colors of #00D125
Black with #00D125
Text Example
Text Example
White with #00D125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00D125; }
p { color: rgb(0,209,37); }
H1.HeaderClassName
{
color: #00D125;
}
.AnyTagClassName
{
color: #00D125;
}
</style>
background-color css
<style>
a { background-color: #00D125; }
a { background-color: rgb(0,209,37); }
div.DivClassName
{
background-color: #00D125;
}
.BgClassName
{
background-color: #00D125;
}
</style>
border-color css
<style>
span { border-color: #00D125; }
span { border-color: rgb(0,209,37); }
td.TdClassName
{
border-color: #00D125;
}
.TagClassName
{
border-color: #00D125;
}
</style>