Shades of Dark Pastel Green #01C811
Tints of Dark Pastel Green #01C811
RGB
CMYK
RGB Variations
Color information
#01C811 (or 0x01C811) is known color: Dark Pastel Green. HEX triplet: 01, C8 and 11. RGB value is (1,200,17). Sum of RGB (Red+Green+Blue) = 1+200+17=218 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 218); Green value is 200 (78.52% from 255 or 91.74% from 218); Blue value is 17 (7.03% from 255 or 7.80% from 218); Max value from RGB is 200 - color contains mainly: green. Hex color #01C811 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #01C811 is #FE37EE. Grayscale: #787878. Windows color (decimal): -16660463 or 1165313. OLE color: 1165313.
HSL color Cylindrical-coordinate representation of color #01C811: hue angle of 124.82º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01C811 is Cyan = 1.00, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 1 | 200 | 17 | - |
| CMYK | 1.00 | 0 | 0.92 | 0.22 |
| HSL | 124.82º | 0.99% | 0.39% | - |
| HSV(B) | 124.82º | 1% | 0.78% | - |
| XYZ | 20.77 | 41.36 | 7.42 | - |
| YUV | 119.64 | 70.07 | 43.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 200 | 17 | 1.00 | 0 | 0.92 | 0.22 | 124.82 | 0.99 | 0.39 |
| Hex | 1 | C8 | 11 | 64 | 0 | 5C | 16 | 7D | 63 | 27 |
| Octal | 1 | 310 | 21 | 144 | 0 | 134 | 26 | 175 | 143 | 47 |
| Binary | 1 | 11001000 | 10001 | 1100100 | 0 | 1011100 | 10110 | 1111101 | 1100011 | 100111 |
Color Harmonies of #01C811
Complementary color
Monochromatic Colors of #01C811
Black with #01C811
Text Example
Text Example
White with #01C811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01C811; }
p { color: rgb(1,200,17); }
H1.HeaderClassName
{
color: #01C811;
}
.AnyTagClassName
{
color: #01C811;
}
</style>
background-color css
<style>
a { background-color: #01C811; }
a { background-color: rgb(1,200,17); }
div.DivClassName
{
background-color: #01C811;
}
.BgClassName
{
background-color: #01C811;
}
</style>
border-color css
<style>
span { border-color: #01C811; }
span { border-color: rgb(1,200,17); }
td.TdClassName
{
border-color: #01C811;
}
.TagClassName
{
border-color: #01C811;
}
</style>