Shades of Dark Pastel Green #01D11B
Tints of Dark Pastel Green #01D11B
RGB
CMYK
RGB Variations
Color information
#01D11B (or 0x01D11B) is known color: Dark Pastel Green. HEX triplet: 01, D1 and 1B. RGB value is (1,209,27). Sum of RGB (Red+Green+Blue) = 1+209+27=237 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 237); Green value is 209 (82.03% from 255 or 88.19% from 237); Blue value is 27 (10.94% from 255 or 11.39% from 237); Max value from RGB is 209 - color contains mainly: green. Hex color #01D11B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01D11B is #FE2EE4. Grayscale: #7E7E7E. Windows color (decimal): -16658149 or 1822977. OLE color: 1822977.
HSL color Cylindrical-coordinate representation of color #01D11B: hue angle of 127.5º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01D11B is Cyan = 1.00, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 1 | 209 | 27 | - |
| CMYK | 1.00 | 0 | 0.87 | 0.18 |
| HSL | 127.5º | 0.99% | 0.41% | - |
| HSV(B) | 127.5º | 1% | 0.82% | - |
| XYZ | 23.01 | 45.69 | 8.64 | - |
| YUV | 126.06 | 72.09 | 38.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 209 | 27 | 1.00 | 0 | 0.87 | 0.18 | 127.5 | 0.99 | 0.41 |
| Hex | 1 | D1 | 1B | 64 | 0 | 57 | 12 | 80 | 63 | 29 |
| Octal | 1 | 321 | 33 | 144 | 0 | 127 | 22 | 200 | 143 | 51 |
| Binary | 1 | 11010001 | 11011 | 1100100 | 0 | 1010111 | 10010 | 10000000 | 1100011 | 101001 |
Color Harmonies of #01D11B
Complementary color
Monochromatic Colors of #01D11B
Black with #01D11B
Text Example
Text Example
White with #01D11B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01D11B; }
p { color: rgb(1,209,27); }
H1.HeaderClassName
{
color: #01D11B;
}
.AnyTagClassName
{
color: #01D11B;
}
</style>
background-color css
<style>
a { background-color: #01D11B; }
a { background-color: rgb(1,209,27); }
div.DivClassName
{
background-color: #01D11B;
}
.BgClassName
{
background-color: #01D11B;
}
</style>
border-color css
<style>
span { border-color: #01D11B; }
span { border-color: rgb(1,209,27); }
td.TdClassName
{
border-color: #01D11B;
}
.TagClassName
{
border-color: #01D11B;
}
</style>