Shades of Dark Pastel Green #00D427
Tints of Dark Pastel Green #00D427
RGB
CMYK
RGB Variations
Color information
#00D427 (or 0x00D427) is known color: Dark Pastel Green. HEX triplet: 00, D4 and 27. RGB value is (0,212,39). Sum of RGB (Red+Green+Blue) = 0+212+39=251 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 251); Green value is 212 (83.20% from 255 or 84.46% from 251); Blue value is 39 (15.62% from 255 or 15.54% from 251); Max value from RGB is 212 - color contains mainly: green. Hex color #00D427 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00D427 is #FF2BD8. Grayscale: #818181. Windows color (decimal): -16722905 or 2610176. OLE color: 2610176.
HSL color Cylindrical-coordinate representation of color #00D427: hue angle of 131.04º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00D427 is Cyan = 1, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 0 | 212 | 39 | - |
| CMYK | 1 | 0 | 0.82 | 0.17 |
| HSL | 131.04º | 1% | 0.42% | - |
| HSV(B) | 131.04º | 1% | 0.83% | - |
| XYZ | 23.91 | 47.23 | 9.78 | - |
| YUV | 128.89 | 77.26 | 36.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 212 | 39 | 1 | 0 | 0.82 | 0.17 | 131.04 | 1 | 0.42 |
| Hex | 0 | D4 | 27 | 64 | 0 | 52 | 11 | 83 | 64 | 2A |
| Octal | 0 | 324 | 47 | 144 | 0 | 122 | 21 | 203 | 144 | 52 |
| Binary | 0 | 11010100 | 100111 | 1100100 | 0 | 1010010 | 10001 | 10000011 | 1100100 | 101010 |
Color Harmonies of #00D427
Complementary color
Monochromatic Colors of #00D427
Black with #00D427
Text Example
Text Example
White with #00D427
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00D427; }
p { color: rgb(0,212,39); }
H1.HeaderClassName
{
color: #00D427;
}
.AnyTagClassName
{
color: #00D427;
}
</style>
background-color css
<style>
a { background-color: #00D427; }
a { background-color: rgb(0,212,39); }
div.DivClassName
{
background-color: #00D427;
}
.BgClassName
{
background-color: #00D427;
}
</style>
border-color css
<style>
span { border-color: #00D427; }
span { border-color: rgb(0,212,39); }
td.TdClassName
{
border-color: #00D427;
}
.TagClassName
{
border-color: #00D427;
}
</style>