Shades of Dark Pastel Green #06CB16
Tints of Dark Pastel Green #06CB16
RGB
CMYK
RGB Variations
Color information
#06CB16 (or 0x06CB16) is known color: Dark Pastel Green. HEX triplet: 06, CB and 16. RGB value is (6,203,22). Sum of RGB (Red+Green+Blue) = 6+203+22=231 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.60% from 231); Green value is 203 (79.69% from 255 or 87.88% from 231); Blue value is 22 (8.98% from 255 or 9.52% from 231); Max value from RGB is 203 - color contains mainly: green. Hex color #06CB16 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #06CB16 is #F934E9. Grayscale: #7B7B7B. Windows color (decimal): -16332010 or 1493766. OLE color: 1493766.
HSL color Cylindrical-coordinate representation of color #06CB16: hue angle of 124.87º 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 #06CB16 is Cyan = 0.97, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 6 | 203 | 22 | - |
| CMYK | 0.97 | 0 | 0.89 | 0.20 |
| HSL | 124.87º | 0.94% | 0.41% | - |
| HSV(B) | 124.87º | 0.97% | 0.8% | - |
| XYZ | 21.58 | 42.81 | 7.88 | - |
| YUV | 123.46 | 70.73 | 44.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 203 | 22 | 0.97 | 0 | 0.89 | 0.20 | 124.87 | 0.94 | 0.41 |
| Hex | 6 | CB | 16 | 61 | 0 | 59 | 14 | 7D | 5E | 29 |
| Octal | 6 | 313 | 26 | 141 | 0 | 131 | 24 | 175 | 136 | 51 |
| Binary | 110 | 11001011 | 10110 | 1100001 | 0 | 1011001 | 10100 | 1111101 | 1011110 | 101001 |
Color Harmonies of #06CB16
Complementary color
Monochromatic Colors of #06CB16
Black with #06CB16
Text Example
Text Example
White with #06CB16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06CB16; }
p { color: rgb(6,203,22); }
H1.HeaderClassName
{
color: #06CB16;
}
.AnyTagClassName
{
color: #06CB16;
}
</style>
background-color css
<style>
a { background-color: #06CB16; }
a { background-color: rgb(6,203,22); }
div.DivClassName
{
background-color: #06CB16;
}
.BgClassName
{
background-color: #06CB16;
}
</style>
border-color css
<style>
span { border-color: #06CB16; }
span { border-color: rgb(6,203,22); }
td.TdClassName
{
border-color: #06CB16;
}
.TagClassName
{
border-color: #06CB16;
}
</style>