Shades of Dark Pastel Green #20BF40
Tints of Dark Pastel Green #20BF40
RGB
CMYK
RGB Variations
Color information
#20BF40 (or 0x20BF40) is known color: Dark Pastel Green. HEX triplet: 20, BF and 40. RGB value is (32,191,64). Sum of RGB (Red+Green+Blue) = 32+191+64=287 (38% of max value = 765). Red value is 32 (12.89% from 255 or 11.15% from 287); Green value is 191 (75% from 255 or 66.55% from 287); Blue value is 64 (25.39% from 255 or 22.30% from 287); Max value from RGB is 191 - color contains mainly: green. Hex color #20BF40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20BF40 is #DF40BF. Grayscale: #818181. Windows color (decimal): -14631104 or 4243232. OLE color: 4243232.
HSL color Cylindrical-coordinate representation of color #20BF40: hue angle of 132.08º 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 #20BF40 is Cyan = 0.83, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 32 | 191 | 64 | - |
| CMYK | 0.83 | 0 | 0.66 | 0.25 |
| HSL | 132.08º | 0.71% | 0.44% | - |
| HSV(B) | 132.08º | 0.83% | 0.75% | - |
| XYZ | 20.15 | 37.94 | 11.11 | - |
| YUV | 128.98 | 91.32 | 58.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 191 | 64 | 0.83 | 0 | 0.66 | 0.25 | 132.08 | 0.71 | 0.44 |
| Hex | 20 | BF | 40 | 53 | 0 | 42 | 19 | 84 | 47 | 2C |
| Octal | 40 | 277 | 100 | 123 | 0 | 102 | 31 | 204 | 107 | 54 |
| Binary | 100000 | 10111111 | 1000000 | 1010011 | 0 | 1000010 | 11001 | 10000100 | 1000111 | 101100 |
Color Harmonies of #20BF40
Complementary color
Monochromatic Colors of #20BF40
Black with #20BF40
Text Example
Text Example
White with #20BF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20BF40; }
p { color: rgb(32,191,64); }
H1.HeaderClassName
{
color: #20BF40;
}
.AnyTagClassName
{
color: #20BF40;
}
</style>
background-color css
<style>
a { background-color: #20BF40; }
a { background-color: rgb(32,191,64); }
div.DivClassName
{
background-color: #20BF40;
}
.BgClassName
{
background-color: #20BF40;
}
</style>
border-color css
<style>
span { border-color: #20BF40; }
span { border-color: rgb(32,191,64); }
td.TdClassName
{
border-color: #20BF40;
}
.TagClassName
{
border-color: #20BF40;
}
</style>