Shades of Dark Pastel Green #14BD33
Tints of Dark Pastel Green #14BD33
RGB
CMYK
RGB Variations
Color information
#14BD33 (or 0x14BD33) is known color: Dark Pastel Green. HEX triplet: 14, BD and 33. RGB value is (20,189,51). Sum of RGB (Red+Green+Blue) = 20+189+51=260 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.69% from 260); Green value is 189 (74.22% from 255 or 72.69% from 260); Blue value is 51 (20.31% from 255 or 19.62% from 260); Max value from RGB is 189 - color contains mainly: green. Hex color #14BD33 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14BD33 is #EB42CC. Grayscale: #7B7B7B. Windows color (decimal): -15418061 or 3390740. OLE color: 3390740.
HSL color Cylindrical-coordinate representation of color #14BD33: hue angle of 131.01º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #14BD33 is Cyan = 0.89, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 20 | 189 | 51 | - |
| CMYK | 0.89 | 0 | 0.73 | 0.26 |
| HSL | 131.01º | 0.81% | 0.41% | - |
| HSV(B) | 131.01º | 0.89% | 0.74% | - |
| XYZ | 19.08 | 36.78 | 9.23 | - |
| YUV | 122.74 | 87.51 | 54.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 189 | 51 | 0.89 | 0 | 0.73 | 0.26 | 131.01 | 0.81 | 0.41 |
| Hex | 14 | BD | 33 | 59 | 0 | 49 | 1A | 83 | 51 | 29 |
| Octal | 24 | 275 | 63 | 131 | 0 | 111 | 32 | 203 | 121 | 51 |
| Binary | 10100 | 10111101 | 110011 | 1011001 | 0 | 1001001 | 11010 | 10000011 | 1010001 | 101001 |
Color Harmonies of #14BD33
Complementary color
Monochromatic Colors of #14BD33
Black with #14BD33
Text Example
Text Example
White with #14BD33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14BD33; }
p { color: rgb(20,189,51); }
H1.HeaderClassName
{
color: #14BD33;
}
.AnyTagClassName
{
color: #14BD33;
}
</style>
background-color css
<style>
a { background-color: #14BD33; }
a { background-color: rgb(20,189,51); }
div.DivClassName
{
background-color: #14BD33;
}
.BgClassName
{
background-color: #14BD33;
}
</style>
border-color css
<style>
span { border-color: #14BD33; }
span { border-color: rgb(20,189,51); }
td.TdClassName
{
border-color: #14BD33;
}
.TagClassName
{
border-color: #14BD33;
}
</style>