Shades of Dark Pastel Green #01D420
Tints of Dark Pastel Green #01D420
RGB
CMYK
RGB Variations
Color information
#01D420 (or 0x01D420) is known color: Dark Pastel Green. HEX triplet: 01, D4 and 20. RGB value is (1,212,32). Sum of RGB (Red+Green+Blue) = 1+212+32=245 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 245); Green value is 212 (83.20% from 255 or 86.53% from 245); Blue value is 32 (12.89% from 255 or 13.06% from 245); Max value from RGB is 212 - color contains mainly: green. Hex color #01D420 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01D420 is #FE2BDF. Grayscale: #808080. Windows color (decimal): -16657376 or 2151425. OLE color: 2151425.
HSL color Cylindrical-coordinate representation of color #01D420: hue angle of 128.82º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01D420 is Cyan = 1.00, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 1 | 212 | 32 | - |
| CMYK | 1.00 | 0 | 0.85 | 0.17 |
| HSL | 128.82º | 0.99% | 0.42% | - |
| HSV(B) | 128.82º | 1% | 0.83% | - |
| XYZ | 23.82 | 47.2 | 9.22 | - |
| YUV | 128.39 | 73.6 | 37.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 212 | 32 | 1.00 | 0 | 0.85 | 0.17 | 128.82 | 0.99 | 0.42 |
| Hex | 1 | D4 | 20 | 64 | 0 | 55 | 11 | 81 | 63 | 2A |
| Octal | 1 | 324 | 40 | 144 | 0 | 125 | 21 | 201 | 143 | 52 |
| Binary | 1 | 11010100 | 100000 | 1100100 | 0 | 1010101 | 10001 | 10000001 | 1100011 | 101010 |
Color Harmonies of #01D420
Complementary color
Monochromatic Colors of #01D420
Black with #01D420
Text Example
Text Example
White with #01D420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01D420; }
p { color: rgb(1,212,32); }
H1.HeaderClassName
{
color: #01D420;
}
.AnyTagClassName
{
color: #01D420;
}
</style>
background-color css
<style>
a { background-color: #01D420; }
a { background-color: rgb(1,212,32); }
div.DivClassName
{
background-color: #01D420;
}
.BgClassName
{
background-color: #01D420;
}
</style>
border-color css
<style>
span { border-color: #01D420; }
span { border-color: rgb(1,212,32); }
td.TdClassName
{
border-color: #01D420;
}
.TagClassName
{
border-color: #01D420;
}
</style>