Shades of Dark Pastel Green #06DC32
Tints of Dark Pastel Green #06DC32
RGB
CMYK
RGB Variations
Color information
#06DC32 (or 0x06DC32) is known color: Dark Pastel Green. HEX triplet: 06, DC and 32. RGB value is (6,220,50). Sum of RGB (Red+Green+Blue) = 6+220+50=276 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.17% from 276); Green value is 220 (86.33% from 255 or 79.71% from 276); Blue value is 50 (19.92% from 255 or 18.12% from 276); Max value from RGB is 220 - color contains mainly: green. Hex color #06DC32 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #06DC32 is #F923CD. Grayscale: #898989. Windows color (decimal): -16327630 or 3333126. OLE color: 3333126.
HSL color Cylindrical-coordinate representation of color #06DC32: hue angle of 132.34º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06DC32 is Cyan = 0.97, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 6 | 220 | 50 | - |
| CMYK | 0.97 | 0 | 0.77 | 0.14 |
| HSL | 132.34º | 0.95% | 0.44% | - |
| HSV(B) | 132.34º | 0.97% | 0.86% | - |
| XYZ | 26.24 | 51.46 | 11.57 | - |
| YUV | 136.63 | 79.1 | 34.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 220 | 50 | 0.97 | 0 | 0.77 | 0.14 | 132.34 | 0.95 | 0.44 |
| Hex | 6 | DC | 32 | 61 | 0 | 4D | E | 84 | 5F | 2C |
| Octal | 6 | 334 | 62 | 141 | 0 | 115 | 16 | 204 | 137 | 54 |
| Binary | 110 | 11011100 | 110010 | 1100001 | 0 | 1001101 | 1110 | 10000100 | 1011111 | 101100 |
Color Harmonies of #06DC32
Complementary color
Monochromatic Colors of #06DC32
Black with #06DC32
Text Example
Text Example
White with #06DC32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06DC32; }
p { color: rgb(6,220,50); }
H1.HeaderClassName
{
color: #06DC32;
}
.AnyTagClassName
{
color: #06DC32;
}
</style>
background-color css
<style>
a { background-color: #06DC32; }
a { background-color: rgb(6,220,50); }
div.DivClassName
{
background-color: #06DC32;
}
.BgClassName
{
background-color: #06DC32;
}
</style>
border-color css
<style>
span { border-color: #06DC32; }
span { border-color: rgb(6,220,50); }
td.TdClassName
{
border-color: #06DC32;
}
.TagClassName
{
border-color: #06DC32;
}
</style>