Shades of Dark Pastel Green #06DF2C
Tints of Dark Pastel Green #06DF2C
RGB
CMYK
RGB Variations
Color information
#06DF2C (or 0x06DF2C) is known color: Dark Pastel Green. HEX triplet: 06, DF and 2C. RGB value is (6,223,44). Sum of RGB (Red+Green+Blue) = 6+223+44=273 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.20% from 273); Green value is 223 (87.5% from 255 or 81.68% from 273); Blue value is 44 (17.58% from 255 or 16.12% from 273); Max value from RGB is 223 - color contains mainly: green. Hex color #06DF2C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #06DF2C is #F920D3. Grayscale: #8A8A8A. Windows color (decimal): -16326868 or 2940678. OLE color: 2940678.
HSL color Cylindrical-coordinate representation of color #06DF2C: hue angle of 130.51º 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 #06DF2C is Cyan = 0.97, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 6 | 223 | 44 | - |
| CMYK | 0.97 | 0 | 0.80 | 0.13 |
| HSL | 130.51º | 0.95% | 0.45% | - |
| HSV(B) | 130.51º | 0.97% | 0.87% | - |
| XYZ | 26.92 | 53 | 11.19 | - |
| YUV | 137.71 | 75.11 | 34.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 223 | 44 | 0.97 | 0 | 0.80 | 0.13 | 130.51 | 0.95 | 0.45 |
| Hex | 6 | DF | 2C | 61 | 0 | 50 | D | 83 | 5F | 2D |
| Octal | 6 | 337 | 54 | 141 | 0 | 120 | 15 | 203 | 137 | 55 |
| Binary | 110 | 11011111 | 101100 | 1100001 | 0 | 1010000 | 1101 | 10000011 | 1011111 | 101101 |
Color Harmonies of #06DF2C
Complementary color
Monochromatic Colors of #06DF2C
Black with #06DF2C
Text Example
Text Example
White with #06DF2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06DF2C; }
p { color: rgb(6,223,44); }
H1.HeaderClassName
{
color: #06DF2C;
}
.AnyTagClassName
{
color: #06DF2C;
}
</style>
background-color css
<style>
a { background-color: #06DF2C; }
a { background-color: rgb(6,223,44); }
div.DivClassName
{
background-color: #06DF2C;
}
.BgClassName
{
background-color: #06DF2C;
}
</style>
border-color css
<style>
span { border-color: #06DF2C; }
span { border-color: rgb(6,223,44); }
td.TdClassName
{
border-color: #06DF2C;
}
.TagClassName
{
border-color: #06DF2C;
}
</style>