Shades of Dark Pastel Green #20BF4B
Tints of Dark Pastel Green #20BF4B
RGB
CMYK
RGB Variations
Color information
#20BF4B (or 0x20BF4B) is known color: Dark Pastel Green. HEX triplet: 20, BF and 4B. RGB value is (32,191,75). Sum of RGB (Red+Green+Blue) = 32+191+75=298 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.74% from 298); Green value is 191 (75% from 255 or 64.09% from 298); Blue value is 75 (29.69% from 255 or 25.17% from 298); Max value from RGB is 191 - color contains mainly: green. Hex color #20BF4B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20BF4B is #DF40B4. Grayscale: #828282. Windows color (decimal): -14631093 or 4964128. OLE color: 4964128.
HSL color Cylindrical-coordinate representation of color #20BF4B: hue angle of 136.23º 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 #20BF4B is Cyan = 0.83, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 32 | 191 | 75 | - |
| CMYK | 0.83 | 0 | 0.61 | 0.25 |
| HSL | 136.23º | 0.71% | 0.44% | - |
| HSV(B) | 136.23º | 0.83% | 0.75% | - |
| XYZ | 20.5 | 38.08 | 12.93 | - |
| YUV | 130.24 | 96.82 | 57.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 191 | 75 | 0.83 | 0 | 0.61 | 0.25 | 136.23 | 0.71 | 0.44 |
| Hex | 20 | BF | 4B | 53 | 0 | 3D | 19 | 88 | 47 | 2C |
| Octal | 40 | 277 | 113 | 123 | 0 | 75 | 31 | 210 | 107 | 54 |
| Binary | 100000 | 10111111 | 1001011 | 1010011 | 0 | 111101 | 11001 | 10001000 | 1000111 | 101100 |
Color Harmonies of #20BF4B
Complementary color
Monochromatic Colors of #20BF4B
Black with #20BF4B
Text Example
Text Example
White with #20BF4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20BF4B; }
p { color: rgb(32,191,75); }
H1.HeaderClassName
{
color: #20BF4B;
}
.AnyTagClassName
{
color: #20BF4B;
}
</style>
background-color css
<style>
a { background-color: #20BF4B; }
a { background-color: rgb(32,191,75); }
div.DivClassName
{
background-color: #20BF4B;
}
.BgClassName
{
background-color: #20BF4B;
}
</style>
border-color css
<style>
span { border-color: #20BF4B; }
span { border-color: rgb(32,191,75); }
td.TdClassName
{
border-color: #20BF4B;
}
.TagClassName
{
border-color: #20BF4B;
}
</style>