Shades of Dark Pastel Green #06C04E
Tints of Dark Pastel Green #06C04E
RGB
CMYK
RGB Variations
Color information
#06C04E (or 0x06C04E) is known color: Dark Pastel Green. HEX triplet: 06, C0 and 4E. RGB value is (6,192,78). Sum of RGB (Red+Green+Blue) = 6+192+78=276 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.17% from 276); Green value is 192 (75.39% from 255 or 69.57% from 276); Blue value is 78 (30.86% from 255 or 28.26% from 276); Max value from RGB is 192 - color contains mainly: green. Hex color #06C04E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #06C04E is #F93FB1. Grayscale: #7B7B7B. Windows color (decimal): -16334770 or 5160966. OLE color: 5160966.
HSL color Cylindrical-coordinate representation of color #06C04E: hue angle of 143.23º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06C04E is Cyan = 0.97, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 6 | 192 | 78 | - |
| CMYK | 0.97 | 0 | 0.59 | 0.25 |
| HSL | 143.23º | 0.94% | 0.39% | - |
| HSV(B) | 143.23º | 0.97% | 0.75% | - |
| XYZ | 20.3 | 38.29 | 13.53 | - |
| YUV | 123.39 | 102.38 | 44.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 192 | 78 | 0.97 | 0 | 0.59 | 0.25 | 143.23 | 0.94 | 0.39 |
| Hex | 6 | C0 | 4E | 61 | 0 | 3B | 19 | 8F | 5E | 27 |
| Octal | 6 | 300 | 116 | 141 | 0 | 73 | 31 | 217 | 136 | 47 |
| Binary | 110 | 11000000 | 1001110 | 1100001 | 0 | 111011 | 11001 | 10001111 | 1011110 | 100111 |
Color Harmonies of #06C04E
Complementary color
Monochromatic Colors of #06C04E
Black with #06C04E
Text Example
Text Example
White with #06C04E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06C04E; }
p { color: rgb(6,192,78); }
H1.HeaderClassName
{
color: #06C04E;
}
.AnyTagClassName
{
color: #06C04E;
}
</style>
background-color css
<style>
a { background-color: #06C04E; }
a { background-color: rgb(6,192,78); }
div.DivClassName
{
background-color: #06C04E;
}
.BgClassName
{
background-color: #06C04E;
}
</style>
border-color css
<style>
span { border-color: #06C04E; }
span { border-color: rgb(6,192,78); }
td.TdClassName
{
border-color: #06C04E;
}
.TagClassName
{
border-color: #06C04E;
}
</style>