Shades of Dark Pastel Green #14BF4D
Tints of Dark Pastel Green #14BF4D
RGB
CMYK
RGB Variations
Color information
#14BF4D (or 0x14BF4D) is known color: Dark Pastel Green. HEX triplet: 14, BF and 4D. RGB value is (20,191,77). Sum of RGB (Red+Green+Blue) = 20+191+77=288 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.94% from 288); Green value is 191 (75% from 255 or 66.32% from 288); Blue value is 77 (30.47% from 255 or 26.74% from 288); Max value from RGB is 191 - color contains mainly: green. Hex color #14BF4D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14BF4D is #EB40B2. Grayscale: #7F7F7F. Windows color (decimal): -15417523 or 5095188. OLE color: 5095188.
HSL color Cylindrical-coordinate representation of color #14BF4D: hue angle of 140º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14BF4D is Cyan = 0.90, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 20 | 191 | 77 | - |
| CMYK | 0.90 | 0 | 0.60 | 0.25 |
| HSL | 140º | 0.81% | 0.41% | - |
| HSV(B) | 140º | 0.9% | 0.75% | - |
| XYZ | 20.26 | 37.95 | 13.28 | - |
| YUV | 126.88 | 99.85 | 51.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 191 | 77 | 0.90 | 0 | 0.60 | 0.25 | 140 | 0.81 | 0.41 |
| Hex | 14 | BF | 4D | 5A | 0 | 3C | 19 | 8C | 51 | 29 |
| Octal | 24 | 277 | 115 | 132 | 0 | 74 | 31 | 214 | 121 | 51 |
| Binary | 10100 | 10111111 | 1001101 | 1011010 | 0 | 111100 | 11001 | 10001100 | 1010001 | 101001 |
Color Harmonies of #14BF4D
Complementary color
Monochromatic Colors of #14BF4D
Black with #14BF4D
Text Example
Text Example
White with #14BF4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14BF4D; }
p { color: rgb(20,191,77); }
H1.HeaderClassName
{
color: #14BF4D;
}
.AnyTagClassName
{
color: #14BF4D;
}
</style>
background-color css
<style>
a { background-color: #14BF4D; }
a { background-color: rgb(20,191,77); }
div.DivClassName
{
background-color: #14BF4D;
}
.BgClassName
{
background-color: #14BF4D;
}
</style>
border-color css
<style>
span { border-color: #14BF4D; }
span { border-color: rgb(20,191,77); }
td.TdClassName
{
border-color: #14BF4D;
}
.TagClassName
{
border-color: #14BF4D;
}
</style>