Shades of Dark Pastel Green #00CE3F
Tints of Dark Pastel Green #00CE3F
RGB
CMYK
RGB Variations
Color information
#00CE3F (or 0x00CE3F) is known color: Dark Pastel Green. HEX triplet: 00, CE and 3F. RGB value is (0,206,63). Sum of RGB (Red+Green+Blue) = 0+206+63=269 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 269); Green value is 206 (80.86% from 255 or 76.58% from 269); Blue value is 63 (25% from 255 or 23.42% from 269); Max value from RGB is 206 - color contains mainly: green. Hex color #00CE3F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00CE3F is #FF31C0. Grayscale: #808080. Windows color (decimal): -16724417 or 4181504. OLE color: 4181504.
HSL color Cylindrical-coordinate representation of color #00CE3F: hue angle of 138.35º 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 #00CE3F is Cyan = 1, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 0 | 206 | 63 | - |
| CMYK | 1 | 0 | 0.69 | 0.19 |
| HSL | 138.35º | 1% | 0.4% | - |
| HSV(B) | 138.35º | 1% | 0.81% | - |
| XYZ | 22.97 | 44.5 | 12.08 | - |
| YUV | 128.1 | 91.25 | 36.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 206 | 63 | 1 | 0 | 0.69 | 0.19 | 138.35 | 1 | 0.4 |
| Hex | 0 | CE | 3F | 64 | 0 | 45 | 13 | 8A | 64 | 28 |
| Octal | 0 | 316 | 77 | 144 | 0 | 105 | 23 | 212 | 144 | 50 |
| Binary | 0 | 11001110 | 111111 | 1100100 | 0 | 1000101 | 10011 | 10001010 | 1100100 | 101000 |
Color Harmonies of #00CE3F
Complementary color
Monochromatic Colors of #00CE3F
Black with #00CE3F
Text Example
Text Example
White with #00CE3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00CE3F; }
p { color: rgb(0,206,63); }
H1.HeaderClassName
{
color: #00CE3F;
}
.AnyTagClassName
{
color: #00CE3F;
}
</style>
background-color css
<style>
a { background-color: #00CE3F; }
a { background-color: rgb(0,206,63); }
div.DivClassName
{
background-color: #00CE3F;
}
.BgClassName
{
background-color: #00CE3F;
}
</style>
border-color css
<style>
span { border-color: #00CE3F; }
span { border-color: rgb(0,206,63); }
td.TdClassName
{
border-color: #00CE3F;
}
.TagClassName
{
border-color: #00CE3F;
}
</style>