Shades of Dark Pastel Green #14D833
Tints of Dark Pastel Green #14D833
RGB
CMYK
RGB Variations
Color information
#14D833 (or 0x14D833) is known color: Dark Pastel Green. HEX triplet: 14, D8 and 33. RGB value is (20,216,51). Sum of RGB (Red+Green+Blue) = 20+216+51=287 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.97% from 287); Green value is 216 (84.77% from 255 or 75.26% from 287); Blue value is 51 (20.31% from 255 or 17.77% from 287); Max value from RGB is 216 - color contains mainly: green. Hex color #14D833 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14D833 is #EB27CC. Grayscale: #8B8B8B. Windows color (decimal): -15411149 or 3397652. OLE color: 3397652.
HSL color Cylindrical-coordinate representation of color #14D833: hue angle of 129.49º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14D833 is Cyan = 0.91, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 20 | 216 | 51 | - |
| CMYK | 0.91 | 0 | 0.76 | 0.15 |
| HSL | 129.49º | 0.83% | 0.46% | - |
| HSV(B) | 129.49º | 0.91% | 0.85% | - |
| XYZ | 25.44 | 49.5 | 11.35 | - |
| YUV | 138.59 | 78.57 | 43.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 216 | 51 | 0.91 | 0 | 0.76 | 0.15 | 129.49 | 0.83 | 0.46 |
| Hex | 14 | D8 | 33 | 5B | 0 | 4C | F | 81 | 53 | 2E |
| Octal | 24 | 330 | 63 | 133 | 0 | 114 | 17 | 201 | 123 | 56 |
| Binary | 10100 | 11011000 | 110011 | 1011011 | 0 | 1001100 | 1111 | 10000001 | 1010011 | 101110 |
Color Harmonies of #14D833
Complementary color
Monochromatic Colors of #14D833
Black with #14D833
Text Example
Text Example
White with #14D833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14D833; }
p { color: rgb(20,216,51); }
H1.HeaderClassName
{
color: #14D833;
}
.AnyTagClassName
{
color: #14D833;
}
</style>
background-color css
<style>
a { background-color: #14D833; }
a { background-color: rgb(20,216,51); }
div.DivClassName
{
background-color: #14D833;
}
.BgClassName
{
background-color: #14D833;
}
</style>
border-color css
<style>
span { border-color: #14D833; }
span { border-color: rgb(20,216,51); }
td.TdClassName
{
border-color: #14D833;
}
.TagClassName
{
border-color: #14D833;
}
</style>