Shades of Dark Pastel Green #01D524
Tints of Dark Pastel Green #01D524
RGB
CMYK
RGB Variations
Color information
#01D524 (or 0x01D524) is known color: Dark Pastel Green. HEX triplet: 01, D5 and 24. RGB value is (1,213,36). Sum of RGB (Red+Green+Blue) = 1+213+36=250 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.4% from 250); Green value is 213 (83.59% from 255 or 85.2% from 250); Blue value is 36 (14.45% from 255 or 14.4% from 250); Max value from RGB is 213 - color contains mainly: green. Hex color #01D524 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01D524 is #FE2ADB. Grayscale: #818181. Windows color (decimal): -16657116 or 2413825. OLE color: 2413825.
HSL color Cylindrical-coordinate representation of color #01D524: hue angle of 129.91º 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 #01D524 is Cyan = 1.00, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 1 | 213 | 36 | - |
| CMYK | 1.00 | 0 | 0.83 | 0.16 |
| HSL | 129.91º | 0.99% | 0.42% | - |
| HSV(B) | 129.91º | 1% | 0.84% | - |
| XYZ | 24.13 | 47.72 | 9.61 | - |
| YUV | 129.43 | 75.26 | 36.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 213 | 36 | 1.00 | 0 | 0.83 | 0.16 | 129.91 | 0.99 | 0.42 |
| Hex | 1 | D5 | 24 | 64 | 0 | 53 | 10 | 82 | 63 | 2A |
| Octal | 1 | 325 | 44 | 144 | 0 | 123 | 20 | 202 | 143 | 52 |
| Binary | 1 | 11010101 | 100100 | 1100100 | 0 | 1010011 | 10000 | 10000010 | 1100011 | 101010 |
Color Harmonies of #01D524
Complementary color
Monochromatic Colors of #01D524
Black with #01D524
Text Example
Text Example
White with #01D524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01D524; }
p { color: rgb(1,213,36); }
H1.HeaderClassName
{
color: #01D524;
}
.AnyTagClassName
{
color: #01D524;
}
</style>
background-color css
<style>
a { background-color: #01D524; }
a { background-color: rgb(1,213,36); }
div.DivClassName
{
background-color: #01D524;
}
.BgClassName
{
background-color: #01D524;
}
</style>
border-color css
<style>
span { border-color: #01D524; }
span { border-color: rgb(1,213,36); }
td.TdClassName
{
border-color: #01D524;
}
.TagClassName
{
border-color: #01D524;
}
</style>