Shades of Dark Pastel Green #20BC4B
Tints of Dark Pastel Green #20BC4B
RGB
CMYK
RGB Variations
Color information
#20BC4B (or 0x20BC4B) is known color: Dark Pastel Green. HEX triplet: 20, BC and 4B. RGB value is (32,188,75). Sum of RGB (Red+Green+Blue) = 32+188+75=295 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.85% from 295); Green value is 188 (73.83% from 255 or 63.73% from 295); Blue value is 75 (29.69% from 255 or 25.42% from 295); Max value from RGB is 188 - color contains mainly: green. Hex color #20BC4B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20BC4B is #DF43B4. Grayscale: #808080. Windows color (decimal): -14631861 or 4963360. OLE color: 4963360.
HSL color Cylindrical-coordinate representation of color #20BC4B: hue angle of 136.54º 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 #20BC4B is Cyan = 0.83, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 32 | 188 | 75 | - |
| CMYK | 0.83 | 0 | 0.60 | 0.26 |
| HSL | 136.54º | 0.71% | 0.43% | - |
| HSV(B) | 136.54º | 0.83% | 0.74% | - |
| XYZ | 19.85 | 36.78 | 12.71 | - |
| YUV | 128.47 | 97.82 | 59.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 188 | 75 | 0.83 | 0 | 0.60 | 0.26 | 136.54 | 0.71 | 0.43 |
| Hex | 20 | BC | 4B | 53 | 0 | 3C | 1A | 89 | 47 | 2B |
| Octal | 40 | 274 | 113 | 123 | 0 | 74 | 32 | 211 | 107 | 53 |
| Binary | 100000 | 10111100 | 1001011 | 1010011 | 0 | 111100 | 11010 | 10001001 | 1000111 | 101011 |
Color Harmonies of #20BC4B
Complementary color
Monochromatic Colors of #20BC4B
Black with #20BC4B
Text Example
Text Example
White with #20BC4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20BC4B; }
p { color: rgb(32,188,75); }
H1.HeaderClassName
{
color: #20BC4B;
}
.AnyTagClassName
{
color: #20BC4B;
}
</style>
background-color css
<style>
a { background-color: #20BC4B; }
a { background-color: rgb(32,188,75); }
div.DivClassName
{
background-color: #20BC4B;
}
.BgClassName
{
background-color: #20BC4B;
}
</style>
border-color css
<style>
span { border-color: #20BC4B; }
span { border-color: rgb(32,188,75); }
td.TdClassName
{
border-color: #20BC4B;
}
.TagClassName
{
border-color: #20BC4B;
}
</style>