Shades of Dark Pastel Green #01D425
Tints of Dark Pastel Green #01D425
RGB
CMYK
RGB Variations
Color information
#01D425 (or 0x01D425) is known color: Dark Pastel Green. HEX triplet: 01, D4 and 25. RGB value is (1,212,37). Sum of RGB (Red+Green+Blue) = 1+212+37=250 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.4% from 250); Green value is 212 (83.20% from 255 or 84.8% from 250); Blue value is 37 (14.84% from 255 or 14.8% from 250); Max value from RGB is 212 - color contains mainly: green. Hex color #01D425 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01D425 is #FE2BDA. Grayscale: #818181. Windows color (decimal): -16657371 or 2479105. OLE color: 2479105.
HSL color Cylindrical-coordinate representation of color #01D425: hue angle of 130.24º 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 #01D425 is Cyan = 1.00, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 1 | 212 | 37 | - |
| CMYK | 1.00 | 0 | 0.83 | 0.17 |
| HSL | 130.24º | 0.99% | 0.42% | - |
| HSV(B) | 130.24º | 1% | 0.83% | - |
| XYZ | 23.89 | 47.23 | 9.61 | - |
| YUV | 128.96 | 76.1 | 36.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 212 | 37 | 1.00 | 0 | 0.83 | 0.17 | 130.24 | 0.99 | 0.42 |
| Hex | 1 | D4 | 25 | 64 | 0 | 53 | 11 | 82 | 63 | 2A |
| Octal | 1 | 324 | 45 | 144 | 0 | 123 | 21 | 202 | 143 | 52 |
| Binary | 1 | 11010100 | 100101 | 1100100 | 0 | 1010011 | 10001 | 10000010 | 1100011 | 101010 |
Color Harmonies of #01D425
Complementary color
Monochromatic Colors of #01D425
Black with #01D425
Text Example
Text Example
White with #01D425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01D425; }
p { color: rgb(1,212,37); }
H1.HeaderClassName
{
color: #01D425;
}
.AnyTagClassName
{
color: #01D425;
}
</style>
background-color css
<style>
a { background-color: #01D425; }
a { background-color: rgb(1,212,37); }
div.DivClassName
{
background-color: #01D425;
}
.BgClassName
{
background-color: #01D425;
}
</style>
border-color css
<style>
span { border-color: #01D425; }
span { border-color: rgb(1,212,37); }
td.TdClassName
{
border-color: #01D425;
}
.TagClassName
{
border-color: #01D425;
}
</style>