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