Shades of Dark Pastel Green #01D521
Tints of Dark Pastel Green #01D521
RGB
CMYK
RGB Variations
Color information
#01D521 (or 0x01D521) is known color: Dark Pastel Green. HEX triplet: 01, D5 and 21. RGB value is (1,213,33). Sum of RGB (Red+Green+Blue) = 1+213+33=247 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 247); Green value is 213 (83.59% from 255 or 86.23% from 247); Blue value is 33 (13.28% from 255 or 13.36% from 247); Max value from RGB is 213 - color contains mainly: green. Hex color #01D521 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01D521 is #FE2ADE. Grayscale: #818181. Windows color (decimal): -16657119 or 2217217. OLE color: 2217217.
HSL color Cylindrical-coordinate representation of color #01D521: hue angle of 129.06º 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 #01D521 is Cyan = 1.00, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 1 | 213 | 33 | - |
| CMYK | 1.00 | 0 | 0.85 | 0.16 |
| HSL | 129.06º | 0.99% | 0.42% | - |
| HSV(B) | 129.06º | 1% | 0.84% | - |
| XYZ | 24.08 | 47.7 | 9.38 | - |
| YUV | 129.09 | 73.76 | 36.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 213 | 33 | 1.00 | 0 | 0.85 | 0.16 | 129.06 | 0.99 | 0.42 |
| Hex | 1 | D5 | 21 | 64 | 0 | 55 | 10 | 81 | 63 | 2A |
| Octal | 1 | 325 | 41 | 144 | 0 | 125 | 20 | 201 | 143 | 52 |
| Binary | 1 | 11010101 | 100001 | 1100100 | 0 | 1010101 | 10000 | 10000001 | 1100011 | 101010 |
Color Harmonies of #01D521
Complementary color
Monochromatic Colors of #01D521
Black with #01D521
Text Example
Text Example
White with #01D521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01D521; }
p { color: rgb(1,213,33); }
H1.HeaderClassName
{
color: #01D521;
}
.AnyTagClassName
{
color: #01D521;
}
</style>
background-color css
<style>
a { background-color: #01D521; }
a { background-color: rgb(1,213,33); }
div.DivClassName
{
background-color: #01D521;
}
.BgClassName
{
background-color: #01D521;
}
</style>
border-color css
<style>
span { border-color: #01D521; }
span { border-color: rgb(1,213,33); }
td.TdClassName
{
border-color: #01D521;
}
.TagClassName
{
border-color: #01D521;
}
</style>