Shades of Dark Pastel Green #14D334
Tints of Dark Pastel Green #14D334
RGB
CMYK
RGB Variations
Color information
#14D334 (or 0x14D334) is known color: Dark Pastel Green. HEX triplet: 14, D3 and 34. RGB value is (20,211,52). Sum of RGB (Red+Green+Blue) = 20+211+52=283 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.07% from 283); Green value is 211 (82.81% from 255 or 74.56% from 283); Blue value is 52 (20.70% from 255 or 18.37% from 283); Max value from RGB is 211 - color contains mainly: green. Hex color #14D334 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14D334 is #EB2CCB. Grayscale: #888888. Windows color (decimal): -15412428 or 3461908. OLE color: 3461908.
HSL color Cylindrical-coordinate representation of color #14D334: hue angle of 130.05º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14D334 is Cyan = 0.91, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 20 | 211 | 52 | - |
| CMYK | 0.91 | 0 | 0.75 | 0.17 |
| HSL | 130.05º | 0.83% | 0.45% | - |
| HSV(B) | 130.05º | 0.91% | 0.83% | - |
| XYZ | 24.2 | 46.99 | 11.04 | - |
| YUV | 135.77 | 80.72 | 45.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 211 | 52 | 0.91 | 0 | 0.75 | 0.17 | 130.05 | 0.83 | 0.45 |
| Hex | 14 | D3 | 34 | 5B | 0 | 4B | 11 | 82 | 53 | 2D |
| Octal | 24 | 323 | 64 | 133 | 0 | 113 | 21 | 202 | 123 | 55 |
| Binary | 10100 | 11010011 | 110100 | 1011011 | 0 | 1001011 | 10001 | 10000010 | 1010011 | 101101 |
Color Harmonies of #14D334
Complementary color
Monochromatic Colors of #14D334
Black with #14D334
Text Example
Text Example
White with #14D334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14D334; }
p { color: rgb(20,211,52); }
H1.HeaderClassName
{
color: #14D334;
}
.AnyTagClassName
{
color: #14D334;
}
</style>
background-color css
<style>
a { background-color: #14D334; }
a { background-color: rgb(20,211,52); }
div.DivClassName
{
background-color: #14D334;
}
.BgClassName
{
background-color: #14D334;
}
</style>
border-color css
<style>
span { border-color: #14D334; }
span { border-color: rgb(20,211,52); }
td.TdClassName
{
border-color: #14D334;
}
.TagClassName
{
border-color: #14D334;
}
</style>