Shades of Dark Pastel Green #14CD32
Tints of Dark Pastel Green #14CD32
RGB
CMYK
RGB Variations
Color information
#14CD32 (or 0x14CD32) is known color: Dark Pastel Green. HEX triplet: 14, CD and 32. RGB value is (20,205,50). Sum of RGB (Red+Green+Blue) = 20+205+50=275 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.27% from 275); Green value is 205 (80.47% from 255 or 74.55% from 275); Blue value is 50 (19.92% from 255 or 18.18% from 275); Max value from RGB is 205 - color contains mainly: green. Hex color #14CD32 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14CD32 is #EB32CD. Grayscale: #848484. Windows color (decimal): -15413966 or 3329300. OLE color: 3329300.
HSL color Cylindrical-coordinate representation of color #14CD32: hue angle of 129.73º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14CD32 is Cyan = 0.90, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 20 | 205 | 50 | - |
| CMYK | 0.90 | 0 | 0.76 | 0.20 |
| HSL | 129.73º | 0.82% | 0.44% | - |
| HSV(B) | 129.73º | 0.9% | 0.8% | - |
| XYZ | 22.7 | 44.04 | 10.32 | - |
| YUV | 132.02 | 81.71 | 48.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 205 | 50 | 0.90 | 0 | 0.76 | 0.20 | 129.73 | 0.82 | 0.44 |
| Hex | 14 | CD | 32 | 5A | 0 | 4C | 14 | 82 | 52 | 2C |
| Octal | 24 | 315 | 62 | 132 | 0 | 114 | 24 | 202 | 122 | 54 |
| Binary | 10100 | 11001101 | 110010 | 1011010 | 0 | 1001100 | 10100 | 10000010 | 1010010 | 101100 |
Color Harmonies of #14CD32
Complementary color
Monochromatic Colors of #14CD32
Black with #14CD32
Text Example
Text Example
White with #14CD32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14CD32; }
p { color: rgb(20,205,50); }
H1.HeaderClassName
{
color: #14CD32;
}
.AnyTagClassName
{
color: #14CD32;
}
</style>
background-color css
<style>
a { background-color: #14CD32; }
a { background-color: rgb(20,205,50); }
div.DivClassName
{
background-color: #14CD32;
}
.BgClassName
{
background-color: #14CD32;
}
</style>
border-color css
<style>
span { border-color: #14CD32; }
span { border-color: rgb(20,205,50); }
td.TdClassName
{
border-color: #14CD32;
}
.TagClassName
{
border-color: #14CD32;
}
</style>