Shades of Dark Pastel Green #01DF31
Tints of Dark Pastel Green #01DF31
RGB
CMYK
RGB Variations
Color information
#01DF31 (or 0x01DF31) is known color: Dark Pastel Green. HEX triplet: 01, DF and 31. RGB value is (1,223,49). Sum of RGB (Red+Green+Blue) = 1+223+49=273 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 273); Green value is 223 (87.5% from 255 or 81.68% from 273); Blue value is 49 (19.53% from 255 or 17.95% from 273); Max value from RGB is 223 - color contains mainly: green. Hex color #01DF31 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01DF31 is #FE20CE. Grayscale: #898989. Windows color (decimal): -16654543 or 3268353. OLE color: 3268353.
HSL color Cylindrical-coordinate representation of color #01DF31: hue angle of 132.97º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01DF31 is Cyan = 1.00, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 1 | 223 | 49 | - |
| CMYK | 1.00 | 0 | 0.78 | 0.13 |
| HSL | 132.97º | 0.99% | 0.44% | - |
| HSV(B) | 132.97º | 1% | 0.87% | - |
| XYZ | 26.95 | 53 | 11.72 | - |
| YUV | 136.79 | 78.45 | 31.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 223 | 49 | 1.00 | 0 | 0.78 | 0.13 | 132.97 | 0.99 | 0.44 |
| Hex | 1 | DF | 31 | 64 | 0 | 4E | D | 85 | 63 | 2C |
| Octal | 1 | 337 | 61 | 144 | 0 | 116 | 15 | 205 | 143 | 54 |
| Binary | 1 | 11011111 | 110001 | 1100100 | 0 | 1001110 | 1101 | 10000101 | 1100011 | 101100 |
Color Harmonies of #01DF31
Complementary color
Monochromatic Colors of #01DF31
Black with #01DF31
Text Example
Text Example
White with #01DF31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01DF31; }
p { color: rgb(1,223,49); }
H1.HeaderClassName
{
color: #01DF31;
}
.AnyTagClassName
{
color: #01DF31;
}
</style>
background-color css
<style>
a { background-color: #01DF31; }
a { background-color: rgb(1,223,49); }
div.DivClassName
{
background-color: #01DF31;
}
.BgClassName
{
background-color: #01DF31;
}
</style>
border-color css
<style>
span { border-color: #01DF31; }
span { border-color: rgb(1,223,49); }
td.TdClassName
{
border-color: #01DF31;
}
.TagClassName
{
border-color: #01DF31;
}
</style>