Shades of Dark Pastel Green #00CE41
Tints of Dark Pastel Green #00CE41
RGB
CMYK
RGB Variations
Color information
#00CE41 (or 0x00CE41) is known color: Dark Pastel Green. HEX triplet: 00, CE and 41. RGB value is (0,206,65). Sum of RGB (Red+Green+Blue) = 0+206+65=271 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 271); Green value is 206 (80.86% from 255 or 76.01% from 271); Blue value is 65 (25.78% from 255 or 23.99% from 271); Max value from RGB is 206 - color contains mainly: green. Hex color #00CE41 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00CE41 is #FF31BE. Grayscale: #808080. Windows color (decimal): -16724415 or 4312576. OLE color: 4312576.
HSL color Cylindrical-coordinate representation of color #00CE41: hue angle of 138.93º 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 #00CE41 is Cyan = 1, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 0 | 206 | 65 | - |
| CMYK | 1 | 0 | 0.68 | 0.19 |
| HSL | 138.93º | 1% | 0.4% | - |
| HSV(B) | 138.93º | 1% | 0.81% | - |
| XYZ | 23.03 | 44.52 | 12.38 | - |
| YUV | 128.33 | 92.25 | 36.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 206 | 65 | 1 | 0 | 0.68 | 0.19 | 138.93 | 1 | 0.4 |
| Hex | 0 | CE | 41 | 64 | 0 | 44 | 13 | 8B | 64 | 28 |
| Octal | 0 | 316 | 101 | 144 | 0 | 104 | 23 | 213 | 144 | 50 |
| Binary | 0 | 11001110 | 1000001 | 1100100 | 0 | 1000100 | 10011 | 10001011 | 1100100 | 101000 |
Color Harmonies of #00CE41
Complementary color
Monochromatic Colors of #00CE41
Black with #00CE41
Text Example
Text Example
White with #00CE41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00CE41; }
p { color: rgb(0,206,65); }
H1.HeaderClassName
{
color: #00CE41;
}
.AnyTagClassName
{
color: #00CE41;
}
</style>
background-color css
<style>
a { background-color: #00CE41; }
a { background-color: rgb(0,206,65); }
div.DivClassName
{
background-color: #00CE41;
}
.BgClassName
{
background-color: #00CE41;
}
</style>
border-color css
<style>
span { border-color: #00CE41; }
span { border-color: rgb(0,206,65); }
td.TdClassName
{
border-color: #00CE41;
}
.TagClassName
{
border-color: #00CE41;
}
</style>