Shades of Dark Pastel Green #06CB49
Tints of Dark Pastel Green #06CB49
RGB
CMYK
RGB Variations
Color information
#06CB49 (or 0x06CB49) is known color: Dark Pastel Green. HEX triplet: 06, CB and 49. RGB value is (6,203,73). Sum of RGB (Red+Green+Blue) = 6+203+73=282 (37% of max value = 765). Red value is 6 (2.73% from 255 or 2.13% from 282); Green value is 203 (79.69% from 255 or 71.99% from 282); Blue value is 73 (28.91% from 255 or 25.89% from 282); Max value from RGB is 203 - color contains mainly: green. Hex color #06CB49 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #06CB49 is #F934B6. Grayscale: #818181. Windows color (decimal): -16331959 or 4836102. OLE color: 4836102.
HSL color Cylindrical-coordinate representation of color #06CB49: hue angle of 140.41º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06CB49 is Cyan = 0.97, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 6 | 203 | 73 | - |
| CMYK | 0.97 | 0 | 0.64 | 0.20 |
| HSL | 140.41º | 0.94% | 0.41% | - |
| HSV(B) | 140.41º | 0.97% | 0.8% | - |
| XYZ | 22.63 | 43.23 | 13.45 | - |
| YUV | 129.28 | 96.23 | 40.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 203 | 73 | 0.97 | 0 | 0.64 | 0.20 | 140.41 | 0.94 | 0.41 |
| Hex | 6 | CB | 49 | 61 | 0 | 40 | 14 | 8C | 5E | 29 |
| Octal | 6 | 313 | 111 | 141 | 0 | 100 | 24 | 214 | 136 | 51 |
| Binary | 110 | 11001011 | 1001001 | 1100001 | 0 | 1000000 | 10100 | 10001100 | 1011110 | 101001 |
Color Harmonies of #06CB49
Complementary color
Monochromatic Colors of #06CB49
Black with #06CB49
Text Example
Text Example
White with #06CB49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06CB49; }
p { color: rgb(6,203,73); }
H1.HeaderClassName
{
color: #06CB49;
}
.AnyTagClassName
{
color: #06CB49;
}
</style>
background-color css
<style>
a { background-color: #06CB49; }
a { background-color: rgb(6,203,73); }
div.DivClassName
{
background-color: #06CB49;
}
.BgClassName
{
background-color: #06CB49;
}
</style>
border-color css
<style>
span { border-color: #06CB49; }
span { border-color: rgb(6,203,73); }
td.TdClassName
{
border-color: #06CB49;
}
.TagClassName
{
border-color: #06CB49;
}
</style>