Shades of Dark Pastel Green #20BE4B
Tints of Dark Pastel Green #20BE4B
RGB
CMYK
RGB Variations
Color information
#20BE4B (or 0x20BE4B) is known color: Dark Pastel Green. HEX triplet: 20, BE and 4B. RGB value is (32,190,75). Sum of RGB (Red+Green+Blue) = 32+190+75=297 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.77% from 297); Green value is 190 (74.61% from 255 or 63.97% from 297); Blue value is 75 (29.69% from 255 or 25.25% from 297); Max value from RGB is 190 - color contains mainly: green. Hex color #20BE4B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20BE4B is #DF41B4. Grayscale: #818181. Windows color (decimal): -14631349 or 4963872. OLE color: 4963872.
HSL color Cylindrical-coordinate representation of color #20BE4B: hue angle of 136.33º 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 #20BE4B is Cyan = 0.83, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 32 | 190 | 75 | - |
| CMYK | 0.83 | 0 | 0.61 | 0.25 |
| HSL | 136.33º | 0.71% | 0.44% | - |
| HSV(B) | 136.33º | 0.83% | 0.75% | - |
| XYZ | 20.28 | 37.64 | 12.85 | - |
| YUV | 129.65 | 97.15 | 58.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 190 | 75 | 0.83 | 0 | 0.61 | 0.25 | 136.33 | 0.71 | 0.44 |
| Hex | 20 | BE | 4B | 53 | 0 | 3D | 19 | 88 | 47 | 2C |
| Octal | 40 | 276 | 113 | 123 | 0 | 75 | 31 | 210 | 107 | 54 |
| Binary | 100000 | 10111110 | 1001011 | 1010011 | 0 | 111101 | 11001 | 10001000 | 1000111 | 101100 |
Color Harmonies of #20BE4B
Complementary color
Monochromatic Colors of #20BE4B
Black with #20BE4B
Text Example
Text Example
White with #20BE4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20BE4B; }
p { color: rgb(32,190,75); }
H1.HeaderClassName
{
color: #20BE4B;
}
.AnyTagClassName
{
color: #20BE4B;
}
</style>
background-color css
<style>
a { background-color: #20BE4B; }
a { background-color: rgb(32,190,75); }
div.DivClassName
{
background-color: #20BE4B;
}
.BgClassName
{
background-color: #20BE4B;
}
</style>
border-color css
<style>
span { border-color: #20BE4B; }
span { border-color: rgb(32,190,75); }
td.TdClassName
{
border-color: #20BE4B;
}
.TagClassName
{
border-color: #20BE4B;
}
</style>