Shades of Dark Pastel Green #00C547
Tints of Dark Pastel Green #00C547
RGB
CMYK
RGB Variations
Color information
#00C547 (or 0x00C547) is known color: Dark Pastel Green. HEX triplet: 00, C5 and 47. RGB value is (0,197,71). Sum of RGB (Red+Green+Blue) = 0+197+71=268 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 268); Green value is 197 (77.34% from 255 or 73.51% from 268); Blue value is 71 (28.12% from 255 or 26.49% from 268); Max value from RGB is 197 - color contains mainly: green. Hex color #00C547 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00C547 is #FF3AB8. Grayscale: #7C7C7C. Windows color (decimal): -16726713 or 4703488. OLE color: 4703488.
HSL color Cylindrical-coordinate representation of color #00C547: hue angle of 141.62º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00C547 is Cyan = 1, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 0 | 197 | 71 | - |
| CMYK | 1 | 0 | 0.64 | 0.23 |
| HSL | 141.62º | 1% | 0.39% | - |
| HSV(B) | 141.62º | 1% | 0.77% | - |
| XYZ | 21.1 | 40.39 | 12.64 | - |
| YUV | 123.73 | 98.23 | 39.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 197 | 71 | 1 | 0 | 0.64 | 0.23 | 141.62 | 1 | 0.39 |
| Hex | 0 | C5 | 47 | 64 | 0 | 40 | 17 | 8E | 64 | 27 |
| Octal | 0 | 305 | 107 | 144 | 0 | 100 | 27 | 216 | 144 | 47 |
| Binary | 0 | 11000101 | 1000111 | 1100100 | 0 | 1000000 | 10111 | 10001110 | 1100100 | 100111 |
Color Harmonies of #00C547
Complementary color
Monochromatic Colors of #00C547
Black with #00C547
Text Example
Text Example
White with #00C547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00C547; }
p { color: rgb(0,197,71); }
H1.HeaderClassName
{
color: #00C547;
}
.AnyTagClassName
{
color: #00C547;
}
</style>
background-color css
<style>
a { background-color: #00C547; }
a { background-color: rgb(0,197,71); }
div.DivClassName
{
background-color: #00C547;
}
.BgClassName
{
background-color: #00C547;
}
</style>
border-color css
<style>
span { border-color: #00C547; }
span { border-color: rgb(0,197,71); }
td.TdClassName
{
border-color: #00C547;
}
.TagClassName
{
border-color: #00C547;
}
</style>