Shades of Dark Pastel Green #06C54C
Tints of Dark Pastel Green #06C54C
RGB
CMYK
RGB Variations
Color information
#06C54C (or 0x06C54C) is known color: Dark Pastel Green. HEX triplet: 06, C5 and 4C. RGB value is (6,197,76). Sum of RGB (Red+Green+Blue) = 6+197+76=279 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.15% from 279); Green value is 197 (77.34% from 255 or 70.61% from 279); Blue value is 76 (30.08% from 255 or 27.24% from 279); Max value from RGB is 197 - color contains mainly: green. Hex color #06C54C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #06C54C is #F93AB3. Grayscale: #7E7E7E. Windows color (decimal): -16333492 or 5031174. OLE color: 5031174.
HSL color Cylindrical-coordinate representation of color #06C54C: hue angle of 141.99º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06C54C is Cyan = 0.97, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 6 | 197 | 76 | - |
| CMYK | 0.97 | 0 | 0.61 | 0.23 |
| HSL | 141.99º | 0.94% | 0.4% | - |
| HSV(B) | 141.99º | 0.97% | 0.77% | - |
| XYZ | 21.35 | 40.49 | 13.53 | - |
| YUV | 126.1 | 99.72 | 42.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 197 | 76 | 0.97 | 0 | 0.61 | 0.23 | 141.99 | 0.94 | 0.4 |
| Hex | 6 | C5 | 4C | 61 | 0 | 3D | 17 | 8E | 5E | 28 |
| Octal | 6 | 305 | 114 | 141 | 0 | 75 | 27 | 216 | 136 | 50 |
| Binary | 110 | 11000101 | 1001100 | 1100001 | 0 | 111101 | 10111 | 10001110 | 1011110 | 101000 |
Color Harmonies of #06C54C
Complementary color
Monochromatic Colors of #06C54C
Black with #06C54C
Text Example
Text Example
White with #06C54C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06C54C; }
p { color: rgb(6,197,76); }
H1.HeaderClassName
{
color: #06C54C;
}
.AnyTagClassName
{
color: #06C54C;
}
</style>
background-color css
<style>
a { background-color: #06C54C; }
a { background-color: rgb(6,197,76); }
div.DivClassName
{
background-color: #06C54C;
}
.BgClassName
{
background-color: #06C54C;
}
</style>
border-color css
<style>
span { border-color: #06C54C; }
span { border-color: rgb(6,197,76); }
td.TdClassName
{
border-color: #06C54C;
}
.TagClassName
{
border-color: #06C54C;
}
</style>