Shades of Dark Pastel Green #06DD2D
Tints of Dark Pastel Green #06DD2D
RGB
CMYK
RGB Variations
Color information
#06DD2D (or 0x06DD2D) is known color: Dark Pastel Green. HEX triplet: 06, DD and 2D. RGB value is (6,221,45). Sum of RGB (Red+Green+Blue) = 6+221+45=272 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.21% from 272); Green value is 221 (86.72% from 255 or 81.25% from 272); Blue value is 45 (17.97% from 255 or 16.54% from 272); Max value from RGB is 221 - color contains mainly: green. Hex color #06DD2D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #06DD2D is #F922D2. Grayscale: #898989. Windows color (decimal): -16327379 or 3005702. OLE color: 3005702.
HSL color Cylindrical-coordinate representation of color #06DD2D: hue angle of 130.88º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06DD2D is Cyan = 0.97, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 6 | 221 | 45 | - |
| CMYK | 0.97 | 0 | 0.80 | 0.13 |
| HSL | 130.88º | 0.95% | 0.45% | - |
| HSV(B) | 130.88º | 0.97% | 0.87% | - |
| XYZ | 26.41 | 51.94 | 11.12 | - |
| YUV | 136.65 | 76.27 | 34.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 221 | 45 | 0.97 | 0 | 0.80 | 0.13 | 130.88 | 0.95 | 0.45 |
| Hex | 6 | DD | 2D | 61 | 0 | 50 | D | 83 | 5F | 2D |
| Octal | 6 | 335 | 55 | 141 | 0 | 120 | 15 | 203 | 137 | 55 |
| Binary | 110 | 11011101 | 101101 | 1100001 | 0 | 1010000 | 1101 | 10000011 | 1011111 | 101101 |
Color Harmonies of #06DD2D
Complementary color
Monochromatic Colors of #06DD2D
Black with #06DD2D
Text Example
Text Example
White with #06DD2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06DD2D; }
p { color: rgb(6,221,45); }
H1.HeaderClassName
{
color: #06DD2D;
}
.AnyTagClassName
{
color: #06DD2D;
}
</style>
background-color css
<style>
a { background-color: #06DD2D; }
a { background-color: rgb(6,221,45); }
div.DivClassName
{
background-color: #06DD2D;
}
.BgClassName
{
background-color: #06DD2D;
}
</style>
border-color css
<style>
span { border-color: #06DD2D; }
span { border-color: rgb(6,221,45); }
td.TdClassName
{
border-color: #06DD2D;
}
.TagClassName
{
border-color: #06DD2D;
}
</style>