Shades of Dark Pastel Green #20BC52
Tints of Dark Pastel Green #20BC52
RGB
CMYK
RGB Variations
Color information
#20BC52 (or 0x20BC52) is known color: Dark Pastel Green. HEX triplet: 20, BC and 52. RGB value is (32,188,82). Sum of RGB (Red+Green+Blue) = 32+188+82=302 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.60% from 302); Green value is 188 (73.83% from 255 or 62.25% from 302); Blue value is 82 (32.42% from 255 or 27.15% from 302); Max value from RGB is 188 - color contains mainly: green. Hex color #20BC52 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20BC52 is #DF43AD. Grayscale: #818181. Windows color (decimal): -14631854 or 5422112. OLE color: 5422112.
HSL color Cylindrical-coordinate representation of color #20BC52: hue angle of 139.23º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #20BC52 is Cyan = 0.83, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 32 | 188 | 82 | - |
| CMYK | 0.83 | 0 | 0.56 | 0.26 |
| HSL | 139.23º | 0.71% | 0.43% | - |
| HSV(B) | 139.23º | 0.83% | 0.74% | - |
| XYZ | 20.1 | 36.88 | 14.04 | - |
| YUV | 129.27 | 101.32 | 58.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 188 | 82 | 0.83 | 0 | 0.56 | 0.26 | 139.23 | 0.71 | 0.43 |
| Hex | 20 | BC | 52 | 53 | 0 | 38 | 1A | 8B | 47 | 2B |
| Octal | 40 | 274 | 122 | 123 | 0 | 70 | 32 | 213 | 107 | 53 |
| Binary | 100000 | 10111100 | 1010010 | 1010011 | 0 | 111000 | 11010 | 10001011 | 1000111 | 101011 |
Color Harmonies of #20BC52
Complementary color
Monochromatic Colors of #20BC52
Black with #20BC52
Text Example
Text Example
White with #20BC52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20BC52; }
p { color: rgb(32,188,82); }
H1.HeaderClassName
{
color: #20BC52;
}
.AnyTagClassName
{
color: #20BC52;
}
</style>
background-color css
<style>
a { background-color: #20BC52; }
a { background-color: rgb(32,188,82); }
div.DivClassName
{
background-color: #20BC52;
}
.BgClassName
{
background-color: #20BC52;
}
</style>
border-color css
<style>
span { border-color: #20BC52; }
span { border-color: rgb(32,188,82); }
td.TdClassName
{
border-color: #20BC52;
}
.TagClassName
{
border-color: #20BC52;
}
</style>