Shades of Dark Pastel Green #01C532
Tints of Dark Pastel Green #01C532
RGB
CMYK
RGB Variations
Color information
#01C532 (or 0x01C532) is known color: Dark Pastel Green. HEX triplet: 01, C5 and 32. RGB value is (1,197,50). Sum of RGB (Red+Green+Blue) = 1+197+50=248 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 248); Green value is 197 (77.34% from 255 or 79.44% from 248); Blue value is 50 (19.92% from 255 or 20.16% from 248); Max value from RGB is 197 - color contains mainly: green. Hex color #01C532 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01C532 is #FE3ACD. Grayscale: #7A7A7A. Windows color (decimal): -16661198 or 3327233. OLE color: 3327233.
HSL color Cylindrical-coordinate representation of color #01C532: hue angle of 135º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01C532 is Cyan = 0.99, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 1 | 197 | 50 | - |
| CMYK | 0.99 | 0 | 0.75 | 0.23 |
| HSL | 135º | 0.99% | 0.39% | - |
| HSV(B) | 135º | 0.99% | 0.77% | - |
| XYZ | 20.55 | 40.17 | 9.69 | - |
| YUV | 121.64 | 87.57 | 41.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 197 | 50 | 0.99 | 0 | 0.75 | 0.23 | 135 | 0.99 | 0.39 |
| Hex | 1 | C5 | 32 | 63 | 0 | 4B | 17 | 87 | 63 | 27 |
| Octal | 1 | 305 | 62 | 143 | 0 | 113 | 27 | 207 | 143 | 47 |
| Binary | 1 | 11000101 | 110010 | 1100011 | 0 | 1001011 | 10111 | 10000111 | 1100011 | 100111 |
Color Harmonies of #01C532
Complementary color
Monochromatic Colors of #01C532
Black with #01C532
Text Example
Text Example
White with #01C532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01C532; }
p { color: rgb(1,197,50); }
H1.HeaderClassName
{
color: #01C532;
}
.AnyTagClassName
{
color: #01C532;
}
</style>
background-color css
<style>
a { background-color: #01C532; }
a { background-color: rgb(1,197,50); }
div.DivClassName
{
background-color: #01C532;
}
.BgClassName
{
background-color: #01C532;
}
</style>
border-color css
<style>
span { border-color: #01C532; }
span { border-color: rgb(1,197,50); }
td.TdClassName
{
border-color: #01C532;
}
.TagClassName
{
border-color: #01C532;
}
</style>