Shades of Dark Pastel Green #20C04D
Tints of Dark Pastel Green #20C04D
RGB
CMYK
RGB Variations
Color information
#20C04D (or 0x20C04D) is known color: Dark Pastel Green. HEX triplet: 20, C0 and 4D. RGB value is (32,192,77). Sum of RGB (Red+Green+Blue) = 32+192+77=301 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.63% from 301); Green value is 192 (75.39% from 255 or 63.79% from 301); Blue value is 77 (30.47% from 255 or 25.58% from 301); Max value from RGB is 192 - color contains mainly: green. Hex color #20C04D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20C04D is #DF3FB2. Grayscale: #838383. Windows color (decimal): -14630835 or 5095456. OLE color: 5095456.
HSL color Cylindrical-coordinate representation of color #20C04D: hue angle of 136.88º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #20C04D is Cyan = 0.83, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 32 | 192 | 77 | - |
| CMYK | 0.83 | 0 | 0.60 | 0.25 |
| HSL | 136.88º | 0.71% | 0.44% | - |
| HSV(B) | 136.88º | 0.83% | 0.75% | - |
| XYZ | 20.78 | 38.54 | 13.37 | - |
| YUV | 131.05 | 97.49 | 57.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 192 | 77 | 0.83 | 0 | 0.60 | 0.25 | 136.88 | 0.71 | 0.44 |
| Hex | 20 | C0 | 4D | 53 | 0 | 3C | 19 | 89 | 47 | 2C |
| Octal | 40 | 300 | 115 | 123 | 0 | 74 | 31 | 211 | 107 | 54 |
| Binary | 100000 | 11000000 | 1001101 | 1010011 | 0 | 111100 | 11001 | 10001001 | 1000111 | 101100 |
Color Harmonies of #20C04D
Complementary color
Monochromatic Colors of #20C04D
Black with #20C04D
Text Example
Text Example
White with #20C04D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20C04D; }
p { color: rgb(32,192,77); }
H1.HeaderClassName
{
color: #20C04D;
}
.AnyTagClassName
{
color: #20C04D;
}
</style>
background-color css
<style>
a { background-color: #20C04D; }
a { background-color: rgb(32,192,77); }
div.DivClassName
{
background-color: #20C04D;
}
.BgClassName
{
background-color: #20C04D;
}
</style>
border-color css
<style>
span { border-color: #20C04D; }
span { border-color: rgb(32,192,77); }
td.TdClassName
{
border-color: #20C04D;
}
.TagClassName
{
border-color: #20C04D;
}
</style>