Shades of Dark Pastel Green #01D43E
Tints of Dark Pastel Green #01D43E
RGB
CMYK
RGB Variations
Color information
#01D43E (or 0x01D43E) is known color: Dark Pastel Green. HEX triplet: 01, D4 and 3E. RGB value is (1,212,62). Sum of RGB (Red+Green+Blue) = 1+212+62=275 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 275); Green value is 212 (83.20% from 255 or 77.09% from 275); Blue value is 62 (24.61% from 255 or 22.55% from 275); Max value from RGB is 212 - color contains mainly: green. Hex color #01D43E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01D43E is #FE2BC1. Grayscale: #848484. Windows color (decimal): -16657346 or 4117505. OLE color: 4117505.
HSL color Cylindrical-coordinate representation of color #01D43E: hue angle of 137.35º 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 #01D43E is Cyan = 1.00, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 1 | 212 | 62 | - |
| CMYK | 1.00 | 0 | 0.71 | 0.17 |
| HSL | 137.35º | 0.99% | 0.42% | - |
| HSV(B) | 137.35º | 1% | 0.83% | - |
| XYZ | 24.43 | 47.44 | 12.43 | - |
| YUV | 131.81 | 88.6 | 34.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 212 | 62 | 1.00 | 0 | 0.71 | 0.17 | 137.35 | 0.99 | 0.42 |
| Hex | 1 | D4 | 3E | 64 | 0 | 47 | 11 | 89 | 63 | 2A |
| Octal | 1 | 324 | 76 | 144 | 0 | 107 | 21 | 211 | 143 | 52 |
| Binary | 1 | 11010100 | 111110 | 1100100 | 0 | 1000111 | 10001 | 10001001 | 1100011 | 101010 |
Color Harmonies of #01D43E
Complementary color
Monochromatic Colors of #01D43E
Black with #01D43E
Text Example
Text Example
White with #01D43E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01D43E; }
p { color: rgb(1,212,62); }
H1.HeaderClassName
{
color: #01D43E;
}
.AnyTagClassName
{
color: #01D43E;
}
</style>
background-color css
<style>
a { background-color: #01D43E; }
a { background-color: rgb(1,212,62); }
div.DivClassName
{
background-color: #01D43E;
}
.BgClassName
{
background-color: #01D43E;
}
</style>
border-color css
<style>
span { border-color: #01D43E; }
span { border-color: rgb(1,212,62); }
td.TdClassName
{
border-color: #01D43E;
}
.TagClassName
{
border-color: #01D43E;
}
</style>