Shades of Dark Pastel Green #14D532
Tints of Dark Pastel Green #14D532
RGB
CMYK
RGB Variations
Color information
#14D532 (or 0x14D532) is known color: Dark Pastel Green. HEX triplet: 14, D5 and 32. RGB value is (20,213,50). Sum of RGB (Red+Green+Blue) = 20+213+50=283 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.07% from 283); Green value is 213 (83.59% from 255 or 75.27% from 283); Blue value is 50 (19.92% from 255 or 17.67% from 283); Max value from RGB is 213 - color contains mainly: green. Hex color #14D532 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14D532 is #EB2ACD. Grayscale: #898989. Windows color (decimal): -15411918 or 3331348. OLE color: 3331348.
HSL color Cylindrical-coordinate representation of color #14D532: hue angle of 129.33º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14D532 is Cyan = 0.91, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 20 | 213 | 50 | - |
| CMYK | 0.91 | 0 | 0.77 | 0.16 |
| HSL | 129.33º | 0.83% | 0.46% | - |
| HSV(B) | 129.33º | 0.91% | 0.84% | - |
| XYZ | 24.66 | 47.97 | 10.98 | - |
| YUV | 136.71 | 79.06 | 44.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 213 | 50 | 0.91 | 0 | 0.77 | 0.16 | 129.33 | 0.83 | 0.46 |
| Hex | 14 | D5 | 32 | 5B | 0 | 4D | 10 | 81 | 53 | 2E |
| Octal | 24 | 325 | 62 | 133 | 0 | 115 | 20 | 201 | 123 | 56 |
| Binary | 10100 | 11010101 | 110010 | 1011011 | 0 | 1001101 | 10000 | 10000001 | 1010011 | 101110 |
Color Harmonies of #14D532
Complementary color
Monochromatic Colors of #14D532
Black with #14D532
Text Example
Text Example
White with #14D532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14D532; }
p { color: rgb(20,213,50); }
H1.HeaderClassName
{
color: #14D532;
}
.AnyTagClassName
{
color: #14D532;
}
</style>
background-color css
<style>
a { background-color: #14D532; }
a { background-color: rgb(20,213,50); }
div.DivClassName
{
background-color: #14D532;
}
.BgClassName
{
background-color: #14D532;
}
</style>
border-color css
<style>
span { border-color: #14D532; }
span { border-color: rgb(20,213,50); }
td.TdClassName
{
border-color: #14D532;
}
.TagClassName
{
border-color: #14D532;
}
</style>