Shades of Dark Pastel Green #00C540
Tints of Dark Pastel Green #00C540
RGB
CMYK
RGB Variations
Color information
#00C540 (or 0x00C540) is known color: Dark Pastel Green. HEX triplet: 00, C5 and 40. RGB value is (0,197,64). Sum of RGB (Red+Green+Blue) = 0+197+64=261 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 261); Green value is 197 (77.34% from 255 or 75.48% from 261); Blue value is 64 (25.39% from 255 or 24.52% from 261); Max value from RGB is 197 - color contains mainly: green. Hex color #00C540 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00C540 is #FF3ABF. Grayscale: #7B7B7B. Windows color (decimal): -16726720 or 4244736. OLE color: 4244736.
HSL color Cylindrical-coordinate representation of color #00C540: hue angle of 139.49º 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 #00C540 is Cyan = 1, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 0 | 197 | 64 | - |
| CMYK | 1 | 0 | 0.68 | 0.23 |
| HSL | 139.49º | 1% | 0.39% | - |
| HSV(B) | 139.49º | 1% | 0.77% | - |
| XYZ | 20.89 | 40.3 | 11.53 | - |
| YUV | 122.94 | 94.73 | 40.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 197 | 64 | 1 | 0 | 0.68 | 0.23 | 139.49 | 1 | 0.39 |
| Hex | 0 | C5 | 40 | 64 | 0 | 44 | 17 | 8B | 64 | 27 |
| Octal | 0 | 305 | 100 | 144 | 0 | 104 | 27 | 213 | 144 | 47 |
| Binary | 0 | 11000101 | 1000000 | 1100100 | 0 | 1000100 | 10111 | 10001011 | 1100100 | 100111 |
Color Harmonies of #00C540
Complementary color
Monochromatic Colors of #00C540
Black with #00C540
Text Example
Text Example
White with #00C540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00C540; }
p { color: rgb(0,197,64); }
H1.HeaderClassName
{
color: #00C540;
}
.AnyTagClassName
{
color: #00C540;
}
</style>
background-color css
<style>
a { background-color: #00C540; }
a { background-color: rgb(0,197,64); }
div.DivClassName
{
background-color: #00C540;
}
.BgClassName
{
background-color: #00C540;
}
</style>
border-color css
<style>
span { border-color: #00C540; }
span { border-color: rgb(0,197,64); }
td.TdClassName
{
border-color: #00C540;
}
.TagClassName
{
border-color: #00C540;
}
</style>