Shades of Dark Pastel Green #20BF44
Tints of Dark Pastel Green #20BF44
RGB
CMYK
RGB Variations
Color information
#20BF44 (or 0x20BF44) is known color: Dark Pastel Green. HEX triplet: 20, BF and 44. RGB value is (32,191,68). Sum of RGB (Red+Green+Blue) = 32+191+68=291 (38% of max value = 765). Red value is 32 (12.89% from 255 or 11.00% from 291); Green value is 191 (75% from 255 or 65.64% from 291); Blue value is 68 (26.95% from 255 or 23.37% from 291); Max value from RGB is 191 - color contains mainly: green. Hex color #20BF44 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20BF44 is #DF40BB. Grayscale: #818181. Windows color (decimal): -14631100 or 4505376. OLE color: 4505376.
HSL color Cylindrical-coordinate representation of color #20BF44: hue angle of 133.58º 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 #20BF44 is Cyan = 0.83, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 32 | 191 | 68 | - |
| CMYK | 0.83 | 0 | 0.64 | 0.25 |
| HSL | 133.58º | 0.71% | 0.44% | - |
| HSV(B) | 133.58º | 0.83% | 0.75% | - |
| XYZ | 20.27 | 37.99 | 11.73 | - |
| YUV | 129.44 | 93.32 | 58.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 191 | 68 | 0.83 | 0 | 0.64 | 0.25 | 133.58 | 0.71 | 0.44 |
| Hex | 20 | BF | 44 | 53 | 0 | 40 | 19 | 86 | 47 | 2C |
| Octal | 40 | 277 | 104 | 123 | 0 | 100 | 31 | 206 | 107 | 54 |
| Binary | 100000 | 10111111 | 1000100 | 1010011 | 0 | 1000000 | 11001 | 10000110 | 1000111 | 101100 |
Color Harmonies of #20BF44
Complementary color
Monochromatic Colors of #20BF44
Black with #20BF44
Text Example
Text Example
White with #20BF44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20BF44; }
p { color: rgb(32,191,68); }
H1.HeaderClassName
{
color: #20BF44;
}
.AnyTagClassName
{
color: #20BF44;
}
</style>
background-color css
<style>
a { background-color: #20BF44; }
a { background-color: rgb(32,191,68); }
div.DivClassName
{
background-color: #20BF44;
}
.BgClassName
{
background-color: #20BF44;
}
</style>
border-color css
<style>
span { border-color: #20BF44; }
span { border-color: rgb(32,191,68); }
td.TdClassName
{
border-color: #20BF44;
}
.TagClassName
{
border-color: #20BF44;
}
</style>