Shades of Dark Pastel Green #14CF40
Tints of Dark Pastel Green #14CF40
RGB
CMYK
RGB Variations
Color information
#14CF40 (or 0x14CF40) is known color: Dark Pastel Green. HEX triplet: 14, CF and 40. RGB value is (20,207,64). Sum of RGB (Red+Green+Blue) = 20+207+64=291 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.87% from 291); Green value is 207 (81.25% from 255 or 71.13% from 291); Blue value is 64 (25.39% from 255 or 21.99% from 291); Max value from RGB is 207 - color contains mainly: green. Hex color #14CF40 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14CF40 is #EB30BF. Grayscale: #878787. Windows color (decimal): -15413440 or 4247316. OLE color: 4247316.
HSL color Cylindrical-coordinate representation of color #14CF40: hue angle of 134.12º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14CF40 is Cyan = 0.90, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 20 | 207 | 64 | - |
| CMYK | 0.90 | 0 | 0.69 | 0.19 |
| HSL | 134.12º | 0.82% | 0.45% | - |
| HSV(B) | 134.12º | 0.9% | 0.81% | - |
| XYZ | 23.53 | 45.14 | 12.32 | - |
| YUV | 134.79 | 88.05 | 46.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 207 | 64 | 0.90 | 0 | 0.69 | 0.19 | 134.12 | 0.82 | 0.45 |
| Hex | 14 | CF | 40 | 5A | 0 | 45 | 13 | 86 | 52 | 2D |
| Octal | 24 | 317 | 100 | 132 | 0 | 105 | 23 | 206 | 122 | 55 |
| Binary | 10100 | 11001111 | 1000000 | 1011010 | 0 | 1000101 | 10011 | 10000110 | 1010010 | 101101 |
Color Harmonies of #14CF40
Complementary color
Monochromatic Colors of #14CF40
Black with #14CF40
Text Example
Text Example
White with #14CF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14CF40; }
p { color: rgb(20,207,64); }
H1.HeaderClassName
{
color: #14CF40;
}
.AnyTagClassName
{
color: #14CF40;
}
</style>
background-color css
<style>
a { background-color: #14CF40; }
a { background-color: rgb(20,207,64); }
div.DivClassName
{
background-color: #14CF40;
}
.BgClassName
{
background-color: #14CF40;
}
</style>
border-color css
<style>
span { border-color: #14CF40; }
span { border-color: rgb(20,207,64); }
td.TdClassName
{
border-color: #14CF40;
}
.TagClassName
{
border-color: #14CF40;
}
</style>