Shades of Dark Pastel Green #06D831
Tints of Dark Pastel Green #06D831
RGB
CMYK
RGB Variations
Color information
#06D831 (or 0x06D831) is known color: Dark Pastel Green. HEX triplet: 06, D8 and 31. RGB value is (6,216,49). Sum of RGB (Red+Green+Blue) = 6+216+49=271 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.21% from 271); Green value is 216 (84.77% from 255 or 79.70% from 271); Blue value is 49 (19.53% from 255 or 18.08% from 271); Max value from RGB is 216 - color contains mainly: green. Hex color #06D831 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #06D831 is #F927CE. Grayscale: #868686. Windows color (decimal): -16328655 or 3266566. OLE color: 3266566.
HSL color Cylindrical-coordinate representation of color #06D831: hue angle of 132.29º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06D831 is Cyan = 0.97, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 6 | 216 | 49 | - |
| CMYK | 0.97 | 0 | 0.77 | 0.15 |
| HSL | 132.29º | 0.95% | 0.44% | - |
| HSV(B) | 132.29º | 0.97% | 0.85% | - |
| XYZ | 25.19 | 49.37 | 11.11 | - |
| YUV | 134.17 | 79.93 | 36.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 216 | 49 | 0.97 | 0 | 0.77 | 0.15 | 132.29 | 0.95 | 0.44 |
| Hex | 6 | D8 | 31 | 61 | 0 | 4D | F | 84 | 5F | 2C |
| Octal | 6 | 330 | 61 | 141 | 0 | 115 | 17 | 204 | 137 | 54 |
| Binary | 110 | 11011000 | 110001 | 1100001 | 0 | 1001101 | 1111 | 10000100 | 1011111 | 101100 |
Color Harmonies of #06D831
Complementary color
Monochromatic Colors of #06D831
Black with #06D831
Text Example
Text Example
White with #06D831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06D831; }
p { color: rgb(6,216,49); }
H1.HeaderClassName
{
color: #06D831;
}
.AnyTagClassName
{
color: #06D831;
}
</style>
background-color css
<style>
a { background-color: #06D831; }
a { background-color: rgb(6,216,49); }
div.DivClassName
{
background-color: #06D831;
}
.BgClassName
{
background-color: #06D831;
}
</style>
border-color css
<style>
span { border-color: #06D831; }
span { border-color: rgb(6,216,49); }
td.TdClassName
{
border-color: #06D831;
}
.TagClassName
{
border-color: #06D831;
}
</style>