Shades of Dark Pastel Green #06DF2B
Tints of Dark Pastel Green #06DF2B
RGB
CMYK
RGB Variations
Color information
#06DF2B (or 0x06DF2B) is known color: Dark Pastel Green. HEX triplet: 06, DF and 2B. RGB value is (6,223,43). Sum of RGB (Red+Green+Blue) = 6+223+43=272 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.21% from 272); Green value is 223 (87.5% from 255 or 81.99% from 272); Blue value is 43 (17.19% from 255 or 15.81% from 272); Max value from RGB is 223 - color contains mainly: green. Hex color #06DF2B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #06DF2B is #F920D4. Grayscale: #8A8A8A. Windows color (decimal): -16326869 or 2875142. OLE color: 2875142.
HSL color Cylindrical-coordinate representation of color #06DF2B: hue angle of 130.23º 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 #06DF2B is Cyan = 0.97, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 6 | 223 | 43 | - |
| CMYK | 0.97 | 0 | 0.81 | 0.13 |
| HSL | 130.23º | 0.95% | 0.45% | - |
| HSV(B) | 130.23º | 0.97% | 0.87% | - |
| XYZ | 26.9 | 52.99 | 11.1 | - |
| YUV | 137.6 | 74.61 | 34.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 223 | 43 | 0.97 | 0 | 0.81 | 0.13 | 130.23 | 0.95 | 0.45 |
| Hex | 6 | DF | 2B | 61 | 0 | 51 | D | 82 | 5F | 2D |
| Octal | 6 | 337 | 53 | 141 | 0 | 121 | 15 | 202 | 137 | 55 |
| Binary | 110 | 11011111 | 101011 | 1100001 | 0 | 1010001 | 1101 | 10000010 | 1011111 | 101101 |
Color Harmonies of #06DF2B
Complementary color
Monochromatic Colors of #06DF2B
Black with #06DF2B
Text Example
Text Example
White with #06DF2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06DF2B; }
p { color: rgb(6,223,43); }
H1.HeaderClassName
{
color: #06DF2B;
}
.AnyTagClassName
{
color: #06DF2B;
}
</style>
background-color css
<style>
a { background-color: #06DF2B; }
a { background-color: rgb(6,223,43); }
div.DivClassName
{
background-color: #06DF2B;
}
.BgClassName
{
background-color: #06DF2B;
}
</style>
border-color css
<style>
span { border-color: #06DF2B; }
span { border-color: rgb(6,223,43); }
td.TdClassName
{
border-color: #06DF2B;
}
.TagClassName
{
border-color: #06DF2B;
}
</style>