Shades of Dark Pastel Green #01D73C
Tints of Dark Pastel Green #01D73C
RGB
CMYK
RGB Variations
Color information
#01D73C (or 0x01D73C) is known color: Dark Pastel Green. HEX triplet: 01, D7 and 3C. RGB value is (1,215,60). Sum of RGB (Red+Green+Blue) = 1+215+60=276 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 276); Green value is 215 (84.38% from 255 or 77.90% from 276); Blue value is 60 (23.83% from 255 or 21.74% from 276); Max value from RGB is 215 - color contains mainly: green. Hex color #01D73C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01D73C is #FE28C3. Grayscale: #858585. Windows color (decimal): -16656580 or 3987201. OLE color: 3987201.
HSL color Cylindrical-coordinate representation of color #01D73C: hue angle of 136.54º 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 #01D73C is Cyan = 1.00, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 1 | 215 | 60 | - |
| CMYK | 1.00 | 0 | 0.72 | 0.16 |
| HSL | 136.54º | 0.99% | 0.42% | - |
| HSV(B) | 136.54º | 1% | 0.84% | - |
| XYZ | 25.13 | 48.93 | 12.4 | - |
| YUV | 133.34 | 86.6 | 33.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 215 | 60 | 1.00 | 0 | 0.72 | 0.16 | 136.54 | 0.99 | 0.42 |
| Hex | 1 | D7 | 3C | 64 | 0 | 48 | 10 | 89 | 63 | 2A |
| Octal | 1 | 327 | 74 | 144 | 0 | 110 | 20 | 211 | 143 | 52 |
| Binary | 1 | 11010111 | 111100 | 1100100 | 0 | 1001000 | 10000 | 10001001 | 1100011 | 101010 |
Color Harmonies of #01D73C
Complementary color
Monochromatic Colors of #01D73C
Black with #01D73C
Text Example
Text Example
White with #01D73C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01D73C; }
p { color: rgb(1,215,60); }
H1.HeaderClassName
{
color: #01D73C;
}
.AnyTagClassName
{
color: #01D73C;
}
</style>
background-color css
<style>
a { background-color: #01D73C; }
a { background-color: rgb(1,215,60); }
div.DivClassName
{
background-color: #01D73C;
}
.BgClassName
{
background-color: #01D73C;
}
</style>
border-color css
<style>
span { border-color: #01D73C; }
span { border-color: rgb(1,215,60); }
td.TdClassName
{
border-color: #01D73C;
}
.TagClassName
{
border-color: #01D73C;
}
</style>