Shades of Dark Pastel Green #00C443
Tints of Dark Pastel Green #00C443
RGB
CMYK
RGB Variations
Color information
#00C443 (or 0x00C443) is known color: Dark Pastel Green. HEX triplet: 00, C4 and 43. RGB value is (0,196,67). Sum of RGB (Red+Green+Blue) = 0+196+67=263 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 263); Green value is 196 (76.95% from 255 or 74.52% from 263); Blue value is 67 (26.56% from 255 or 25.48% from 263); Max value from RGB is 196 - color contains mainly: green. Hex color #00C443 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00C443 is #FF3BBC. Grayscale: #7B7B7B. Windows color (decimal): -16726973 or 4441088. OLE color: 4441088.
HSL color Cylindrical-coordinate representation of color #00C443: hue angle of 140.51º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00C443 is Cyan = 1, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 0 | 196 | 67 | - |
| CMYK | 1 | 0 | 0.66 | 0.23 |
| HSL | 140.51º | 1% | 0.38% | - |
| HSV(B) | 140.51º | 1% | 0.77% | - |
| XYZ | 20.75 | 39.89 | 11.91 | - |
| YUV | 122.69 | 96.57 | 40.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 196 | 67 | 1 | 0 | 0.66 | 0.23 | 140.51 | 1 | 0.38 |
| Hex | 0 | C4 | 43 | 64 | 0 | 42 | 17 | 8D | 64 | 26 |
| Octal | 0 | 304 | 103 | 144 | 0 | 102 | 27 | 215 | 144 | 46 |
| Binary | 0 | 11000100 | 1000011 | 1100100 | 0 | 1000010 | 10111 | 10001101 | 1100100 | 100110 |
Color Harmonies of #00C443
Complementary color
Monochromatic Colors of #00C443
Black with #00C443
Text Example
Text Example
White with #00C443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00C443; }
p { color: rgb(0,196,67); }
H1.HeaderClassName
{
color: #00C443;
}
.AnyTagClassName
{
color: #00C443;
}
</style>
background-color css
<style>
a { background-color: #00C443; }
a { background-color: rgb(0,196,67); }
div.DivClassName
{
background-color: #00C443;
}
.BgClassName
{
background-color: #00C443;
}
</style>
border-color css
<style>
span { border-color: #00C443; }
span { border-color: rgb(0,196,67); }
td.TdClassName
{
border-color: #00C443;
}
.TagClassName
{
border-color: #00C443;
}
</style>