Shades of Dark Pastel Green #06E02D
Tints of Dark Pastel Green #06E02D
RGB
CMYK
RGB Variations
Color information
#06E02D (or 0x06E02D) is known color: Dark Pastel Green. HEX triplet: 06, E0 and 2D. RGB value is (6,224,45). Sum of RGB (Red+Green+Blue) = 6+224+45=275 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.18% from 275); Green value is 224 (87.89% from 255 or 81.45% from 275); Blue value is 45 (17.97% from 255 or 16.36% from 275); Max value from RGB is 224 - color contains mainly: green. Hex color #06E02D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #06E02D is #F91FD2. Grayscale: #8A8A8A. Windows color (decimal): -16326611 or 3006470. OLE color: 3006470.
HSL color Cylindrical-coordinate representation of color #06E02D: hue angle of 130.73º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06E02D is Cyan = 0.97, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 6 | 224 | 45 | - |
| CMYK | 0.97 | 0 | 0.80 | 0.12 |
| HSL | 130.73º | 0.95% | 0.45% | - |
| HSV(B) | 130.73º | 0.97% | 0.88% | - |
| XYZ | 27.2 | 53.54 | 11.38 | - |
| YUV | 138.41 | 75.28 | 33.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 224 | 45 | 0.97 | 0 | 0.80 | 0.12 | 130.73 | 0.95 | 0.45 |
| Hex | 6 | E0 | 2D | 61 | 0 | 50 | C | 83 | 5F | 2D |
| Octal | 6 | 340 | 55 | 141 | 0 | 120 | 14 | 203 | 137 | 55 |
| Binary | 110 | 11100000 | 101101 | 1100001 | 0 | 1010000 | 1100 | 10000011 | 1011111 | 101101 |
Color Harmonies of #06E02D
Complementary color
Monochromatic Colors of #06E02D
Black with #06E02D
Text Example
Text Example
White with #06E02D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06E02D; }
p { color: rgb(6,224,45); }
H1.HeaderClassName
{
color: #06E02D;
}
.AnyTagClassName
{
color: #06E02D;
}
</style>
background-color css
<style>
a { background-color: #06E02D; }
a { background-color: rgb(6,224,45); }
div.DivClassName
{
background-color: #06E02D;
}
.BgClassName
{
background-color: #06E02D;
}
</style>
border-color css
<style>
span { border-color: #06E02D; }
span { border-color: rgb(6,224,45); }
td.TdClassName
{
border-color: #06E02D;
}
.TagClassName
{
border-color: #06E02D;
}
</style>