Shades of Dark Pastel Green #00CE40
Tints of Dark Pastel Green #00CE40
RGB
CMYK
RGB Variations
Color information
#00CE40 (or 0x00CE40) is known color: Dark Pastel Green. HEX triplet: 00, CE and 40. RGB value is (0,206,64). Sum of RGB (Red+Green+Blue) = 0+206+64=270 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 270); Green value is 206 (80.86% from 255 or 76.30% from 270); Blue value is 64 (25.39% from 255 or 23.70% from 270); Max value from RGB is 206 - color contains mainly: green. Hex color #00CE40 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00CE40 is #FF31BF. Grayscale: #808080. Windows color (decimal): -16724416 or 4247040. OLE color: 4247040.
HSL color Cylindrical-coordinate representation of color #00CE40: hue angle of 138.64º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00CE40 is Cyan = 1, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 0 | 206 | 64 | - |
| CMYK | 1 | 0 | 0.69 | 0.19 |
| HSL | 138.64º | 1% | 0.4% | - |
| HSV(B) | 138.64º | 1% | 0.81% | - |
| XYZ | 23 | 44.51 | 12.23 | - |
| YUV | 128.22 | 91.75 | 36.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 206 | 64 | 1 | 0 | 0.69 | 0.19 | 138.64 | 1 | 0.4 |
| Hex | 0 | CE | 40 | 64 | 0 | 45 | 13 | 8B | 64 | 28 |
| Octal | 0 | 316 | 100 | 144 | 0 | 105 | 23 | 213 | 144 | 50 |
| Binary | 0 | 11001110 | 1000000 | 1100100 | 0 | 1000101 | 10011 | 10001011 | 1100100 | 101000 |
Color Harmonies of #00CE40
Complementary color
Monochromatic Colors of #00CE40
Black with #00CE40
Text Example
Text Example
White with #00CE40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00CE40; }
p { color: rgb(0,206,64); }
H1.HeaderClassName
{
color: #00CE40;
}
.AnyTagClassName
{
color: #00CE40;
}
</style>
background-color css
<style>
a { background-color: #00CE40; }
a { background-color: rgb(0,206,64); }
div.DivClassName
{
background-color: #00CE40;
}
.BgClassName
{
background-color: #00CE40;
}
</style>
border-color css
<style>
span { border-color: #00CE40; }
span { border-color: rgb(0,206,64); }
td.TdClassName
{
border-color: #00CE40;
}
.TagClassName
{
border-color: #00CE40;
}
</style>