Shades of Dark Pastel Green #06C82C
Tints of Dark Pastel Green #06C82C
RGB
CMYK
RGB Variations
Color information
#06C82C (or 0x06C82C) is known color: Dark Pastel Green. HEX triplet: 06, C8 and 2C. RGB value is (6,200,44). Sum of RGB (Red+Green+Blue) = 6+200+44=250 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.4% from 250); Green value is 200 (78.52% from 255 or 80% from 250); Blue value is 44 (17.58% from 255 or 17.6% from 250); Max value from RGB is 200 - color contains mainly: green. Hex color #06C82C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #06C82C is #F937D3. Grayscale: #7C7C7C. Windows color (decimal): -16332756 or 2934790. OLE color: 2934790.
HSL color Cylindrical-coordinate representation of color #06C82C: hue angle of 131.75º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06C82C is Cyan = 0.97, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 6 | 200 | 44 | - |
| CMYK | 0.97 | 0 | 0.78 | 0.22 |
| HSL | 131.75º | 0.94% | 0.4% | - |
| HSV(B) | 131.75º | 0.97% | 0.78% | - |
| XYZ | 21.18 | 41.53 | 9.28 | - |
| YUV | 124.21 | 82.73 | 43.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 200 | 44 | 0.97 | 0 | 0.78 | 0.22 | 131.75 | 0.94 | 0.4 |
| Hex | 6 | C8 | 2C | 61 | 0 | 4E | 16 | 84 | 5E | 28 |
| Octal | 6 | 310 | 54 | 141 | 0 | 116 | 26 | 204 | 136 | 50 |
| Binary | 110 | 11001000 | 101100 | 1100001 | 0 | 1001110 | 10110 | 10000100 | 1011110 | 101000 |
Color Harmonies of #06C82C
Complementary color
Monochromatic Colors of #06C82C
Black with #06C82C
Text Example
Text Example
White with #06C82C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06C82C; }
p { color: rgb(6,200,44); }
H1.HeaderClassName
{
color: #06C82C;
}
.AnyTagClassName
{
color: #06C82C;
}
</style>
background-color css
<style>
a { background-color: #06C82C; }
a { background-color: rgb(6,200,44); }
div.DivClassName
{
background-color: #06C82C;
}
.BgClassName
{
background-color: #06C82C;
}
</style>
border-color css
<style>
span { border-color: #06C82C; }
span { border-color: rgb(6,200,44); }
td.TdClassName
{
border-color: #06C82C;
}
.TagClassName
{
border-color: #06C82C;
}
</style>