Shades of Dark Pastel Green #01D623
Tints of Dark Pastel Green #01D623
RGB
CMYK
RGB Variations
Color information
#01D623 (or 0x01D623) is known color: Dark Pastel Green. HEX triplet: 01, D6 and 23. RGB value is (1,214,35). Sum of RGB (Red+Green+Blue) = 1+214+35=250 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.4% from 250); Green value is 214 (83.98% from 255 or 85.6% from 250); Blue value is 35 (14.06% from 255 or 14% from 250); Max value from RGB is 214 - color contains mainly: green. Hex color #01D623 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01D623 is #FE29DC. Grayscale: #828282. Windows color (decimal): -16656861 or 2348545. OLE color: 2348545.
HSL color Cylindrical-coordinate representation of color #01D623: hue angle of 129.58º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01D623 is Cyan = 1.00, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 1 | 214 | 35 | - |
| CMYK | 1.00 | 0 | 0.84 | 0.16 |
| HSL | 129.58º | 0.99% | 0.42% | - |
| HSV(B) | 129.58º | 1% | 0.84% | - |
| XYZ | 24.36 | 48.22 | 9.61 | - |
| YUV | 129.91 | 74.43 | 36.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 214 | 35 | 1.00 | 0 | 0.84 | 0.16 | 129.58 | 0.99 | 0.42 |
| Hex | 1 | D6 | 23 | 64 | 0 | 54 | 10 | 82 | 63 | 2A |
| Octal | 1 | 326 | 43 | 144 | 0 | 124 | 20 | 202 | 143 | 52 |
| Binary | 1 | 11010110 | 100011 | 1100100 | 0 | 1010100 | 10000 | 10000010 | 1100011 | 101010 |
Color Harmonies of #01D623
Complementary color
Monochromatic Colors of #01D623
Black with #01D623
Text Example
Text Example
White with #01D623
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01D623; }
p { color: rgb(1,214,35); }
H1.HeaderClassName
{
color: #01D623;
}
.AnyTagClassName
{
color: #01D623;
}
</style>
background-color css
<style>
a { background-color: #01D623; }
a { background-color: rgb(1,214,35); }
div.DivClassName
{
background-color: #01D623;
}
.BgClassName
{
background-color: #01D623;
}
</style>
border-color css
<style>
span { border-color: #01D623; }
span { border-color: rgb(1,214,35); }
td.TdClassName
{
border-color: #01D623;
}
.TagClassName
{
border-color: #01D623;
}
</style>