Shades of Dark Pastel Green #06C51D
Tints of Dark Pastel Green #06C51D
RGB
CMYK
RGB Variations
Color information
#06C51D (or 0x06C51D) is known color: Dark Pastel Green. HEX triplet: 06, C5 and 1D. RGB value is (6,197,29). Sum of RGB (Red+Green+Blue) = 6+197+29=232 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.59% from 232); Green value is 197 (77.34% from 255 or 84.91% from 232); Blue value is 29 (11.72% from 255 or 12.5% from 232); Max value from RGB is 197 - color contains mainly: green. Hex color #06C51D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #06C51D is #F93AE2. Grayscale: #797979. Windows color (decimal): -16333539 or 1950982. OLE color: 1950982.
HSL color Cylindrical-coordinate representation of color #06C51D: hue angle of 127.23º 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 #06C51D is Cyan = 0.97, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 6 | 197 | 29 | - |
| CMYK | 0.97 | 0 | 0.85 | 0.23 |
| HSL | 127.23º | 0.94% | 0.4% | - |
| HSV(B) | 127.23º | 0.97% | 0.77% | - |
| XYZ | 20.26 | 40.06 | 7.83 | - |
| YUV | 120.74 | 76.22 | 46.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 197 | 29 | 0.97 | 0 | 0.85 | 0.23 | 127.23 | 0.94 | 0.4 |
| Hex | 6 | C5 | 1D | 61 | 0 | 55 | 17 | 7F | 5E | 28 |
| Octal | 6 | 305 | 35 | 141 | 0 | 125 | 27 | 177 | 136 | 50 |
| Binary | 110 | 11000101 | 11101 | 1100001 | 0 | 1010101 | 10111 | 1111111 | 1011110 | 101000 |
Color Harmonies of #06C51D
Complementary color
Monochromatic Colors of #06C51D
Black with #06C51D
Text Example
Text Example
White with #06C51D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06C51D; }
p { color: rgb(6,197,29); }
H1.HeaderClassName
{
color: #06C51D;
}
.AnyTagClassName
{
color: #06C51D;
}
</style>
background-color css
<style>
a { background-color: #06C51D; }
a { background-color: rgb(6,197,29); }
div.DivClassName
{
background-color: #06C51D;
}
.BgClassName
{
background-color: #06C51D;
}
</style>
border-color css
<style>
span { border-color: #06C51D; }
span { border-color: rgb(6,197,29); }
td.TdClassName
{
border-color: #06C51D;
}
.TagClassName
{
border-color: #06C51D;
}
</style>