Shades of Dark Pastel Green #06C11D
Tints of Dark Pastel Green #06C11D
RGB
CMYK
RGB Variations
Color information
#06C11D (or 0x06C11D) is known color: Dark Pastel Green. HEX triplet: 06, C1 and 1D. RGB value is (6,193,29). Sum of RGB (Red+Green+Blue) = 6+193+29=228 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.63% from 228); Green value is 193 (75.78% from 255 or 84.65% from 228); Blue value is 29 (11.72% from 255 or 12.72% from 228); Max value from RGB is 193 - color contains mainly: green. Hex color #06C11D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #06C11D is #F93EE2. Grayscale: #767676. Windows color (decimal): -16334563 or 1949958. OLE color: 1949958.
HSL color Cylindrical-coordinate representation of color #06C11D: hue angle of 127.38º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06C11D is Cyan = 0.97, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 6 | 193 | 29 | - |
| CMYK | 0.97 | 0 | 0.85 | 0.24 |
| HSL | 127.38º | 0.94% | 0.39% | - |
| HSV(B) | 127.38º | 0.97% | 0.76% | - |
| XYZ | 19.37 | 38.27 | 7.53 | - |
| YUV | 118.39 | 77.55 | 47.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 193 | 29 | 0.97 | 0 | 0.85 | 0.24 | 127.38 | 0.94 | 0.39 |
| Hex | 6 | C1 | 1D | 61 | 0 | 55 | 18 | 7F | 5E | 27 |
| Octal | 6 | 301 | 35 | 141 | 0 | 125 | 30 | 177 | 136 | 47 |
| Binary | 110 | 11000001 | 11101 | 1100001 | 0 | 1010101 | 11000 | 1111111 | 1011110 | 100111 |
Color Harmonies of #06C11D
Complementary color
Monochromatic Colors of #06C11D
Black with #06C11D
Text Example
Text Example
White with #06C11D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06C11D; }
p { color: rgb(6,193,29); }
H1.HeaderClassName
{
color: #06C11D;
}
.AnyTagClassName
{
color: #06C11D;
}
</style>
background-color css
<style>
a { background-color: #06C11D; }
a { background-color: rgb(6,193,29); }
div.DivClassName
{
background-color: #06C11D;
}
.BgClassName
{
background-color: #06C11D;
}
</style>
border-color css
<style>
span { border-color: #06C11D; }
span { border-color: rgb(6,193,29); }
td.TdClassName
{
border-color: #06C11D;
}
.TagClassName
{
border-color: #06C11D;
}
</style>