Shades of Dark Pastel Green #00C34D
Tints of Dark Pastel Green #00C34D
RGB
CMYK
RGB Variations
Color information
#00C34D (or 0x00C34D) is known color: Dark Pastel Green. HEX triplet: 00, C3 and 4D. RGB value is (0,195,77). Sum of RGB (Red+Green+Blue) = 0+195+77=272 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 272); Green value is 195 (76.56% from 255 or 71.69% from 272); Blue value is 77 (30.47% from 255 or 28.31% from 272); Max value from RGB is 195 - color contains mainly: green. Hex color #00C34D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #00C34D is #FF3CB2. Grayscale: #7B7B7B. Windows color (decimal): -16727219 or 5096192. OLE color: 5096192.
HSL color Cylindrical-coordinate representation of color #00C34D: hue angle of 143.69º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00C34D is Cyan = 1, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 0 | 195 | 77 | - |
| CMYK | 1 | 0 | 0.61 | 0.24 |
| HSL | 143.69º | 1% | 0.38% | - |
| HSV(B) | 143.69º | 1% | 0.76% | - |
| XYZ | 20.85 | 39.57 | 13.56 | - |
| YUV | 123.24 | 101.9 | 40.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 195 | 77 | 1 | 0 | 0.61 | 0.24 | 143.69 | 1 | 0.38 |
| Hex | 0 | C3 | 4D | 64 | 0 | 3D | 18 | 90 | 64 | 26 |
| Octal | 0 | 303 | 115 | 144 | 0 | 75 | 30 | 220 | 144 | 46 |
| Binary | 0 | 11000011 | 1001101 | 1100100 | 0 | 111101 | 11000 | 10010000 | 1100100 | 100110 |
Color Harmonies of #00C34D
Complementary color
Monochromatic Colors of #00C34D
Black with #00C34D
Text Example
Text Example
White with #00C34D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00C34D; }
p { color: rgb(0,195,77); }
H1.HeaderClassName
{
color: #00C34D;
}
.AnyTagClassName
{
color: #00C34D;
}
</style>
background-color css
<style>
a { background-color: #00C34D; }
a { background-color: rgb(0,195,77); }
div.DivClassName
{
background-color: #00C34D;
}
.BgClassName
{
background-color: #00C34D;
}
</style>
border-color css
<style>
span { border-color: #00C34D; }
span { border-color: rgb(0,195,77); }
td.TdClassName
{
border-color: #00C34D;
}
.TagClassName
{
border-color: #00C34D;
}
</style>