Shades of Dark Pastel Green #06CA40
Tints of Dark Pastel Green #06CA40
RGB
CMYK
RGB Variations
Color information
#06CA40 (or 0x06CA40) is known color: Dark Pastel Green. HEX triplet: 06, CA and 40. RGB value is (6,202,64). Sum of RGB (Red+Green+Blue) = 6+202+64=272 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.21% from 272); Green value is 202 (79.30% from 255 or 74.26% from 272); Blue value is 64 (25.39% from 255 or 23.53% from 272); Max value from RGB is 202 - color contains mainly: green. Hex color #06CA40 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #06CA40 is #F935BF. Grayscale: #808080. Windows color (decimal): -16332224 or 4246022. OLE color: 4246022.
HSL color Cylindrical-coordinate representation of color #06CA40: hue angle of 137.76º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06CA40 is Cyan = 0.97, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 6 | 202 | 64 | - |
| CMYK | 0.97 | 0 | 0.68 | 0.21 |
| HSL | 137.76º | 0.94% | 0.41% | - |
| HSV(B) | 137.76º | 0.97% | 0.79% | - |
| XYZ | 22.12 | 42.65 | 11.92 | - |
| YUV | 127.66 | 92.07 | 41.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 202 | 64 | 0.97 | 0 | 0.68 | 0.21 | 137.76 | 0.94 | 0.41 |
| Hex | 6 | CA | 40 | 61 | 0 | 44 | 15 | 8A | 5E | 29 |
| Octal | 6 | 312 | 100 | 141 | 0 | 104 | 25 | 212 | 136 | 51 |
| Binary | 110 | 11001010 | 1000000 | 1100001 | 0 | 1000100 | 10101 | 10001010 | 1011110 | 101001 |
Color Harmonies of #06CA40
Complementary color
Monochromatic Colors of #06CA40
Black with #06CA40
Text Example
Text Example
White with #06CA40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06CA40; }
p { color: rgb(6,202,64); }
H1.HeaderClassName
{
color: #06CA40;
}
.AnyTagClassName
{
color: #06CA40;
}
</style>
background-color css
<style>
a { background-color: #06CA40; }
a { background-color: rgb(6,202,64); }
div.DivClassName
{
background-color: #06CA40;
}
.BgClassName
{
background-color: #06CA40;
}
</style>
border-color css
<style>
span { border-color: #06CA40; }
span { border-color: rgb(6,202,64); }
td.TdClassName
{
border-color: #06CA40;
}
.TagClassName
{
border-color: #06CA40;
}
</style>