Shades of Dark Pastel Green #01D43F
Tints of Dark Pastel Green #01D43F
RGB
CMYK
RGB Variations
Color information
#01D43F (or 0x01D43F) is known color: Dark Pastel Green. HEX triplet: 01, D4 and 3F. RGB value is (1,212,63). Sum of RGB (Red+Green+Blue) = 1+212+63=276 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 276); Green value is 212 (83.20% from 255 or 76.81% from 276); Blue value is 63 (25% from 255 or 22.83% from 276); Max value from RGB is 212 - color contains mainly: green. Hex color #01D43F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01D43F is #FE2BC0. Grayscale: #848484. Windows color (decimal): -16657345 or 4183041. OLE color: 4183041.
HSL color Cylindrical-coordinate representation of color #01D43F: hue angle of 137.63º 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 #01D43F is Cyan = 1.00, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 1 | 212 | 63 | - |
| CMYK | 1.00 | 0 | 0.70 | 0.17 |
| HSL | 137.63º | 0.99% | 0.42% | - |
| HSV(B) | 137.63º | 1% | 0.83% | - |
| XYZ | 24.45 | 47.45 | 12.57 | - |
| YUV | 131.93 | 89.1 | 34.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 212 | 63 | 1.00 | 0 | 0.70 | 0.17 | 137.63 | 0.99 | 0.42 |
| Hex | 1 | D4 | 3F | 64 | 0 | 46 | 11 | 8A | 63 | 2A |
| Octal | 1 | 324 | 77 | 144 | 0 | 106 | 21 | 212 | 143 | 52 |
| Binary | 1 | 11010100 | 111111 | 1100100 | 0 | 1000110 | 10001 | 10001010 | 1100011 | 101010 |
Color Harmonies of #01D43F
Complementary color
Monochromatic Colors of #01D43F
Black with #01D43F
Text Example
Text Example
White with #01D43F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01D43F; }
p { color: rgb(1,212,63); }
H1.HeaderClassName
{
color: #01D43F;
}
.AnyTagClassName
{
color: #01D43F;
}
</style>
background-color css
<style>
a { background-color: #01D43F; }
a { background-color: rgb(1,212,63); }
div.DivClassName
{
background-color: #01D43F;
}
.BgClassName
{
background-color: #01D43F;
}
</style>
border-color css
<style>
span { border-color: #01D43F; }
span { border-color: rgb(1,212,63); }
td.TdClassName
{
border-color: #01D43F;
}
.TagClassName
{
border-color: #01D43F;
}
</style>