Shades of Dark Pastel Green #06D231
Tints of Dark Pastel Green #06D231
RGB
CMYK
RGB Variations
Color information
#06D231 (or 0x06D231) is known color: Dark Pastel Green. HEX triplet: 06, D2 and 31. RGB value is (6,210,49). Sum of RGB (Red+Green+Blue) = 6+210+49=265 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.26% from 265); Green value is 210 (82.42% from 255 or 79.25% from 265); Blue value is 49 (19.53% from 255 or 18.49% from 265); Max value from RGB is 210 - color contains mainly: green. Hex color #06D231 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #06D231 is #F92DCE. Grayscale: #838383. Windows color (decimal): -16330191 or 3265030. OLE color: 3265030.
HSL color Cylindrical-coordinate representation of color #06D231: hue angle of 132.65º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06D231 is Cyan = 0.97, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 6 | 210 | 49 | - |
| CMYK | 0.97 | 0 | 0.77 | 0.18 |
| HSL | 132.65º | 0.94% | 0.42% | - |
| HSV(B) | 132.65º | 0.97% | 0.82% | - |
| XYZ | 23.68 | 46.35 | 10.61 | - |
| YUV | 130.65 | 81.91 | 39.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 210 | 49 | 0.97 | 0 | 0.77 | 0.18 | 132.65 | 0.94 | 0.42 |
| Hex | 6 | D2 | 31 | 61 | 0 | 4D | 12 | 85 | 5E | 2A |
| Octal | 6 | 322 | 61 | 141 | 0 | 115 | 22 | 205 | 136 | 52 |
| Binary | 110 | 11010010 | 110001 | 1100001 | 0 | 1001101 | 10010 | 10000101 | 1011110 | 101010 |
Color Harmonies of #06D231
Complementary color
Monochromatic Colors of #06D231
Black with #06D231
Text Example
Text Example
White with #06D231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06D231; }
p { color: rgb(6,210,49); }
H1.HeaderClassName
{
color: #06D231;
}
.AnyTagClassName
{
color: #06D231;
}
</style>
background-color css
<style>
a { background-color: #06D231; }
a { background-color: rgb(6,210,49); }
div.DivClassName
{
background-color: #06D231;
}
.BgClassName
{
background-color: #06D231;
}
</style>
border-color css
<style>
span { border-color: #06D231; }
span { border-color: rgb(6,210,49); }
td.TdClassName
{
border-color: #06D231;
}
.TagClassName
{
border-color: #06D231;
}
</style>