Shades of Dark Pastel Green #06D428
Tints of Dark Pastel Green #06D428
RGB
CMYK
RGB Variations
Color information
#06D428 (or 0x06D428) is known color: Dark Pastel Green. HEX triplet: 06, D4 and 28. RGB value is (6,212,40). Sum of RGB (Red+Green+Blue) = 6+212+40=258 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.33% from 258); Green value is 212 (83.20% from 255 or 82.17% from 258); Blue value is 40 (16.02% from 255 or 15.50% from 258); Max value from RGB is 212 - color contains mainly: green. Hex color #06D428 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #06D428 is #F92BD7. Grayscale: #838383. Windows color (decimal): -16329688 or 2675718. OLE color: 2675718.
HSL color Cylindrical-coordinate representation of color #06D428: hue angle of 129.9º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06D428 is Cyan = 0.97, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 6 | 212 | 40 | - |
| CMYK | 0.97 | 0 | 0.81 | 0.17 |
| HSL | 129.9º | 0.94% | 0.43% | - |
| HSV(B) | 129.9º | 0.97% | 0.83% | - |
| XYZ | 24 | 47.28 | 9.87 | - |
| YUV | 130.8 | 76.75 | 38.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 212 | 40 | 0.97 | 0 | 0.81 | 0.17 | 129.9 | 0.94 | 0.43 |
| Hex | 6 | D4 | 28 | 61 | 0 | 51 | 11 | 82 | 5E | 2B |
| Octal | 6 | 324 | 50 | 141 | 0 | 121 | 21 | 202 | 136 | 53 |
| Binary | 110 | 11010100 | 101000 | 1100001 | 0 | 1010001 | 10001 | 10000010 | 1011110 | 101011 |
Color Harmonies of #06D428
Complementary color
Monochromatic Colors of #06D428
Black with #06D428
Text Example
Text Example
White with #06D428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06D428; }
p { color: rgb(6,212,40); }
H1.HeaderClassName
{
color: #06D428;
}
.AnyTagClassName
{
color: #06D428;
}
</style>
background-color css
<style>
a { background-color: #06D428; }
a { background-color: rgb(6,212,40); }
div.DivClassName
{
background-color: #06D428;
}
.BgClassName
{
background-color: #06D428;
}
</style>
border-color css
<style>
span { border-color: #06D428; }
span { border-color: rgb(6,212,40); }
td.TdClassName
{
border-color: #06D428;
}
.TagClassName
{
border-color: #06D428;
}
</style>