Shades of Dark Pastel Green #00C54C
Tints of Dark Pastel Green #00C54C
RGB
CMYK
RGB Variations
Color information
#00C54C (or 0x00C54C) is known color: Dark Pastel Green. HEX triplet: 00, C5 and 4C. RGB value is (0,197,76). Sum of RGB (Red+Green+Blue) = 0+197+76=273 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 273); Green value is 197 (77.34% from 255 or 72.16% from 273); Blue value is 76 (30.08% from 255 or 27.84% from 273); Max value from RGB is 197 - color contains mainly: green. Hex color #00C54C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00C54C is #FF3AB3. Grayscale: #7C7C7C. Windows color (decimal): -16726708 or 5031168. OLE color: 5031168.
HSL color Cylindrical-coordinate representation of color #00C54C: hue angle of 143.15º 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 #00C54C is Cyan = 1, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 0 | 197 | 76 | - |
| CMYK | 1 | 0 | 0.61 | 0.23 |
| HSL | 143.15º | 1% | 0.39% | - |
| HSV(B) | 143.15º | 1% | 0.77% | - |
| XYZ | 21.27 | 40.45 | 13.52 | - |
| YUV | 124.3 | 100.73 | 39.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 197 | 76 | 1 | 0 | 0.61 | 0.23 | 143.15 | 1 | 0.39 |
| Hex | 0 | C5 | 4C | 64 | 0 | 3D | 17 | 8F | 64 | 27 |
| Octal | 0 | 305 | 114 | 144 | 0 | 75 | 27 | 217 | 144 | 47 |
| Binary | 0 | 11000101 | 1001100 | 1100100 | 0 | 111101 | 10111 | 10001111 | 1100100 | 100111 |
Color Harmonies of #00C54C
Complementary color
Monochromatic Colors of #00C54C
Black with #00C54C
Text Example
Text Example
White with #00C54C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00C54C; }
p { color: rgb(0,197,76); }
H1.HeaderClassName
{
color: #00C54C;
}
.AnyTagClassName
{
color: #00C54C;
}
</style>
background-color css
<style>
a { background-color: #00C54C; }
a { background-color: rgb(0,197,76); }
div.DivClassName
{
background-color: #00C54C;
}
.BgClassName
{
background-color: #00C54C;
}
</style>
border-color css
<style>
span { border-color: #00C54C; }
span { border-color: rgb(0,197,76); }
td.TdClassName
{
border-color: #00C54C;
}
.TagClassName
{
border-color: #00C54C;
}
</style>