Shades of Dark Pastel Green #06CB3C
Tints of Dark Pastel Green #06CB3C
RGB
CMYK
RGB Variations
Color information
#06CB3C (or 0x06CB3C) is known color: Dark Pastel Green. HEX triplet: 06, CB and 3C. RGB value is (6,203,60). Sum of RGB (Red+Green+Blue) = 6+203+60=269 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.23% from 269); Green value is 203 (79.69% from 255 or 75.46% from 269); Blue value is 60 (23.83% from 255 or 22.30% from 269); Max value from RGB is 203 - color contains mainly: green. Hex color #06CB3C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #06CB3C is #F934C3. Grayscale: #808080. Windows color (decimal): -16331972 or 3984134. OLE color: 3984134.
HSL color Cylindrical-coordinate representation of color #06CB3C: hue angle of 136.45º 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 #06CB3C is Cyan = 0.97, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 6 | 203 | 60 | - |
| CMYK | 0.97 | 0 | 0.70 | 0.20 |
| HSL | 136.45º | 0.94% | 0.41% | - |
| HSV(B) | 136.45º | 0.97% | 0.8% | - |
| XYZ | 22.25 | 43.08 | 11.42 | - |
| YUV | 127.8 | 89.73 | 41.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 203 | 60 | 0.97 | 0 | 0.70 | 0.20 | 136.45 | 0.94 | 0.41 |
| Hex | 6 | CB | 3C | 61 | 0 | 46 | 14 | 88 | 5E | 29 |
| Octal | 6 | 313 | 74 | 141 | 0 | 106 | 24 | 210 | 136 | 51 |
| Binary | 110 | 11001011 | 111100 | 1100001 | 0 | 1000110 | 10100 | 10001000 | 1011110 | 101001 |
Color Harmonies of #06CB3C
Complementary color
Monochromatic Colors of #06CB3C
Black with #06CB3C
Text Example
Text Example
White with #06CB3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06CB3C; }
p { color: rgb(6,203,60); }
H1.HeaderClassName
{
color: #06CB3C;
}
.AnyTagClassName
{
color: #06CB3C;
}
</style>
background-color css
<style>
a { background-color: #06CB3C; }
a { background-color: rgb(6,203,60); }
div.DivClassName
{
background-color: #06CB3C;
}
.BgClassName
{
background-color: #06CB3C;
}
</style>
border-color css
<style>
span { border-color: #06CB3C; }
span { border-color: rgb(6,203,60); }
td.TdClassName
{
border-color: #06CB3C;
}
.TagClassName
{
border-color: #06CB3C;
}
</style>